public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-11-10 06:26:46 to 2014-11-14 14:09:55 UTC [more...]

[PATCH] virt: kvm: arm: vgic: Process the failure case when kvm_register_device_ops() fails
 2014-11-14 14:09 UTC  (5+ messages)

[PATCH 0/3] KVM: simplification to the memslots code
 2014-11-14 13:35 UTC  (6+ messages)
` [PATCH 1/3] kvm: memslots: track id_to_index changes during the insertion sort
` [PATCH 2/3] kvm: commonize allocation of the new memory slots
` [PATCH 3/3] kvm: simplify update_memslots invocation

[PATCH] kvm: x86: increase user memory slots to 509
 2014-11-14 10:58 UTC  (6+ messages)
` [PATCH] kvm: memslots: replace heap sort with insertion sort
    ` [PATCH v2] "

[PATCH] KVM: PPC: Book3S HV: Tracepoints for KVM HV guest interactions
 2014-11-14 10:56 UTC  (2+ messages)

[RFC][PATCH 1/2] kvm: x86: mmu: return zero if s > e in rsvd_bits()
 2014-11-14 10:11 UTC  (4+ messages)
` [RFC][PATCH 2/2] kvm: x86: mmio: fix setting the present bit of mmio spte

[PATCH v14 0/7] KVM/arm/x86: dirty page logging for ARMv7 (3.17.0-rc1)
 2014-11-14 10:03 UTC  (11+ messages)
` [PATCH v14 1/7] KVM: Add architecture-defined TLB flush support
` [PATCH v14 2/7] KVM: Add generic support for dirty page logging
` [PATCH v14 3/7] KVM: x86: switch to kvm_get_dirty_log_protect
` [PATCH v14 4/7] KVM: arm: Add ARMv7 API to flush TLBs
` [PATCH v14 5/7] KVM: arm: Add initial dirty page locking support
` [PATCH v14 6/7] KVM: arm: dirty logging write protect support
` [PATCH v14 7/7] KVM: arm: page logging 2nd stage fault handling

[PATCH v4] KVM: x86: fix access memslots w/o hold srcu read lock
 2014-11-14  6:12 UTC  (4+ messages)

[RFC PATCH] x86, entry: Switch stacks on a paranoid entry from userspace
 2014-11-13 21:23 UTC  (2+ messages)

[PULL] vhost: cleanups and fixes
 2014-11-13 21:22 UTC 

KVM: x86: add module parameter to disable periodic kvmclock sync
 2014-11-13 18:24 UTC  (9+ messages)

trying to use vfio to pass VGA card and getting operation not permitted error
 2014-11-13 17:52 UTC  (4+ messages)

[RFC PATCH 1/4] ARM: KVM: on unhandled IO mem abort, route the call to the KVM MMIO bus
 2014-11-13 16:07 UTC  (17+ messages)

TUN_F_UFO change breaks live migration
 2014-11-13 12:00 UTC  (9+ messages)
    ` [PATCH net] Revert "drivers/net: Disable UFO through virtio" in macvtap and tun

[PATCH 05/13] KVM: Update IRTE according to guest interrupt configuration changes
 2014-11-13 11:39 UTC  (13+ messages)

[PATCH] kvm: svm: move WARN_ON in svm_adjust_tsc_offset
 2014-11-13 10:56 UTC  (2+ messages)

[PATCH v9 01/19] vfio/platform: initial skeleton of VFIO support for platform devices
 2014-11-13  8:05 UTC  (27+ messages)
` [PATCH v9 03/19] vfio: platform: add the VFIO PLATFORM module to Kconfig
` [PATCH v9 06/19] vfio/platform: return info for bound device
` [PATCH v9 07/19] vfio/platform: return info for device memory mapped IO regions
` [PATCH v9 08/19] vfio/platform: read and write support for the device fd
` [PATCH v9 12/19] vfio/platform: trigger an interrupt via eventfd
` [PATCH v9 13/19] vfio/platform: support for level sensitive interrupts

[PATCH] virt: kvm: arm: vgic: Return failure code '-EBUSY' when mutex_trylock() fails
 2014-11-13  2:34 UTC  (3+ messages)

[PATCH] kvm: x86: add trace event for pvclock updates
 2014-11-12 18:00 UTC  (3+ messages)

Seeking a KVM benchmark
 2014-11-12 17:56 UTC  (23+ messages)

[PATCH] x86, kvm, vmx: Always use LOAD_IA32_EFER if available
 2014-11-12 11:38 UTC  (4+ messages)

[GIT PULL 1/4] KVM: s390: Fix ipte locking
 2014-11-12  9:28 UTC  (9+ messages)
` compiler bug gcc4.6/4.7 with ACCESS_ONCE and workarounds

Live migration locks up 3.2 guests in do_timer(ticks ~ 500000)
 2014-11-12  8:59 UTC  (11+ messages)

[PATCH 00/17] RFC: userfault v2
 2014-11-12  7:18 UTC  (5+ messages)

[PATCH v4 0/6] fix hw_random stuck
 2014-11-12  4:47 UTC  (7+ messages)
` [PATCH v4 3/6] hw_random: use reference counts on each struct hwrng
` [PATCH v4 4/6] hw_random: fix unregister race

nested KVM slower than QEMU with gnumach guest kernel
 2014-11-11 23:42 UTC  (2+ messages)

[GIT PULL] KVM fixes for 3.18-rc5
 2014-11-11 14:28 UTC 

KVM call for agenda for 2014-11-11
 2014-11-11 13:55 UTC  (2+ messages)

[PATCH 00/13] Add VT-d Posted-Interrupts support for KVM
 2014-11-11 13:48 UTC  (22+ messages)
` [PATCH 01/13] iommu/vt-d: VT-d Posted-Interrupts feature detection
` [PATCH 02/13] KVM: Initialize VT-d Posted-Interrtups Descriptor
` [PATCH 04/13] iommu/vt-d: Adjust 'struct irte' to better suit for VT-d Posted-Interrupts
` [PATCH 05/13] KVM: Update IRTE according to guest interrupt configuration changes
  ` [PATCH 07/13] x86, irq: Define a global vector for VT-d Posted-Interrupts
  ` [PATCH 08/13] KVM: Update Posted-Interrupts descriptor during VCPU scheduling
  ` [PATCH 09/13] KVM: Change NDST field after "
  ` [PATCH 10/13] KVM: Add the handler for Wake-up Vector
  ` [PATCH 11/13] KVM: Suppress posted-interrupt when 'SN' is set
  ` [PATCH 12/13] iommu/vt-d: No need to migrating irq for VT-d Posted-Interrtups
` [PATCH 13/13] iommu/vt-d: Add a command line parameter for VT-d posted-interrupts
    ` several messages

[PATCH 05/13] KVM: Update IRTE according to guest interrupt configuration changes
 2014-11-11 13:02 UTC 

[PATCH 05/13] KVM: Update IRTE according to guest interrupt configuration changes
 2014-11-11 11:22 UTC 

[PATCH] x86: Update VT-d Posted-Interrupts related information
 2014-11-11  9:21 UTC 

[PATCH 02/13] KVM: Initialize VT-d Posted-Interrtups Descriptor
 2014-11-11  9:20 UTC 

[RFC PATCH 0/6] ARM64: KVM: PMU infrastructure support
 2014-11-11  9:18 UTC  (5+ messages)

[PATCH v4 00/25] virtio: fix spec compliance issues
 2014-11-11  6:15 UTC  (4+ messages)
` [PATCH v4 10/25] virtio: add API to enable VQs early

[PATCH v4 13/25] virtio_console: enable VQs early
 2014-11-11  2:24 UTC  (5+ messages)
` [PATCH] virtio_console: move early VQ enablement

[PATCH] KVM: PPC: BookE: Improve irq inject tracepoint
 2014-11-10 23:24 UTC 

Hotplugging usb devices on guest boot
 2014-11-10 22:26 UTC 

[PATCH] Add VT-d Posted-Interrupts support in QEMU
 2014-11-10 21:58 UTC  (3+ messages)
` [PATCH] x86: Update VT-d Posted-Interrupts related information

[PATCH] x86, kvm, vmx: Don't set LOAD_IA32_EFER when host and guest match
 2014-11-10 19:19 UTC 

[PATCH 00/21] Fixes for various KVM bugs
 2014-11-10 18:06 UTC  (8+ messages)
` [PATCH 14/21] KVM: x86: Software disabled APIC should still deliver NMIs

[PATCH] kvm: Fix memory slot page alignment logic
 2014-11-10 14:48 UTC  (8+ messages)
    ` [Qemu-devel] "

[PATCH 1/2] arm/arm64: kvm: drop inappropriate use of kvm_is_mmio_pfn()
 2014-11-10 11:15 UTC  (7+ messages)
` [PATCH 2/2] kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()

[PATCH kvm-unit-tests] vmexit: add tests with EFER.SCE=1
 2014-11-10 10:05 UTC 

typo of the comment
 2014-11-10  7:44 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