kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-10-14 02:54:53 to 2009-10-19 01:51:57 UTC [more...]

sharing a (mostly) read-only virtual block device
 2009-10-19  1:51 UTC  (5+ messages)

Biweekly KVM Test report, kernel 604b0... qemu 47e46
 2009-10-19  1:47 UTC  (3+ messages)

[ kvm-Bugs-2880336 ] Device assignment can not work
 2009-10-19  1:25 UTC 

Q: Stopped VM still using host cpu CPU ?
 2009-10-18 21:57 UTC  (6+ messages)

Is AMD rev F the same thing as socket F?
 2009-10-18 16:54 UTC  (2+ messages)

[PATCH] KVM: SVM: Cleanup NMI singlestep
 2009-10-18 11:52 UTC  (2+ messages)

kvm spinning on exit
 2009-10-18 11:48 UTC 

[PATCH] KVM: x86: Fix guest single-stepping while interruptible
 2009-10-18 11:24 UTC 

Release plan for 0.12.0
 2009-10-18 10:05 UTC  (24+ messages)
` [Qemu-devel] "
          ` [Qemu-devel] "
            `  "
                ` Raw vs. tap (was: Re: Re: Release plan for 0.12.0)
                  ` Raw vs. tap (was: Re: [Qemu-devel] "
                    ` Raw vs. tap

Collecting info on running guests
 2009-10-18  6:55 UTC  (2+ messages)

KVM: fix irq_source_id size verification
 2009-10-18  6:54 UTC  (2+ messages)

kvm ptrace 32bit DoS bug - bisected
 2009-10-18  6:50 UTC  (8+ messages)

Unix domain socket device
 2009-10-18  4:24 UTC 

[ kvm-Bugs-2723366 ] ltp diotest running time is 2.54 times than before
 2009-10-18  1:10 UTC 

[ kvm-Bugs-2880337 ] PAE guest boot up very slow with -no-acpi
 2009-10-18  0:50 UTC 

guest .img files
 2009-10-17 22:52 UTC  (2+ messages)

[GIT PULL] KVM updates for 2.6.32-rc5
 2009-10-17 15:59 UTC 

[PATCH] v5: allow userspace to adjust kvmclock offset
 2009-10-16 19:28 UTC 

[PATCH 0/3] Fix migration of linux guests using kvmclock
 2009-10-16 19:27 UTC  (4+ messages)
` [PATCH 1/3] introduce VMSTATE_U64
  ` [PATCH 2/3] properly save kvm system time msr registers
    ` [PATCH 3/3] get and set clock upon migration

[PATCH] kvm: fix MSR_COUNT for kvm_arch_save_regs()
 2009-10-16 13:43 UTC  (3+ messages)

[ kvm-Bugs-2880337 ] PAE guest boot up very slow with -no-acpi
 2009-10-16  7:47 UTC 

[ kvm-Bugs-2880336 ] Device assignment can not work
 2009-10-16  7:46 UTC 

[patch 0/5] report stolen time via pvclock
 2009-10-16  4:08 UTC  (6+ messages)
` [patch 1/5] KVM: x86: report stolen time
` [patch 2/5] pvclock: move code to pvclock.h
` [patch 3/5] kvmclock: stolen time aware sched_clock
` [patch 4/5] kvmclock: account stolen time
` [patch 5/5] qemu-kvm-x86: report pvclock runtime capability

Single memory slot
 2009-10-15 23:48 UTC  (7+ messages)

[RFC] Do clock adjustments over migration
 2009-10-15 22:53 UTC  (4+ messages)

Add qemu_send_raw() to vlan
 2009-10-15 22:46 UTC  (5+ messages)

[PATCH][REPOST] Xen PV-on-HVM guest support (v3)
 2009-10-15 22:21 UTC 

[PATCH] Xen PV-on-HVM guest support (v3)
 2009-10-15 21:51 UTC 

[PATCH] get rid of MSR_COUNT
 2009-10-15 20:26 UTC 

kernel bug in kvm_intel
 2009-10-15 20:18 UTC  (7+ messages)

Can't make virtio block driver work on Windows 2003
 2009-10-15 17:35 UTC  (8+ messages)

[PATCH v2 0/4] Extensible VCPU state IOCTL
 2009-10-15 17:05 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: Reorder IOCTLs in main kvm.h
` [PATCH v2 4/4] KVM: x86: Add VCPU substate for NMI states
` [PATCH v2 3/4] KVM: x86: Add support for KVM_GET/SET_VCPU_STATE
` [PATCH v2 2/4] KVM: Add unified KVM_GET/SET_VCPU_STATE IOCTL

[PATCH v2 0/3] get rid of vcpu structure
 2009-10-15 16:50 UTC  (4+ messages)
` [PATCH v2 1/3] change function signatures so that they don't take a vcpu argument
  ` [PATCH v2 2/3] get rid of vcpu structure
    ` [PATCH v2 3/3] use upstream kvm_vcpu_ioctl

[PATCH] kvm: Prevent kvm_init from corrupting debugfs structures
 2009-10-15 16:04 UTC  (3+ messages)

[PATCH 0/4] Extensible VCPU state IOCTL
 2009-10-15 16:23 UTC  (19+ messages)
` [PATCH 4/4] KVM: x86: Add VCPU substate for NMI states
` [PATCH 2/4] KVM: Add unified KVM_GET/SET_VCPU_STATE IOCTL
` [PATCH] qemu-kvm: x86: Add support for NMI states

[PATCH 0/2] Switch pcbios to submodule
 2009-10-15 15:48 UTC  (2+ messages)

[PATCH 0/3] get rid of kvm vcpu structure
 2009-10-15 15:57 UTC  (5+ messages)
` [PATCH 1/3] change function signatures so that they don't take a vcpu argument
  ` [PATCH 2/3] get rid of vcpu structure
    ` [PATCH 3/3] use upstream kvm_vcpu_ioctl

[PATCH] allow userspace to adjust kvmclock offset
 2009-10-15 14:58 UTC  (7+ messages)

Nested VMX support v3
 2009-10-15 14:41 UTC  (6+ messages)
` [PATCH 1/5] Nested VMX patch 1 implements vmon and vmoff
  ` [PATCH 2/5] Nested VMX patch 2 implements vmclear
    ` [PATCH 3/5] Nested VMX patch 3 implements vmptrld and vmptrst
      ` [PATCH 4/5] Nested VMX patch 4 implements vmread and vmwrite
        ` [PATCH 5/5] Nested VMX patch 5 implements vmlaunch and vmresume

sync guest calls made async on host - SQLite performance
 2009-10-15 12:36 UTC  (24+ messages)
                    ` [PATCH] virtio-blk: fallback to draining the queue if barrier ops are not supported

[PATCH] KVM test: Add PCI pass through test
 2009-10-15 11:33 UTC  (4+ messages)
` [Autotest] "

[KVM-AUTOTEST PATCH 1/3] KVM test: VM.send_monitor_cmd() minor cleanup
 2009-10-15 10:13 UTC  (3+ messages)
` [KVM-AUTOTEST PATCH 2/3] KVM test: corrections to guest_s4
  ` [KVM-AUTOTEST PATCH 3/3] KVM test: modify messages in kvm_test_utils.wait_for_login()

[PATCH] Test 802.1Q vlan of nic
 2009-10-15  9:48 UTC  (3+ messages)
` [Autotest] "

[PATCH] Xen PV-on-HVM guest support (v2)
 2009-10-15  8:12 UTC  (5+ messages)

[Qemu-devel] [STABLE PATCH] hotplug: fix scsi hotplug
 2009-10-15  7:42 UTC  (2+ messages)

[PATCH][RFC] Xen PV-on-HVM guest support
 2009-10-15  7:30 UTC  (5+ messages)

[PATCH] Add pass through feature test (support SR-IOV)
 2009-10-15  6:46 UTC  (3+ messages)
` [Autotest] "

Latest -git qemu-kvm doesn't boot an x86 kernel
 2009-10-15  5:01 UTC  (3+ messages)

buildbot failure in qemu-kvm on default_x86_64_debian_5_0
 2009-10-15  1:03 UTC 

buildbot failure in qemu-kvm on default_x86_64_out_of_tree
 2009-10-15  1:03 UTC 

buildbot failure in qemu-kvm on default_i386_debian_5_0
 2009-10-15  1:03 UTC 

buildbot failure in qemu-kvm on default_i386_out_of_tree
 2009-10-15  1:03 UTC 

Add a qemu interface for sharing memory between guests
 2009-10-14 22:44 UTC  (3+ messages)

[PATCH] v4: allow userspace to adjust kvmclock offset
 2009-10-14 19:12 UTC  (3+ messages)

Added VM Exit on RDTSC, trouble handling in userspace
 2009-10-14 18:17 UTC  (2+ messages)

[PATCHv2 1/2] Complete cpu initialization before signaling main thread
 2009-10-14 18:35 UTC  (3+ messages)
` [PATCH 2/2] Don't sync mpstate to/from kernel when unneeded

RE
 2009-10-14 14:09 UTC 

[PATCH] Using shutil.move to move result files in job.py
 2009-10-14 10:15 UTC  (2+ messages)
` [Autotest] "

[PATCH] Add a kvm test guest_s4 which supports both Linux and Windows platform
 2009-10-14 10:09 UTC  (5+ messages)
` [Autotest] "

[PATCH] KVM test: Add a kvm subtest guest_s4
 2009-10-14  9:53 UTC 

Unable to get MementOS booting
 2009-10-14  6:15 UTC 

sync guest calls made async on host - SQLite performance
 2009-10-07 16:53 UTC  (2+ messages)


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).