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

[PATCH 0/31] nVMX: Nested VMX, v11
 2011-05-25 20:14 UTC  (27+ 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 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 v4 0/4] rbd improvements
 2011-05-25 19:22 UTC  (17+ 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] "

KVM: x86: use proper port value when checking io instruction permission
 2011-05-25 18:18 UTC  (6+ messages)
  ` KVM: x86: use proper port value when checking io instruction permission (v2)

[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  (35+ 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 0/31] nVMX: Nested VMX, v10
 2011-05-25 13:45 UTC  (42+ messages)
` [PATCH 17/31] nVMX: Prepare vmcs02 from vmcs01 and vmcs12
` [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

[PATCH] new version of loaded_vmcs patch
 2011-05-25 10:34 UTC  (8+ 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

Restoring saved guest causes guest to reboot
 2011-05-25  6:49 UTC  (10+ messages)

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

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

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

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

Virtual SCSI disks hangs on heavy IO
 2011-05-25  0:43 UTC  (2+ messages)

[PATCH v4 0/4] rbd improvements
 2011-05-24 18:51 UTC 

[PATCH v4 0/4] rbd improvements
 2011-05-24 18:51 UTC 

Using KVM in user mode with public bridge
 2011-05-24 15:49 UTC  (2+ messages)

[PATCH] qemu-kvm: Fix non-ISA IRQ routing in kernel irqchip mode
 2011-05-24 14:47 UTC  (2+ messages)

[PATCH] kvm: add missing void __user * cast to access_ok() call
 2011-05-24 14:46 UTC  (2+ messages)

[PATCH][RESEND] KVM: Clean up error handling during VCPU creation
 2011-05-24 14:41 UTC  (2+ messages)

[PATCH 0/4] Make possible to run client tests as subtests
 2011-05-24 14:24 UTC  (4+ messages)
` [PATCH 3/4] tools: Make html_report to deal with subtest results
` [PATCH 4/4] KVM test: Rewrite netperf in terms of subtest

[PATCH 0/30] nVMX: Nested VMX, v9
 2011-05-24 13:07 UTC  (15+ messages)

KVM call agenda dfor May 24th
 2011-05-24 13:06 UTC  (2+ messages)

FreeBSD startup timer hangs on boot
 2011-05-24 12:43 UTC 

[PATCH 08/31] nVMX: Fix local_vcpus_link handling
 2011-05-24 11:59 UTC  (26+ messages)

memory zones and the KVM guest kernel
 2011-05-24  8:04 UTC  (2+ messages)

[PATCH v2] Enable CPU SMEP feature for KVM
 2011-05-24  7:38 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