public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-05-27 19:50:46 to 2011-05-30 12:33:15 UTC [more...]

[PATCH v2 1/8] kvm tools: Use correct value for user signal base
 2011-05-30 12:32 UTC  (44+ messages)
` [PATCH v2 2/8] kvm tools: Remove wrong global definition of kvm
` [PATCH v2 3/8] kvm tools: Allow pausing guests
` [PATCH v2 4/8] kvm tools: Pause/resume guest using SIGUSR2
` [PATCH v2 5/8] kvm tools: Add a brlock
` [PATCH v2 6/8] kvm tools: Add rwlock wrapper
` [PATCH v2 7/8] kvm tools: Add debug mode to brlock
` [PATCH v2 8/8] kvm tools: Use brlock in MMIO and IOPORT

[Bug 36222] New: kvm: 100% CPU usage after 3.0.0-rc1 guest shutdown
 2011-05-30 12:26 UTC  (14+ messages)
` [Bug 36222] "

[PATCH] x86: fix mwait_play_dead() faulting on mwait-incapable cpus
 2011-05-30 12:23 UTC 

Restoring saved guest causes guest to reboot
 2011-05-30 12:16 UTC  (12+ messages)

[Patch v5 3/4] Mask function7 ebx against host capability word9
 2011-05-30 11:44 UTC  (2+ messages)

[PATCH 1/6] kvm tools: Prevent double assignment of guest memory info
 2011-05-30 11:30 UTC  (52+ messages)
` [PATCH 4/6] kvm tools: Add rwlock wrapper
                    ` RCU red-black tree (was: Re: [PATCH 4/6] kvm tools: Add rwlock wrapper)

[PATCH] kvm: Document KVM_IOEVENTFD
 2011-05-30 11:02 UTC  (2+ messages)

[PATCH uq/master V2] kvm: Add CPUID support for VIA CPU
 2011-05-30 10:45 UTC  (8+ messages)

[Patch v5 0/4] Enable SMEP feature support for kvm
 2011-05-30 10:32 UTC  (7+ messages)

KVM build warnings
 2011-05-30 10:14 UTC  (2+ messages)

Graphics card pass-through working with two pass pci-initialization
 2011-05-30  9:58 UTC  (13+ messages)

[Patch v5 1/4] Remove SMEP bit from CR4_RESERVED_BITS
 2011-05-30  9:00 UTC  (9+ messages)

kvm-tool seems to be stuck
 2011-05-30  7:45 UTC  (4+ messages)

[PATCHv2 00/14] virtio and vhost-net performance enhancements
 2011-05-30  6:27 UTC  (11+ messages)
` [PATCHv2 10/14] virtio_net: limit xmit polling

[Qemu-devel][RFC]QEMU disk I/O limits
 2011-05-30  5:09 UTC 

[PATCH v5] Enable CPU SMEP feature support for QEMU-KVM
 2011-05-30  3:01 UTC 

[Patch v5 4/4] Add instruction fetch checking when walking guest page table
 2011-05-30  3:01 UTC 

[Patch v5 2/4] Add SMEP handling when setting CR4
 2011-05-30  3:01 UTC 

[PATCH 1/4] kvm tools: Use correct value for user signal base
 2011-05-29 19:38 UTC  (8+ messages)
` [PATCH 2/4] kvm tools: Allow pausing guests
` [PATCH 3/4] kvm tools: Add a brlock
` [PATCH 4/4] kvm tools: Use brlock in MMIO and IOPORT

[PATCH 00/20] qemu-kvm: Cleanup and switch to upstream - The Season Final
 2011-05-29 17:55 UTC  (11+ messages)
` [PATCH 07/20] qemu-kvm: Clean up kvm_update_interrupt_request
` [PATCH 08/20] qemu-kvm: Replace kvm_update_interrupt_request with qemu_cpu_kick

[PATCH] testdev: adjust for ISA irq changes
 2011-05-29 15:36 UTC  (6+ messages)

[Patch v4 1/4] Add SMEP bit to CR4_RESERVED_BITS
 2011-05-29 13:59 UTC  (2+ messages)

[Patch v4 4/4] Add instruction fetch checking when walking guest page table
 2011-05-29 13:58 UTC  (2+ messages)

[PATCH] kvm: reinstate TPR access reporting support
 2011-05-29 13:07 UTC 

[PATCH 00/10] KVM: x86 emulator: Some cleanups and conversion to opcode::execute
 2011-05-29 13:05 UTC  (11+ messages)
` [PATCH 01/10] KVM: x86 emulator: Use the pointers ctxt and c consistently
` [PATCH 02/10] KVM: x86 emulator: Rename emulate_xxx() to em_xxx()
` [PATCH 03/10] KVM: x86 emulator: Use opcode::execute for some instructions
` [PATCH 04/10] KVM: x86 emulator: Use opcode::execute for TEST(84/85, A8/A9)
` [PATCH 05/10] KVM: x86 emulator: Use opcode::execute for XCHG(86/87)
` [PATCH 06/10] KVM: x86 emulator: Use opcode::execute for RET(C3)
` [PATCH 07/10] KVM: x86 emulator: Use opcode::execute for MOV(8C/8E)
` [PATCH 08/10] KVM: x86 emulator: Clean up INT n/INTO/INT 3(CC/CD/CE)
` [PATCH 09/10] KVM: x86 emulator: Use opcode::execute for LOOP/JCXZ
` [PATCH 10/10] KVM: x86 emulator: Use opcode::execute for CLI/STI(FA/FB)

[PATCH v2 1/4] kvm tools: Add ioeventfd support
 2011-05-29 12:51 UTC  (5+ messages)
` [PATCH v2 3/4] kvm tools: Use ioeventfd in virtio-net

[PATCH v4] Enable CPU SMEP feature support for QEMU-KVM
 2011-05-29 11:42 UTC 

[Patch v4 2/4] Add SMEP handling when setting CR4
 2011-05-29 11:41 UTC 

[Patch v4 3/4] Mask function7 ebx against host capability word9
 2011-05-29 11:42 UTC 

[Patch v4 0/4] Enable SMEP feature support for kvm
 2011-05-29 11:41 UTC 

KVM: x86: use proper port value when checking io instruction permission
 2011-05-29  8:34 UTC  (6+ messages)
  ` KVM: x86: use proper port value when checking io instruction permission (v2)
      ` KVM: x86: use proper port value when checking io instruction permission (v3)

[Patch v3] Enable CPU SMEP feature for KVM
 2011-05-29  7:20 UTC  (6+ messages)

[PATCH V7 1/4 net-next] sock.h: Add a new sock zero-copy flag
 2011-05-28 19:37 UTC  (2+ messages)

[PATCH V7 0/4 net-next] macvtap/vhost TX zero-copy support
 2011-05-28 19:14 UTC 

[PATCH V7 4/4 net-next] vhost: vhost TX zero-copy support
 2011-05-28 19:34 UTC 

[PATCH V7 3/4]macvtap: macvtap TX zero-copy support
 2011-05-28 19:25 UTC 

[PATCH V7 2/4 net-next] skbuff: Add userspace zero-copy buffers in skb
 2011-05-28 19:23 UTC 

[PATCH V6 0/4 net-next] macvtap/vhost TX zero-copy support
 2011-05-28 18:07 UTC  (4+ messages)

[PATCH 0/13] Hypervisor-mode KVM on POWER7
 2011-05-28  1:07 UTC  (9+ messages)
` [PATCH 10/13] kvm/powerpc: Add support for Book3S processors in hypervisor mode


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox