kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-07-24 16:03:18 to 2009-07-28 10:36:43 UTC [more...]

virtio-serial: An interface for host-guest communication
 2009-07-28 10:36 UTC  (11+ messages)
` [PATCH 1/1] virtio_serial: A char device for simple guest <-> host communication
  ` [PATCH 1/3] virtio-serial: virtio device for simple host <-> guest communication
    ` [PATCH 2/3] vnc: add a is_vnc_active() helper
      ` [PATCH 3/3] virtio-serial: vnc: support for sending / receiving guest clipboard
  ` [Qemu-devel] Re: virtio-serial: An interface for host-guest communication

qemu_cond_wait polling
 2009-07-28  9:32 UTC  (3+ messages)
  ` [PATCH] qemu-kvm: Drop polling property from qemu_cond_wait

[PATCH] Add a kvm subtest -- pci_hotplug, which supports both Windows OS and Linux OS
 2009-07-28  9:01 UTC  (4+ messages)
            ` [Autotest] "

R/W HG memory mappings with kvm?
 2009-07-28  8:54 UTC  (10+ messages)

[PATCHv4 1/2] virtio: make del_vq delete vq from list
 2009-07-28  8:33 UTC  (4+ messages)
` [PATCHv4 2/2] virtio: refactor find_vqs

broken timer
 2009-07-28  6:33 UTC  (2+ messages)

[PATCH v2 0/6]
 2009-07-28  6:31 UTC  (16+ messages)
` [PATCH v2 1/6] remove kvm_in* functions
  ` [PATCH v2 2/6] reuse env stop and stopped states
    ` [PATCH v2 3/6] remove kvm_abi variable
      ` [PATCH v2 4/6] remove created from kvm_state
        ` [PATCH v2 5/6] remove kvm_specific kvm_out* functions
          ` [PATCH v2 6/6] remove kvm_mmio_read and kvm_mmio_write

kvm (on core 2 duo) freezes shortly after startup
 2009-07-28  6:22 UTC  (2+ messages)

[AUTOTEST] print login command and change some timeout values
 2009-07-28  2:53 UTC  (3+ messages)
    ` [Autotest] "

KVM: limit lapic periodic timer frequency
 2009-07-28  2:41 UTC 

KVM: MMU: limit rmap chain length
 2009-07-28  2:40 UTC 

[Autotest] autotest exception in windows 2003 guest (ValueError: invalid literal for int() with base 10: '%errorlevel%)
 2009-07-28  2:17 UTC  (2+ messages)

[PATCH] remove unused function
 2009-07-28  1:49 UTC 

buildbot failure in qemu-kvm on default_i386_debian_5_0
 2009-07-28  1:03 UTC 

[KVM-AUTOTEST PATCH] KVM test: Cleanup the KVM test control file
 2009-07-27 21:51 UTC 

[KVM AUTOTEST PATCH] KVM test: Add hugepage variant
 2009-07-27 21:10 UTC 

[KVM_AUTOTEST] add kvm hugepage variant and test
 2009-07-27 21:05 UTC  (5+ messages)
` [KVM_AUTOTEST] add kvm hugepage variant
      ` [Autotest] "

[PATCH RFC] pci: expose function reset capability in sysfs
 2009-07-27 21:03 UTC  (7+ messages)

[PATCH 0/9] More integration with qemu.git
 2009-07-27 19:55 UTC  (15+ messages)
` [PATCH 1/9] require --enable-kvm
  ` [PATCH 2/9] embed kvm_create_context into kvm_init
    ` [PATCH 3/9] change order of kvm_init call

[ kvm-Bugs-2827968 ] graphics regressions kvm 86 -> 87 & 88 with option -vga std
 2009-07-27 18:01 UTC 

[ kvm-Bugs-2827968 ] graphics regressions kvm 86 -> 87 & 88 with option -vga std
 2009-07-27 17:59 UTC 

[ kvm-Bugs-2827947 ] graphics regressions kvm 86 -> 87 & 88 with option -vga std
 2009-07-27 17:16 UTC 

(unknown)
 2009-07-27 16:19 UTC 

[PATCH 0/7 v5] KVM: support for 1gb pages
 2009-07-27 14:30 UTC  (8+ messages)
` [PATCH 1/7] kvm/mmu: make rmap code aware of mapping levels
` [PATCH 2/7] kvm/mmu: rename is_largepage_backed to mapping_level
` [PATCH 3/7] kvm/mmu: make direct mapping paths aware of mapping levels
` [PATCH 4/7] kvm/mmu: make page walker "
` [PATCH 5/7] kvm/mmu: shadow support for 1gb pages
` [PATCH 6/7] kvm/mmu: enable gbpages by increasing nr of pagesizes
` [PATCH 7/7] kvm x86: report 1GB page support to userspace

[KVM-AUTOTEST PATCH] KVM test: kvm_subprocess: fix a problem that arises with Python 2.6
 2009-07-27 13:36 UTC  (2+ messages)
` [Autotest] "

[KVM-AUTOTEST PATCH 0/17] kvm_subprocess, guestwizard improvements, timedrift and other small things
 2009-07-27 13:35 UTC  (27+ messages)
` [KVM-AUTOTEST PATCH 02/17] Modify kvm_vm and kvm_preprocessing to use the new kvm_subprocess module
  ` [KVM-AUTOTEST PATCH 03/17] Modify remote_login and remote_scp in kvm_utils to use kvm_subprocess
    ` [KVM-AUTOTEST PATCH 04/17] Modify run_autotest() in kvm_tests.py to use the new kvm_subprocess module
      ` [KVM-AUTOTEST PATCH 01/17] Add new module kvm_subprocess
        ` [KVM-AUTOTEST PATCH 05/17] Remove kvm_spawn and run_bg() from kvm_utils.py
          ` [KVM-AUTOTEST PATCH 06/17] kvm_guest_wizard: rename output_dir to debug_dir in barrier_2()
            ` [KVM-AUTOTEST PATCH 07/17] kvm_guest_wizard: pass 'params' directly to barrier_2()
              ` [KVM-AUTOTEST PATCH 08/17] kvm_guest_wizard: allow keeping screendump history for debugging purposes
                ` [Autotest] "
              ` [Autotest] [KVM-AUTOTEST PATCH 07/17] kvm_guest_wizard: pass 'params' directly to barrier_2()
            ` [Autotest] [KVM-AUTOTEST PATCH 06/17] kvm_guest_wizard: rename output_dir to debug_dir in barrier_2()
        ` [KVM-AUTOTEST PATCH 09/17] kvm_tests.cfg.sample: add 'keep_screendump_history = yes' to step file tests
          ` [KVM-AUTOTEST PATCH 10/17] KVM test: optionally convert PPM files to PNG format after test
            ` [KVM-AUTOTEST PATCH 11/17] KVM test: kvm_tests.cfg.sample: convert PPM files to PNG by default
              ` [Autotest] "
            ` [Autotest] [KVM-AUTOTEST PATCH 10/17] KVM test: optionally convert PPM files to PNG format after test
        ` [KVM-AUTOTEST PATCH 12/17] KVM test: add simple timedrift test (mainly for Windows)
          ` [KVM-AUTOTEST PATCH 13/17] KVM test: fix a parsing problem in kvm_config.py
            ` [KVM-AUTOTEST PATCH 14/17] KVM test: fix string and docstring indentation "
              ` [Autotest] "
            ` [Autotest] [KVM-AUTOTEST PATCH 13/17] KVM test: fix a parsing problem "
        ` [KVM-AUTOTEST PATCH 15/17] KVM test: add timedrift test to kvm_tests.cfg.sample
          ` [KVM-AUTOTEST PATCH 16/17] KVM test: initialize some VM attributes in __init__() to prevent trouble
            ` [KVM-AUTOTEST PATCH 17/17] KVM test: make some style changes in kvm_preprocessing.py
              ` [Autotest] "
            ` [Autotest] [KVM-AUTOTEST PATCH 16/17] KVM test: initialize some VM attributes in __init__() to prevent trouble

[Autotest] [KVM-AUTOTEST PATCH 12/17] KVM test: add simple timedrift test (mainly for Windows)
 2009-07-27 13:30 UTC  (3+ messages)

[FIX REQUEST] Need better management for include/linux/*.h
 2009-07-27 11:54 UTC  (3+ messages)

linux-2.6.25 guest installation fails with kvm-88
 2009-07-27 11:37 UTC 

autotest exception in windows 2003 guest (ValueError: invalid literal for int() with base 10: '%errorlevel%)
 2009-07-27 11:16 UTC 

OpenSolaris boot failure with KVM and VirtualBox
 2009-07-27 11:11 UTC  (7+ messages)

[PATCH] Use Little Endian for Dirty Bitmap
 2009-07-27 10:38 UTC 

Host latency peaks due to kvm-intel
 2009-07-27 10:31 UTC  (17+ messages)
            ` cpuinfo and HVM features (was: Host latency peaks due to kvm-intel)
              ` cpuinfo and HVM features

Fwd: buildbot failure in qemu-kvm on disable_kvm_i386_centos_5_2
 2009-07-27 10:15 UTC  (8+ messages)

buildbot failure in qemu-kvm on default_i386_debian_5_0
 2009-07-27 10:02 UTC 

buildbot failure in qemu-kvm on default_i386_debian_5_0
 2009-07-27  9:33 UTC 

buildbot failure in qemu-kvm on disable_kvm_x86_64_debian_5_0
 2009-07-27  9:33 UTC 

buildbot failure in qemu-kvm on disable_kvm_i386_debian_5_0
 2009-07-27  9:33 UTC 

buildbot failure in qemu-kvm on default_x86_64_debian_5_0
 2009-07-27  9:33 UTC 

This is to notify you that You have been awarded $850,000usd,provide Name,Age,Occuptaion,Nationality ,Country,Gender,Tel Number to redeem your donations sum
 2009-07-27  8:31 UTC 

This is to notify you that You have been awarded $850,000usd,provide Name,Age,Occuptaion,Nationality ,Country,Gender,Tel Number to redeem your donations sum
 2009-07-27  8:31 UTC 

This is to notify you that You have been awarded $850,000usd,provide Name,Age,Occuptaion,Nationality ,Country,Gender,Tel Number to redeem your donations sum
 2009-07-27  8:31 UTC 

[PATCHv0 RFC] kvm: irqfd support for level interrupts
 2009-07-27  8:30 UTC  (8+ messages)

NMI Injection to Guest
 2009-07-27  5:19 UTC  (6+ messages)

[PATCH 0/3] Allow larger BIOS image
 2009-07-27  0:23 UTC  (4+ messages)
` [PATCH 1/3] Update BIOS INT15-E820 to allow a "
  ` [PATCH 2/3] Move TSS pages "
    ` [PATCH 3/3] Move EPT identity mapping "

Very high memory usage with KVM
 2009-07-26 16:19 UTC  (6+ messages)

[PATCHv4 0/2] virtio: find_vqs/del_vqs fixes
 2009-07-26 15:46 UTC 

[PATCHv3 1/2] virtio: delete vq from list
 2009-07-26 15:41 UTC  (3+ messages)
` [PATCHv3 2/2] virtio: refactor find_vqs

[PATCH 0/6] various x86 kvm fixes
 2009-07-26 15:23 UTC  (3+ messages)
` [PATCH 1/6] kvm/x86/svm: force new asid on vcpu migration

buildbot failure in qemu-kvm on default_x86_64_debian_5_0
 2009-07-26 15:14 UTC  (4+ messages)

[PATCH] KVM: VMX: Fix locking order in handle_invalid_guest_state
 2009-07-26 15:02 UTC  (10+ messages)

[PATCH] kvm: fix ack not being delivered when msi present
 2009-07-26 14:17 UTC  (2+ messages)

[PATCH] fix serious regression
 2009-07-26 14:01 UTC  (2+ messages)

ONE MILLION POUNDS
 2009-07-26 13:53 UTC 

[PATCHv3 0/2] virtio: find_vqs/del_vqs fixes
 2009-07-26 12:47 UTC 

Write bit in Shadow Page Table Entry
 2009-07-26 11:43 UTC  (2+ messages)

KVM bug
 2009-07-26 11:36 UTC  (2+ messages)

Timeout of network interface with OpenBSD 4.5 VM
 2009-07-25 20:46 UTC  (4+ messages)

serial port again
 2009-07-25 20:09 UTC 

[PATCH] qemu-kvm: fix error handling in msix vector add
 2009-07-25 15:30 UTC  (2+ messages)

slow guest performance with build load, looking for ideas
 2009-07-25 14:33 UTC  (14+ messages)

Local APIC ID
 2009-07-24 22:28 UTC 

[PATCH -tip -v13 00/11] tracing: kprobe-based event tracer and x86 instruction decoder
 2009-07-24 20:06 UTC  (12+ messages)
` [PATCH -tip -v13 01/11] x86: instruction decoder API
` [PATCH -tip -v13 02/11] x86: x86 instruction decoder build-time selftest
` [PATCH -tip -v13 03/11] kprobes: checks probe address is instruction boudary on x86
` [PATCH -tip -v13 04/11] kprobes: cleanup fix_riprel() using insn decoder "
` [PATCH -tip -v13 05/11] x86: add pt_regs register and stack access APIs
` [PATCH -tip -v13 06/11] tracing: ftrace dynamic ftrace_event_call support
` [PATCH -tip -v13 07/11] tracing: Introduce TRACE_FIELD_ZERO() macro
` [PATCH -tip -v13 08/11] tracing: add kprobe-based event tracer
` [PATCH -tip -v13 09/11] tracing: Kprobe-tracer supports more than 6 arguments
` [PATCH -tip -v13 10/11] tracing: Generate names for each kprobe event automatically
` [PATCH -tip -v13 11/11] tracing: Add kprobes event profiling interface

[PATCH 0/2] Use coalescing region from upstream
 2009-07-24 18:01 UTC  (3+ messages)
` [PATCH 1/2] use coalesced_mmio field from qemu upstream
  ` [PATCH 2/2] use coalesce memory regions functions from upstream

[PATCH] remove useless wrappers around functions
 2009-07-24 17:46 UTC 

[PATCH] use kvm_has_sync_mmu from upstream
 2009-07-24 17:46 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).