public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-05-26 20:31:25 to 2011-05-29 17:57:09 UTC [more...]

[PATCH 1/4] kvm tools: Use correct value for user signal base
 2011-05-29 17:56 UTC  (5+ 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 1/6] kvm tools: Prevent double assignment of guest memory info
 2011-05-29 17:48 UTC  (54+ messages)
` [PATCH 4/6] kvm tools: Add rwlock wrapper
                    ` RCU red-black tree (was: Re: [PATCH 4/6] kvm tools: Add rwlock wrapper)

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

Graphics card pass-through working with two pass pci-initialization
 2011-05-29 15:33 UTC  (9+ 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  (8+ messages)

[PATCHv2 00/14] virtio and vhost-net performance enhancements
 2011-05-28 20:02 UTC  (10+ messages)
` [PATCHv2 10/14] virtio_net: limit xmit polling

[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 uq/master V2] kvm: Add CPUID support for VIA CPU
 2011-05-28 16:20 UTC  (3+ 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  (8+ messages)
` [PATCH 1/6] Update admin site URL dispatcher to Django 1.3
` [PATCH 2/6] afe/readonly connection: Catch AttributeError exceptions
` [PATCH 3/6] Adding afe custom database engine
` [PATCH 4/6] Change web app to use new DB engine
` [PATCH 5/6] Removing get_from_clause() from custom query class
` [PATCH 6/6] external_packages: Bump version number requirements for web deps

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

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

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

qemu-kvm-0.14.x regression - windows 2K8 R2 stopped booting
 2011-05-27  9:05 UTC  (13+ messages)

Interesting CPU Usage reverse problem, but Why?
 2011-05-27  8:56 UTC  (2+ messages)

ioeventfd question
 2011-05-27  8:39 UTC  (3+ messages)

KVM guest doesn't recongize its network with NAT mode
 2011-05-27  7:53 UTC 

[PATCH v6 0/4] rbd improvements
 2011-05-27  6:45 UTC  (14+ messages)
` [PATCH v6 1/4] rbd: use the higher level librbd instead of just librados
` [PATCH v6 2/4] rbd: allow configuration of rados from the rbd filename
` [PATCH v6 3/4] rbd: check return values when scheduling aio
` [PATCH v6 4/4] rbd: Add bdrv_truncate implementation

[PATCH v6 0/4] rbd improvements
 2011-05-26 23:07 UTC 

[PATCH v5 0/4] rbd improvements
 2011-05-26 23:09 UTC  (7+ messages)
` [PATCH v5 2/4] rbd: allow configuration of rados from the rbd filename
` [PATCH v5 4/4] rbd: Add bdrv_truncate implementation

[PATCH v6 0/4] rbd improvements
 2011-05-26 23:07 UTC 

Setting up network for KVM guests
 2011-05-26 22:04 UTC  (2+ messages)

[PATCH V6 2/4 net-next] skbuff: Add userspace zero-copy buffers in skb
 2011-05-26 21:08 UTC  (5+ messages)


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