kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-08-01 09:01:10 to 2012-08-05 13:35:52 UTC [more...]

[PATCH 0/8] use jump labels to streamline common APIC configuration
 2012-08-05 13:35 UTC  (11+ messages)
` [PATCH 1/8] KVM: clean up kvm_(set|get)_apic_base
` [PATCH 2/8] KVM: use kvm_lapic_set_base() to change apic_base
` [PATCH 3/8] KVM: mark apic enabled on start up
` [PATCH 4/8] Export jump_label_rate_limit()
` [PATCH 5/8] KVM: use jump label to optimize checking for HW enabled APIC in APIC_BASE MSR
` [PATCH 6/8] KVM: use jump label to optimize checking for SW enabled apic in spurious interrupt register
` [PATCH 7/8] KVM: use jump label to optimize checking for in kernel local apic presence
` [PATCH 8/8] KVM: inline kvm_apic_present() and kvm_lapic_enabled()

KVM segfaults with 3.5 while installing ubuntu 12.04
 2012-08-05 10:29 UTC  (12+ messages)

[PATCH 3/6] arch/powerpc/kvm/e500_tlb.c: fix error return code
 2012-08-05  9:52 UTC 

[PATCH] update KVM_SAVE_MSRS_BEGIN to correct value
 2012-08-05  9:51 UTC  (4+ messages)

[PATCH 1/2] kvm tools: prevent guest softlockup errors when pausing
 2012-08-05  9:31 UTC  (9+ messages)
` [PATCH 2/2] kvm tools: inject MSI directly without going through a GSI

Nested kvm_intel broken on pre 3.3 hosts
 2012-08-05  9:18 UTC  (20+ messages)
              ` [PATCH 1/7] KVM: Move cpuid code to new file
              ` [PATCH 2/7] KVM: expose latest Intel cpu new features (BMI1/BMI2/FMA/AVX2) to guest
              ` [PATCH 3/7] KVM: Expose kvm_lapic_local_deliver()
              ` [PATCH 4/7] KVM: Expose a version 2 architectural PMU to a guests
              ` [PATCH 5/7] KVM: Add generic RDPMC support
              ` [PATCH 6/7] KVM: SVM: Intercept RDPMC
              ` [PATCH 7/7] KVM: VMX: "
                ` (unknown),

Reset problem vs. MMIO emulation, hypercalls, etc
 2012-08-05  9:00 UTC  (14+ messages)

[PATCH v3 0/8] KVM paravirt remote flush tlb
 2012-08-04 18:33 UTC  (12+ messages)
` [PATCH v3 4/8] KVM-HV: Add VCPU running/pre-empted state for guest
` [PATCH v3 6/8] KVM-HV: Add flush_on_enter before guest enter

[PATCH v4] Fixes related to processing of qemu's -numa option
 2012-08-04 16:13 UTC  (2+ messages)

[PATCH v2] configure: Don't implicitly hardcode list of KVM architectures
 2012-08-04 15:29 UTC  (3+ messages)
` [Qemu-devel] "

[PATCH v3] kvm: Check if smp_cpus exceeds max cpus supported by kvm
 2012-08-03 19:56 UTC  (3+ messages)

KVM: x86: fix pvclock guest stopped flag reporting
 2012-08-03 18:57 UTC  (6+ messages)
` KVM: x86: fix pvclock guest stopped flag reporting (v2)

[PATCH v2 01/10] KVM: iommu: fix releasing unmapped page
 2012-08-03 19:17 UTC  (11+ messages)
` [PATCH v2 02/10] KVM: introduce KVM_PFN_ERR_FAULT
` [PATCH v2 03/10] KVM: introduce KVM_PFN_ERR_HWPOISON
` [PATCH v2 04/10] KVM: introduce KVM_PFN_ERR_BAD
` [PATCH v2 05/10] KVM: inline is_*_pfn functions
` [PATCH v2 06/10] KVM: remove the unused declare
` [PATCH v2 07/10] KVM: introduce KVM_ERR_PTR_BAD_PAGE
` [PATCH v2 08/10] KVM: do not release the error pfn
` [PATCH v2 09/10] KVM: do not release the error page
` [PATCH v2 10/10] KVM: let the error pfn not depend on error code

[GIT PULL] KVM fixes for 3.6-rc2
 2012-08-03 18:15 UTC 

[PATCH 1/2] pci-assign: Switch to pci_device_route_intx_to_irq interface
 2012-08-03 17:12 UTC  (7+ messages)
` [PATCH 2/2] pci-assign: Use pci_device_set_intx_routing_notifier
  ` [PATCH v2 1/2] pci-assign: Switch to pci_device_route_intx_to_irq interface

[PATCH 1/9] KVM: iommu: fix releasing unmapped page
 2012-08-03  8:13 UTC  (14+ messages)
` [PATCH 2/9] KVM: define kvm_fault_pfn statically
` [PATCH 3/9] KVM: define kvm_hwpoison_pfn statically
` [PATCH 4/9] KVM: define kvm_bad_pfn statically
` [PATCH 7/9] KVM: define kvm_bad_page statically
` [PATCH 8/9] KVM: do not release the error pfn

[PATCH 0/10] nEPT v2: Nested EPT support for Nested VMX
 2012-08-03  8:08 UTC  (15+ messages)
` [PATCH 01/10] nEPT: Support LOAD_IA32_EFER entry/exit controls for L1
` [PATCH 02/10] nEPT: Add EPT tables support to paging_tmpl.h
` [PATCH 03/10] nEPT: MMU context for nested EPT
` [PATCH 04/10] nEPT: Fix cr3 handling in nested exit and entry
` [PATCH 05/10] nEPT: Fix wrong test in kvm_set_cr3
` [PATCH 06/10] nEPT: Some additional comments
` [PATCH 07/10] nEPT: Advertise EPT to L1
` [PATCH 08/10] nEPT: Nested INVEPT
` [PATCH 09/10] nEPT: Documentation
` [PATCH 10/10] nEPT: Miscelleneous cleanups

[PATCH V5 0/4] Improve virtio-blk performance
 2012-08-03  7:11 UTC  (11+ messages)
` [PATCH V5 1/4] block: Introduce __blk_segment_map_sg() helper
` [PATCH V5 2/4] block: Add blk_bio_map_sg() helper
` [PATCH V5 3/4] virtio-blk: Add bio-based IO path for virtio-blk
` [PATCH V5 4/4] virtio-blk: Add REQ_FLUSH and REQ_FUA support to bio path

[PATCH 1/3] booke: Added ONE_REG interface for IAC/DAC debug registers
 2012-08-03  7:08 UTC  (3+ messages)
` [PATCH 2/3] KVM: PPC: booke: Allow multiple exception types
` [PATCH 3/3] KVM: PPC: booke: Added debug handler

Attaching audio CD to VM instance
 2012-08-03  7:06 UTC  (2+ messages)

[PATCH 1/2] KVM: PPC: booke: Add watchdog emulation
 2012-08-03  5:30 UTC  (2+ messages)
` [PATCH 2/2] Unified the kvm requests in one function

KVM-INTEL: Add new module vmcsinfo-intel to fill VMCSINFO
 2012-08-03  1:21 UTC  (2+ messages)

[PATCH 4/4] Enable kvm emulated watchdog
 2012-08-03  0:51 UTC  (10+ messages)

[PATCH 0/3] KVM: Integrate rmap and rmap_pde
 2012-08-02 23:59 UTC  (6+ messages)
` [PATCH 1/3] KVM: Stop checking rmap to see if slot is being created
` [PATCH 2/3] KVM: MMU: Use gfn_to_rmap() instead of directly reading rmap array
` [RFC PATCH 3/3] KVM: Push rmap into kvm_arch_memory_slot

[PATCHv5 0/4] improve speed of "rep ins" emulation
 2012-08-02 19:26 UTC  (3+ messages)
` [PATCHv5 1/4] Provide userspace IO exit completion callback

[GIT PULL] tcm_vhost: Initial merge of vhost level target fabric driver
 2012-08-02 20:23 UTC  (2+ messages)

[PATCH v2 0/4] VFIO-based PCI device assignment for QEMU 1.2
 2012-08-02 19:17 UTC  (5+ messages)
` [PATCH v2 1/4] Update kernel header script to include vfio
` [PATCH v2 2/4] Update Linux kernel headers
` [PATCH v2 3/4] vfio: vfio-pci device assignment driver
` [PATCH v2 4/4] vfio: Enable vfio-pci and mark supported

[PATCH 0/3] VFIO-based PCI device assignment for QEMU 1.2
 2012-08-02 16:45 UTC  (12+ messages)
` [PATCH 1/3] vfio: Import vfio kernel header
` [PATCH 3/3] vfio: Enable vfio-pci and mark supported

[regression] virtio net locks up
 2012-08-02 10:59 UTC  (9+ messages)

[PATCH] Documentation/kvm : Add documentation on Hypercalls
 2012-08-02 10:13 UTC  (6+ messages)

[ANNOUNCE] kvm-kmod-3.5
 2012-08-02  9:47 UTC 

[PATCH v7 0/2] kvm: level irqfd and new eoifd
 2012-08-02  8:42 UTC  (10+ messages)
` [PATCH v7 2/2] kvm: KVM_EOIFD, an eventfd for EOIs

[PATCH V3 3/3] virtio-blk: Add bio-based IO path for virtio-blk
 2012-08-02  6:28 UTC  (5+ messages)

[PATCH 1/2] kvm: kvmclock: apply kvmclock offset to guest wall clock time
 2012-08-01 20:53 UTC  (5+ messages)

[PATCH] kvm tools: dynamically allocate p9 fids
 2012-08-01 18:10 UTC  (4+ messages)
` [PATCH] kvm tools: don't bother tracking is_dir

[QEMU PATCH 0/2] virtio-blk: writeback cache enable improvements
 2012-08-01 16:25 UTC  (4+ messages)

[PATCH master/3.5.y] KVM: VMX: Fix ds/es corruption on i386 with preemption
 2012-08-01 14:36 UTC  (2+ messages)

qemu-kvm-1.1.0 crashing with kernel 3.5.0-rc6
 2012-08-01 13:11 UTC  (16+ messages)

[PATCH v2 0/7] KVM paravirt remote flush tlb
 2012-08-01 12:59 UTC  (11+ messages)
` [PATCH v2 6/7] kvm,x86: RCU based table free

Tracking nested guest ioctl in L0 hypervisor
 2012-08-01 10:52 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;
as well as URLs for NNTP newsgroup(s).