public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-05-27 10:37:33 to 2011-05-30 08:52:40 UTC [more...]

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

[Patch v5 0/4] Enable SMEP feature support for kvm
 2011-05-30  8:52 UTC  (2+ messages)

[PATCH v2 1/8] kvm tools: Use correct value for user signal base
 2011-05-30  8:49 UTC  (16+ 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  8:48 UTC  (2+ messages)
` [Bug 36222] "

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

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

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

Graphics card pass-through working with two pass pci-initialization
 2011-05-30  7:34 UTC  (12+ 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 3/4] Mask function7 ebx against host capability word9
 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  (29+ messages)
` [PATCH 01/20] qemu-kvm: Move thread-related code to cpus.c
` [PATCH 02/20] qemu-kvm: Enable CONFIG_IOTHREAD
` [PATCH 03/20] qemu-kvm: Switch to iothread version of qemu_notify_event
` [PATCH 04/20] qemu-kvm: Use upstream mutex and conds
` [PATCH 05/20] qemu-kvm: Restrict validity of cpu_single_env
` [PATCH 06/20] qemu-kvm: Use upstream qemu_mutex_lock/unlock_iothread
` [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 09/20] qemu-kvm: Use upstream run_on_cpu and flush_queued_work
` [PATCH 10/20] qemu-kvm: Drop kvm_cond_wait
` [PATCH 11/20] qemu-kvm: Replace kvm_cpu_is_stopped with cpu_is_stopped
` [PATCH 12/20] qemu-kvm: Remove obsolete current_env
` [PATCH 13/20] qemu-kvm: Use upstream vcpu pause/resume
` [PATCH 14/20] qemu-kvm: Move main loop setup code
` [PATCH 15/20] qemu-kvm: Use upstream's way of signaling debug stops
` [PATCH 16/20] qemu-kvm: Use upstream main loop
` [PATCH 17/20] qemu-kvm: Use upstream main loop initialization
` [PATCH 18/20] qemu-kvm: Replace kvm_get_thread_id with qemu_get_thread_id
` [PATCH 19/20] qemu-kvm: Use upstream kvm vcpu initialization
` [PATCH 20/20] qemu-kvm: Use upstream vcpu loop

[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  (7+ messages)
` [PATCH v2 2/4] kvm tools: Use ioeventfd in virtio-blk
` [PATCH v2 3/4] kvm tools: Use ioeventfd in virtio-net
` [PATCH v2 4/4] kvm tools: Use ioeventfd in virtio-rng

[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] kvm: Document KVM_IOEVENTFD
 2011-05-28 11:12 UTC 

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

[PATCH 0/6] Update the web interface to the latest versions of foundation components
 2011-05-27 17:33 UTC  (3+ messages)
` [PATCH 1/6] Update admin site URL dispatcher to Django 1.3

2.6.38-rc6: general protection error inside KVM 64 bits guest
 2011-05-27 14:30 UTC  (12+ messages)

[Bug 34282] New: general protection fault when starting virtual machine with qemu
 2011-05-27 13:19 UTC  (2+ messages)
` [Bug 34282] "

[PATCH 1/4] kvm tools: Add ioeventfd support
 2011-05-27 11:38 UTC  (11+ messages)
` [PATCH 3/4] kvm tools: Use ioeventfd in virtio-net
` [PATCH 4/4] kvm tools: Use ioeventfd in virtio-rng


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