public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-05-03 07:11:03 to 2016-05-05 17:55:33 UTC [more...]

[PATCH v4 00/12] KVM: arm64: GICv3 ITS emulation
 2016-05-05 17:55 UTC  (3+ messages)
` [PATCH v4 01/12] KVM: extend struct kvm_msi to hold a 32-bit device ID

[PATCH v2 00/54] KVM: arm/arm64: Rework virtual GIC emulation
 2016-05-05 17:55 UTC  (52+ messages)
` [PATCH v2 05/54] KVM: arm/arm64: Remove the IRQ field from struct irq_phys_map
` [PATCH v2 06/54] KVM: arm/arm64: arch_timer: Remove irq_phys_map
` [PATCH v2 07/54] KVM: arm/arm64: vgic: Remove irq_phys_map from interface
` [PATCH v2 14/54] KVM: arm/arm64: vgic-new: Implement virtual IRQ injection
` [PATCH v2 16/54] KVM: arm/arm64: vgic-new: Add IRQ sync/flush framework
` [PATCH v2 17/54] KVM: arm/arm64: vgic-new: Add GICv2 world switch backend
` [PATCH v2 18/54] KVM: arm/arm64: vgic-new: Add GICv3 "
        ` [PATCH] KVM: arm/arm64: move GICv2 emulation defines into arm-gic-v3.h
` [PATCH v2 19/54] KVM: arm/arm64: vgic-new: Implement
` [PATCH v2 21/54] KVM: arm/arm64: vgic-new: Add GICv2 MMIO handling framework
` [PATCH v2 26/54] KVM: arm/arm64: vgic-new: Add ACTIVE registers handlers
` [PATCH v2 32/54] KVM: arm/arm64: vgic-new: Add GICv3 MMIO handling framework
` [PATCH v2 42/54] KVM: arm/arm64: vgic-new: vgic_kvm_device: access to VGIC registers
        ` [PATCH] KVM: arm/arm64: new-vgic: add proper GICv2 CPU interface userland access
` [PATCH v2 46/54] KVM: arm/arm64: vgic-new: Add userland GIC CPU interface access
` [PATCH v2 47/54] KVM: arm/arm64: vgic-new: vgic_init: implement kvm_vgic_hyp_init
` [PATCH v2 50/54] KVM: arm/arm64: vgic-new: vgic_init: implement map_resources

[PATCH 3/6] KVM: Dirty memory tracking for performant checkpointing and improved live migration
 2016-05-05 16:26 UTC  (15+ messages)

[kvm-unit-tests PATCH] x86: Makefile refine
 2016-05-05 16:03 UTC 

[PATCH 0/5] vfio-pci: Add support for mmapping MSI-X table
 2016-05-05 15:05 UTC  (13+ messages)
` [PATCH 5/5] vfio-pci: Allow to mmap MSI-X table if interrupt remapping is supported

[kvm-unit-tests PATCH v7 00/11] Cleanup low-level arch code
 2016-05-05 14:26 UTC  (12+ messages)
` [kvm-unit-tests PATCH v7 01/11] Remove unused and unnecessary PHYS32 macro
` [kvm-unit-tests PATCH v7 02/11] Move phys_addr_t type definition to lib/libcflat.h
` [kvm-unit-tests PATCH v7 03/11] x86: Introduce lib/x86/asm/page.h
` [kvm-unit-tests PATCH v7 04/11] x86: Introduce lib/x86/asm/io.h
` [kvm-unit-tests PATCH v7 05/11] x86: Introduce lib/x86/asm/barrier.h
` [kvm-unit-tests PATCH v7 06/11] io: Separate overrides of virt_to_phys() and phys_to_virt()
` [kvm-unit-tests PATCH v7 07/11] io: Disallow memory re-ordering for generic memory barriers
` [kvm-unit-tests PATCH v7 08/11] x86: Cleanup PAGE_* constants
` [kvm-unit-tests PATCH v7 09/11] x86: Cleanup PT_*_MASK flags
` [kvm-unit-tests PATCH v7 10/11] io: Make ioremap() prototype conform to Linux one
` [kvm-unit-tests PATCH v7 11/11] x86: io: Factor out ioremap()

[PULL] virtio/qemu: fixes for 4.6
 2016-05-05 13:04 UTC 

[RFC PATCH v3 0/3] Add vGPU support
 2016-05-05 12:57 UTC  (30+ messages)
` [RFC PATCH v3 1/3] vGPU Core driver
` [RFC PATCH v3 2/3] VFIO driver for vGPU device
    ` [Qemu-devel] "
` [RFC PATCH v3 3/3] VFIO Type1 IOMMU change: to support with iommu and without iommu

[PATCH RFC 0/8] basic vfio-ccw infrastructure
 2016-05-05 10:29 UTC  (5+ messages)

[kvm-unit-tests PATCH v6 00/11] Cleanup low-level arch code
 2016-05-05 10:03 UTC  (21+ messages)
` [kvm-unit-tests PATCH v6 01/11] Remove unused and unnecessary PHYS32 macro
` [kvm-unit-tests PATCH v6 02/11] Move phys_addr_t type definition to lib/libcflat.h
` [kvm-unit-tests PATCH v6 03/11] x86: Introduce lib/x86/asm/page.h
` [kvm-unit-tests PATCH v6 04/11] x86: Introduce lib/x86/asm/io.h
` [kvm-unit-tests PATCH v6 05/11] x86: Introduce lib/x86/asm/barrier.h
` [kvm-unit-tests PATCH v6 06/11] io: Separate overrides of virt_to_phys() and phys_to_virt()
` [kvm-unit-tests PATCH v6 07/11] io: Disallow memory re-ordering for generic memory barriers
` [kvm-unit-tests PATCH v6 08/11] x86: Cleanup PAGE_* constants
` [kvm-unit-tests PATCH v6 09/11] x86: Cleanup PT_*_MASK flags
` [kvm-unit-tests PATCH v6 10/11] io: Make ioremap() prototype conform to Linux one
` [kvm-unit-tests PATCH v6 11/11] x86: io: Factor out ioremap()

RE: RE:
 2016-05-05  9:08 UTC 

IVSHMEM device performance
 2016-05-05  8:57 UTC  (6+ messages)

[PATCH] KVM: PPC: Fix emulated MMIO sign-extension
 2016-05-05  6:17 UTC 

[PATCH kernel v4 00/11] powerpc/powernv/npu: Enable PCI pass through for NVLink
 2016-05-05  5:49 UTC  (7+ messages)
` [PATCH kernel v4 10/11] powerpc/powernv/npu: Rework TCE Kill handling
` [PATCH kernel v4 11/11] powerpc/powernv/npu: Enable NVLink pass through

[PART1 V5 00/13] KVM: x86: Introduce SVM AVIC support
 2016-05-04 19:09 UTC  (14+ messages)
` [PART1 V5 01/13] KVM: x86: Misc LAPIC changes to expose helper functions
` [PART1 V5 02/13] KVM: x86: Rename kvm_apic_get_reg to kvm_lapic_get_reg
` [PART1 V5 03/13] KVM: x86: Introducing kvm_x86_ops VM init/destroy hooks
` [PART1 V5 04/13] KVM: x86: Introducing kvm_x86_ops VCPU blocking/unblocking hooks
` [PART1 V5 05/13] KVM: split kvm_vcpu_wake_up from kvm_vcpu_kick
` [PART1 V5 06/13] svm: Introduce new AVIC VMCB registers
` [PART1 V5 07/13] KVM: x86: Detect and Initialize AVIC support
` [PART1 V5 08/13] svm: Add interrupt injection via AVIC
` [PART1 V5 09/13] svm: Add VMEXIT handlers for AVIC
` [PART1 V5 10/13] KVM: x86: Introducing kvm_x86_ops.apicv_post_state_restore
` [PART1 V5 11/13] svm: Do not expose x2APIC when enable AVIC
` [PART1 V5 12/13] svm: Do not intercept CR8 "
` [PART1 V5 13/13] svm: Manage vcpu load/unload "

[PATCH v5 0/2] let archs decide for vCPU ids
 2016-05-04 17:50 UTC  (6+ messages)
` [PATCH v5 2/2] kvm: introduce KVM_MAX_VCPU_ID

[PATCH] KVM: PPC: Book3S HV: Re-enable XICS fast path for irqfd-generated interrupts
 2016-05-04 11:07 UTC 

[PATCH] tools/virtio/ringtest: add usage example to README
 2016-05-04 10:24 UTC  (7+ messages)
` [PATCH] tools/virtio/ringtest: fix run-on-all.sh to work without /dev/cpu
    ` [PATCH v2] "
        ` [PATCH v3] "

[PATCH v2] KVM: halt_polling: provide a way to qualify wakeups during poll
 2016-05-04  8:05 UTC  (10+ messages)
` [PATCH 1/1] "

Enable more than 255 VCPU support without irq remapping function in the guest
 2016-05-04  5:38 UTC  (18+ messages)

[PATCH V4 0/2] vfio, platform: add ACPI support
 2016-05-03 20:46 UTC  (3+ messages)

[PATCH] target-i386: add Skylake-Client cpu mode
 2016-05-03 18:29 UTC  (8+ messages)
` [Qemu-devel] "
    ` XSAVES in GET_SUPPORTED_CPUID (was Re: [Qemu-devel] [PATCH] target-i386: add Skylake-Client cpu mode)

[RFC PATCH v1 00/18] x86: Secure Memory Encryption (AMD)
 2016-05-03 15:59 UTC  (6+ messages)
` [RFC PATCH v1 15/18] x86: Enable memory encryption on the APs

[kvm-unit-tests PATCH v5 00/11] Cleanup low-level arch code
 2016-05-03 15:54 UTC  (17+ messages)
` [kvm-unit-tests PATCH v5 01/11] Remove unused and unnecessary PHYS32 macro
` [kvm-unit-tests PATCH v5 02/11] Move phys_addr_t type definition to lib/libcflat.h
` [kvm-unit-tests PATCH v5 03/11] x86: Introduce lib/x86/asm/page.h
` [kvm-unit-tests PATCH v5 04/11] x86: Introduce lib/x86/asm/io.h
` [kvm-unit-tests PATCH v5 05/11] x86: Introduce lib/x86/asm/barrier.h
` [kvm-unit-tests PATCH v5 06/11] io: Separate overrides of virt_to_phys() and phys_to_virt()
` [kvm-unit-tests PATCH v5 07/11] io: Disallow memory re-ordering for generic memory barriers
` [kvm-unit-tests PATCH v5 08/11] x86: Cleanup PAGE_* constants
` [kvm-unit-tests PATCH v5 09/11] x86: Cleanup PTE_* flags
` [kvm-unit-tests PATCH v5 10/11] io: Make ioremap() prototype conform to Linux one
` [kvm-unit-tests PATCH v5 11/11] x86: io: Factor out ioremap()

[PATCH] kvm: robustify steal time record
 2016-05-03 15:30 UTC 

[PATCH] KVM: arm/arm64: vgic-new: Switch to firmware-independent probing
 2016-05-03 14:17 UTC 

[PATCH 6/6] KVM: Dirty memory tracking for performant checkpointing and improved live migration
 2016-05-03 13:34 UTC  (6+ messages)

[PATCH v6 00/10] arm64: Add support for KVM with ACPI
 2016-05-03 12:46 UTC  (5+ messages)

[PATCH/RFC] KVM: halt_polling: provide a way to qualify wakeups during poll
 2016-05-03  9:19 UTC  (14+ messages)

[PATCH] vfio-pci: Allow to mmap sub-page MMIO BARs if the mmio page is exclusive
 2016-05-03  7:36 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