public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-12-06 13:54:55 to 2010-12-09 11:08:55 UTC [more...]

[PATCH 0/28] nVMX: Nested VMX, v7
 2010-12-09 11:08 UTC  (31+ messages)
` [PATCH 01/28] nVMX: Add "nested" module option to vmx.c
` [PATCH 02/28] nVMX: Add VMX and SVM to list of supported cpuid features
` [PATCH 03/28] nVMX: Implement VMXON and VMXOFF
` [PATCH 04/28] nVMX: Allow setting the VMXE bit in CR4
` [PATCH 05/28] nVMX: Introduce vmcs12: a VMCS structure for L1
` [PATCH 06/28] nVMX: Implement reading and writing of VMX MSRs
` [PATCH 07/28] nVMX: Decoding memory operands of VMX instructions
` [PATCH 08/28] nVMX: Hold a vmcs02 for each vmcs12
` [PATCH 09/28] nVMX: Add VMCS fields to the vmcs12
` [PATCH 10/28] nVMX: Success/failure of VMX instructions
` [PATCH 11/28] nVMX: Implement VMCLEAR
` [PATCH 12/28] nVMX: Implement VMPTRLD
` [PATCH 13/28] nVMX: Implement VMPTRST
` [PATCH 14/28] nVMX: Implement VMREAD and VMWRITE
` [PATCH 15/28] nVMX: Prepare vmcs02 from vmcs01 and vmcs12
` [PATCH 16/28] nVMX: Move register-syncing to a function
` [PATCH 17/28] nVMX: Implement VMLAUNCH and VMRESUME
` [PATCH 18/28] nVMX: No need for handle_vmx_insn function any more
` [PATCH 19/28] nVMX: Exiting from L2 to L1
` [PATCH 20/28] nVMX: Deciding if L0 or L1 should handle an L2 exit
` [PATCH 21/28] nVMX: Correct handling of interrupt injection
` [PATCH 22/28] nVMX: Correct handling of exception injection
` [PATCH 23/28] nVMX: Correct handling of idt vectoring info
` [PATCH 24/28] nVMX: Handling of CR0 and CR4 modifying instructions
` [PATCH 25/28] nVMX: Further fixes for lazy FPU loading
` [PATCH 26/28] nVMX: Additional TSC-offset handling
` [PATCH 27/28] nVMX: Miscellenous small corrections
` [PATCH 28/28] nVMX: Documentation

I/O Performance Tips
 2010-12-09 10:30 UTC  (3+ messages)

[RFC PATCH 0/3] directed yield for Pause Loop Exiting
 2010-12-09 10:28 UTC  (11+ messages)
` [RFC PATCH 2/3] sched: add yield_to function
` [RFC PATCH 3/3] kvm: use yield_to instead of sleep in kvm_vcpu_on_spin

[PATCH] KVM: Fix OSXSAVE after migration
 2010-12-09 10:04 UTC  (4+ messages)

Confirm
 2010-12-09  8:40 UTC 

[PATCH 1/6] qemu,kvm: Enable NMI support for user space irqchip
 2010-12-09  7:25 UTC  (2+ messages)

[PATCH 6/6] qemu,qmp: Convert do_sendkey() to QObject,QError
 2010-12-09  6:59 UTC 

[PATCH 5/6] qemu,qmp: QError: New QERR_UNKNOWN_KEY
 2010-12-09  6:59 UTC 

[PATCH 4/6] qemu,qmp: QError: New QERR_TOO_MANY_KEYS
 2010-12-09  6:59 UTC 

[PATCH 3/6] qumu,qmp: QError: New QERR_INVALID_KEY
 2010-12-09  6:59 UTC 

[PATCH 2/6] qemu,qmp: convert do_inject_nmi() to QObject
 2010-12-09  6:59 UTC 

[PATCH] [qemu-kvm-next-tree] fix compile error of hw/device-assignment.c
 2010-12-09  6:43 UTC 

Unittests failure for latest upstream kvm.git + qemu-kvm.git + kvm-unit-tests.git
 2010-12-08 23:53 UTC 

kvm hangs on mkfs
 2010-12-08 20:47 UTC  (3+ messages)

Memory leaks in virtio drivers?
 2010-12-08 20:21 UTC  (8+ messages)

[RFC PATCH] KVM: Fix missing lock for kvm_io_bus_unregister_dev()
 2010-12-08 19:10 UTC  (3+ messages)

[PATCH v2 0/2] savevm odness related to kvmclock
 2010-12-08 19:31 UTC  (8+ messages)
` [PATCH v2 1/2] Do not register kvmclock savevm section if kvmclock is disabled
` [PATCH v2 2/2] make kvmclock value idempotent for stopped machine

[PATCH] KVM: Fix build error on s390 due to missing tlbs_dirty
 2010-12-08 16:07 UTC 

[PATCH 00/21] Kemari for KVM 0.2
 2010-12-08 14:22 UTC  (5+ messages)
` [PATCH 06/21] vl: add a tmp pointer so that a handler can delete the entry to which it belongs
  ` [Qemu-devel] "

[PATCH] kvm/x86: enlarge number of possible CPUID leaves
 2010-12-08 12:14 UTC  (6+ messages)

[PATCHv8 00/16] boot order specification
 2010-12-08 11:35 UTC  (17+ messages)
` [PATCHv8 01/16] Introduce fw_name field to DeviceInfo structure
` [PATCHv8 02/16] Introduce new BusInfo callback get_fw_dev_path
` [PATCHv8 03/16] Keep track of ISA ports ISA device is using in qdev
` [PATCHv8 04/16] Add get_fw_dev_path callback to ISA bus "
` [PATCHv8 05/16] Store IDE bus id in IDEBus structure for easy access
` [PATCHv8 06/16] Add get_fw_dev_path callback to IDE bus
` [PATCHv8 07/16] Add get_fw_dev_path callback for system bus
` [PATCHv8 08/16] Add get_fw_dev_path callback for pci bus
` [PATCHv8 09/16] Record which USBDevice USBPort belongs too
` [PATCHv8 10/16] Add get_fw_dev_path callback for usb bus
` [PATCHv8 11/16] Add get_fw_dev_path callback to scsi bus
` [PATCHv8 12/16] Add bootindex parameter to net/block/fd device
` [PATCHv8 13/16] Change fw_cfg_add_file() to get full file path as a parameter
` [PATCHv8 14/16] Add bootindex for option roms
` [PATCHv8 15/16] Add notifier that will be called when machine is fully created
` [PATCHv8 16/16] Pass boot device list to firmware

[PATCH] kvm: cleanup CR8 handling
 2010-12-08 11:27 UTC 

[PATCH] ceph/rbd block driver for qemu-kvm (v9)
 2010-12-08 10:36 UTC  (2+ messages)

[PATCH] KVM: SVM: Add xsetbv intercept
 2010-12-08 10:35 UTC  (8+ messages)
        ` [PATCH 1/2] KVM: SVM: Do not report xsave in supported cpuid
        ` [PATCH 2/2] KVM: SVM: Add xsetbv intercept

[PATCH 07/15] ftrace: fix event alignment: kvm:kvm_hv_hypercall
 2010-12-08  9:18 UTC  (5+ messages)

[PATCH] [RFC] Turn KVM test subtest loading mechanism into infrastructure
 2010-12-08  0:56 UTC 

Transcendent Memory and KVM
 2010-12-07 22:14 UTC  (2+ messages)

Does KVM use one EPT table per Guest CR3?
 2010-12-07 22:11 UTC  (4+ messages)

KVM call agenda for Dec 7
 2010-12-07 15:05 UTC  (3+ messages)
` [Qemu-devel] "

[PATCH 0/5] kvm/svm: implement new DecodeAssist features
 2010-12-07 14:41 UTC  (14+ messages)
` [PATCH 1/5] kvm/svm: add new SVM feature bit names
` [PATCH 2/5] kvm/svm: enhance MOV CR intercept handler
` [PATCH 3/5] kvm/svm: enhance mov DR "
` [PATCH 4/5] kvm/svm: implement enhanced INVLPG intercept
` [PATCH 5/5] kvm/svm: copy instruction bytes from VMCB

[PATCH 1/2 rebased] KVM: MMU: Avoid dropping accessed bit while removing write access
 2010-12-07 13:55 UTC  (8+ messages)
` [PATCH 2/2 rebased] KVM: MMU: Introduce a helper to access lpage_info
          ` [PATCH 2/2 v2] KVM: MMU: Make the way of accessing lpage_info more generic

KVM call minutes for Nov 30
 2010-12-07 13:10 UTC  (6+ messages)

DONATION
 2010-12-07 12:16 UTC 

[PATCH 0/3] KVM: SVM: Add support Flush-By-ASID feature
 2010-12-07  9:59 UTC  (3+ messages)

[PATCH v5 1/3] KVM: MMU: rename 'no_apf' to 'prefault'
 2010-12-07  9:52 UTC  (5+ messages)
` [PATCH v5 2/3] KVM: MMU: fix accessed bit set on prefault path
` [PATCH v5 3/3] KVM: MMU: retry #PF for softmmu

[PATCH 0/12] KVM: SVM: Add support for VMCB state caching
 2010-12-07  9:50 UTC  (7+ messages)
` [PATCH 05/12] KVM: SVM: Add clean-bit for interrupt state

[PATCH] KVM: Add reading critical region for kvm_io_bus_read/write
 2010-12-07  2:35 UTC  (3+ messages)

[PATCH] Correcting timeout interruption of virtio_console test
 2010-12-06 23:13 UTC  (2+ messages)

[PATCH 1/3] KVM test: virtio_guest: Add lseek test
 2010-12-06 22:13 UTC  (3+ messages)
` [PATCH 2/3] KVM test: virtio_console: Adding SIGIO test
` [PATCH 3/3] KVM test: virtio_console: Fix execution of tests

[PATCH] ceph/rbd block driver for qemu-kvm (v8)
 2010-12-06 20:15 UTC  (4+ messages)
` [Qemu-devel] "

[PATCH 0/5] KVM&genirq: Enable adaptive IRQ sharing for passed-through devices
 2010-12-06 17:11 UTC  (8+ messages)
` [PATCH 5/5] KVM: Allow host IRQ sharing for passed-through PCI 2.3 devices

[PATCH 0/5] Extra capabilities for device assignment
 2010-12-06 17:03 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/5] device-assignment: Fix off-by-one in header check
  ` [PATCH v2 2/5] pci: Remove PCI_CAPABILITY_CONFIG_*
  ` [PATCH v2 3/5] pci: Error on PCI capability collisions
  ` [PATCH v2 4/5] device-assignment: Error checking when adding capabilities
  ` [PATCH v2 5/5] device-assignment: pass through and stub more PCI caps

[PATCH] kvm-vmx: add module parameter to avoid trapping HLT instructions (v5)
 2010-12-06 16:53 UTC 

[PATCH 0/2] Keep cr3 cached in VMCS
 2010-12-06 16:41 UTC  (3+ messages)
` [PATCH 2/2] KVM: Fetch guest cr3 from hardware on demand

[PATCH 0/2] tools/virtio: virtio_ring testing tool
 2010-12-06 16:37 UTC  (3+ messages)
` [PATCH 2/2] tools/virtio: virtio_test tool

[PATCH] kvm-vmx: add module parameter to avoid trapping HLT instructions (v2)
 2010-12-06 16:33 UTC  (23+ messages)

Roadmap for KVM support on Tile?
 2010-12-06 16:13 UTC 

[PATCH 3/3][STABLE] KVM: add schedule check to napi_enable call
 2010-12-06 16:12 UTC  (7+ messages)
` [stable] "

[PATCH v2 0/3] virtio: Use ioeventfd for virtqueue notify
 2010-12-06 15:09 UTC  (13+ messages)
` [PATCH 2/3] virtio-pci: "
    ` [Qemu-devel] "

[PATCHv7 00/16] boot order specification
 2010-12-06 13:54 UTC  (12+ messages)
` [PATCHv7 02/16] Introduce new BusInfo callback get_fw_dev_path
` [PATCHv7 03/16] Keep track of ISA ports ISA device is using in qdev
` [PATCHv7 05/16] Store IDE bus id in IDEBus structure for easy access
` [PATCHv7 07/16] Add get_fw_dev_path callback for system bus
` [PATCHv7 08/16] Add get_fw_dev_path callback for pci bus
` [PATCHv7 09/16] Record which USBDevice USBPort belongs too
` [PATCHv7 11/16] Add get_fw_dev_path callback to scsi bus
` [PATCHv7 12/16] Add bootindex parameter to net/block/fd device
` [PATCHv7 14/16] Add bootindex for option roms
` [PATCHv7 15/16] Add notifier that will be called when machine is fully created
` [PATCHv7 16/16] Pass boot device list to firmware


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