public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-05-24 18:55:19 to 2011-05-26 13:08:20 UTC [more...]

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

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

Restoring saved guest causes guest to reboot
 2011-05-26 11:28 UTC  (12+ messages)

KVM: x86: use proper port value when checking io instruction permission
 2011-05-26 11:56 UTC  (19+ 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 V5 2/6 net-next] netdevice.h: Add zero-copy flag in netdevice
 2011-05-26  8:49 UTC  (13+ messages)

[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 v5 0/4] rbd improvements
 2011-05-26  8:13 UTC  (15+ 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

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

[PATCH 0/31] nVMX: Nested VMX, v11
 2011-05-26  1:30 UTC  (33+ messages)
` [PATCH 01/31] nVMX: Keep list of loaded VMCSs, instead of vcpus
` [PATCH 02/31] nVMX: Add "nested" module option to kvm_intel
` [PATCH 03/31] nVMX: Implement VMXON and VMXOFF
` [PATCH 04/31] nVMX: Allow setting the VMXE bit in CR4
` [PATCH 05/31] nVMX: Introduce vmcs12: a VMCS structure for L1
` [PATCH 06/31] nVMX: Implement reading and writing of VMX MSRs
` [PATCH 07/31] nVMX: Decoding memory operands of VMX instructions
` [PATCH 08/31] nVMX: Introduce vmcs02: VMCS used to run L2
` [PATCH 09/31] nVMX: Add VMCS fields to the vmcs12
` [PATCH 10/31] nVMX: Success/failure of VMX instructions
` [PATCH 11/31] nVMX: Implement VMCLEAR
` [PATCH 12/31] nVMX: Implement VMPTRLD
` [PATCH 13/31] nVMX: Implement VMPTRST
` [PATCH 14/31] nVMX: Implement VMREAD and VMWRITE
` [PATCH 15/31] nVMX: Move host-state field setup to a function
` [PATCH 16/31] nVMX: Move control field setup to functions
` [PATCH 17/31] nVMX: Prepare vmcs02 from vmcs01 and vmcs12
` [PATCH 18/31] nVMX: Implement VMLAUNCH and VMRESUME
` [PATCH 19/31] nVMX: No need for handle_vmx_insn function any more
` [PATCH 20/31] nVMX: Exiting from L2 to L1
` [PATCH 21/31] nVMX: vmcs12 checks on nested entry
` [PATCH 22/31] nVMX: Deciding if L0 or L1 should handle an L2 exit
` [PATCH 23/31] nVMX: Correct handling of interrupt injection
` [PATCH 24/31] nVMX: Correct handling of exception injection
` [PATCH 25/31] nVMX: Correct handling of idt vectoring info
` [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  (37+ messages)
` [PATCH 18/31] nVMX: Implement VMLAUNCH and VMRESUME
` [PATCH 20/31] nVMX: Exiting from L2 to L1
` [PATCH 21/31] nVMX: vmcs12 checks on nested entry
` [PATCH 22/31] nVMX: Deciding if L0 or L1 should handle an L2 exit
` [PATCH 23/31] nVMX: Correct handling of interrupt injection
` [PATCH 25/31] nVMX: Correct handling of idt vectoring info
` [PATCH 31/31] nVMX: Documentation

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  (11+ messages)
` [PATCH v4 1/4] rbd: use the higher level librbd instead of just librados
  ` [Qemu-devel] "
` [PATCH v4 2/4] rbd: allow configuration of rados from the rbd filename
  ` [Qemu-devel] "
` [PATCH v4 3/4] rbd: check return values when scheduling aio
  ` [Qemu-devel] "
` [PATCH v4 4/4] rbd: Add bdrv_truncate implementation
  ` [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 

[PATCH 1/2] KVM-test: control: Fix of spliting augments
 2011-05-25 20:07 UTC  (4+ messages)
` [PATCH 2/2] KVM-test: kvm_vm.py: Add quotation marks for appended arguments

[PATCH 0/4] printk: cleanups of direct includes
 2011-05-25 17:02 UTC  (2+ messages)
  ` [PATCH 4/4] treewide: Remove asmlinkage from printk

[PATCH 1/5 V2] kvm tools: Add BIOS INT10 handler
 2011-05-25 15:37 UTC  (30+ messages)
` [PATCH 5/5 V2] kvm tools: Initialize and use VESA and VNC

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

[PATCH] new version of loaded_vmcs patch
 2011-05-25 10:34 UTC  (4+ messages)

migrating a vm from old qemu-kvm 0.12.5 to new qemu-kvm 0.14.1
 2011-05-25 10:06 UTC 

[PATCH 1/2] KVM Test: Add a new kvm subtest multi_disk
 2011-05-25  9:22 UTC  (2+ messages)
` [PATCH 2/2] KVM Test: sample configure for multi_disk test case

(unknown),
 2011-05-25  5:40 UTC 

(unknown),
 2011-05-25  3:51 UTC 

Virtual SCSI disks hangs on heavy IO
 2011-05-25  0:43 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