public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-05-25 20:14:41 to 2011-05-27 11:24:59 UTC [more...]

[PATCH 1/6] kvm tools: Prevent double assignment of guest memory info
 2011-05-27 11:24 UTC  (25+ messages)
` [PATCH 2/6] kvm tools: Exit VCPU thread only when SIGKVMEXIT is received
` [PATCH 3/6] kvm tools: Protect IRQ allocations by a mutex
` [PATCH 4/6] kvm tools: Add rwlock wrapper
` [PATCH 5/6] kvm tools: Protect MMIO tree by rwsem
` [PATCH 6/6] kvm tools: Protect IOPORT "

Graphics card pass-through working with two pass pci-initialization
 2011-05-27 11:09 UTC  (2+ messages)

[PATCH 1/4] kvm tools: Add ioeventfd support
 2011-05-27 11:02 UTC  (9+ 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

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

2.6.38-rc6: general protection error inside KVM 64 bits guest
 2011-05-27 10:22 UTC  (13+ messages)

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

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

[Patch v3] Enable CPU SMEP feature for KVM
 2011-05-27  8:47 UTC  (4+ messages)

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

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

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 0/6] Update the web interface to the latest versions of foundation components
 2011-05-27  4:21 UTC  (7+ 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

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

[PATCH v5 0/4] rbd improvements
 2011-05-26 23:09 UTC  (17+ messages)
` [PATCH v5 1/4] rbd: use the higher level librbd instead of just librados
` [PATCH v5 2/4] rbd: allow configuration of rados from the rbd filename
` [PATCH v5 3/4] rbd: check return values when scheduling aio
` [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)

[PATCH V6 0/4 net-next] macvtap/vhost TX zero-copy support
 2011-05-26 20:31 UTC  (3+ messages)

[ANNOUNCE] kvm-kmod-2.6.39
 2011-05-26 20:16 UTC 

[PATCH V6 4/4 net-next] vhost: vhost TX zero-copy support
 2011-05-26 19:56 UTC 

[PATCH V6 3/4]macvtap: macvtap TX zero-copy support
 2011-05-26 19:42 UTC 

[PATCH V6 1/4 net-next] sock.h: Add a new sock zero-copy flag
 2011-05-26 19:32 UTC 

[PATCH V6 0/4]
 2011-05-26 19:29 UTC 

[PATCH V5 2/6 net-next] netdevice.h: Add zero-copy flag in netdevice
 2011-05-26 19:11 UTC  (15+ messages)

[PATCHv2 00/14] virtio and vhost-net performance enhancements
 2011-05-26 16:29 UTC  (13+ messages)
` [PATCHv2 10/14] virtio_net: limit xmit polling
  ` [PERF RESULTS] virtio and vhost-net performance enhancements

[PATCH 1/2] kvm tools: Copy net/9p/9p.h
 2011-05-26 15:30 UTC  (11+ messages)
` [PATCH 2/2] kvm tools: Add virtio-9p

Restoring saved guest causes guest to reboot
 2011-05-26 15:25 UTC  (14+ messages)

[PATCH v3] Enable CPU SMEP feature support for QEMU-KVM
 2011-05-26 13:29 UTC 

[AUTOTEST PATCH] Broken installs
 2011-05-26 13:07 UTC  (2+ messages)
` [AUTOTEST PATCH] Fix rhel5 install

KVM: x86: use proper port value when checking io instruction permission
 2011-05-26 11:56 UTC  (16+ 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)

Video card passthrough success
 2011-05-26 10:41 UTC  (4+ messages)

[PATCH v3 1/8] kvm tools: Add optional parameter used in ioport callbacks
 2011-05-26 10:30 UTC  (8+ messages)
` [PATCH v3 2/8] kvm tools: Add basic ioport dynamic allocation
` [PATCH v3 3/8] kvm tools: Use ioport context to control blk devices
` [PATCH v3 4/8] kvm tools: Add support for multiple virtio-rng devices
` [PATCH v3 5/8] kvm tools: Use dynamic IO port allocation in vesa driver
` [PATCH v3 6/8] kvm tools: Use dynamic IO port allocation in 9p driver
` [PATCH v3 7/8] kvm tools: Use dynamic IO port allocation in virtio-console
` [PATCH v3 8/8] kvm tools: Use dynamic IO port allocation in virtio-net

[PATCH v2 1/8] kvm tools: Add optional parameter used in ioport callbacks
 2011-05-26  9:49 UTC  (16+ messages)
` [PATCH v2 2/8] kvm tools: Add basic ioport dynamic allocation
` [PATCH v2 3/8] kvm tools: Use ioport context to control blk devices
` [PATCH v2 4/8] kvm tools: Add support for multiple virtio-rng devices
` [PATCH v2 5/8] kvm tools: Use dynamic IO port allocation in vesa driver
` [PATCH v2 6/8] kvm tools: Use dynamic IO port allocation in 9p driver
` [PATCH v2 7/8] kvm tools: Use dynamic IO port allocation in virtio-console
` [PATCH v2 8/8] kvm tools: Use dynamic IO port allocation in virtio-net

[PATCH 00/10] qemu-kvm: Cleanup and switch to upstream - Part III
 2011-05-26  8:29 UTC  (2+ messages)

[PATCH 1/2] KVM: x86 emulator: Clean up init_emulate_ctxt()
 2011-05-26  8:20 UTC  (4+ messages)
` [PATCH 2/2] KVM: x86 emulator: Avoid clearing the whole decode_cache

[PATCH 0/31] nVMX: Nested VMX, v11
 2011-05-26  1:30 UTC  (8+ messages)
` [PATCH 26/31] nVMX: Handling of CR0 and CR4 modifying instructions
` [PATCH 27/31] nVMX: Further fixes for lazy FPU loading
` [PATCH 28/31] nVMX: Additional TSC-offset handling
` [PATCH 29/31] nVMX: Add VMX to list of supported cpuid features
` [PATCH 30/31] nVMX: Miscellenous small corrections
` [PATCH 31/31] nVMX: Documentation

[PATCH 0/31] nVMX: Nested VMX, v10
 2011-05-26  0:42 UTC  (9+ messages)
` [PATCH 18/31] nVMX: Implement VMLAUNCH and VMRESUME
` [PATCH 20/31] nVMX: Exiting from L2 to L1

FreeBSD startup timer hangs on boot
 2011-05-25 21:05 UTC  (2+ messages)

[PATCH v4 0/4] rbd improvements
 2011-05-25 20:46 UTC  (4+ messages)
` [PATCH v4 1/4] rbd: use the higher level librbd instead of just librados
  ` [Qemu-devel] "

[PATCH v5 0/4] rbd improvements
 2011-05-25 20:34 UTC 

[PATCH v5 0/4] rbd improvements
 2011-05-25 20:34 UTC 


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