public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-05-13 15:05:23 to 2016-05-18 02:23:44 UTC [more...]

[PATCH v6 0/8] Series short description
 2016-05-18  2:23 UTC  (11+ messages)
` [PATCH v6 1/8] vfio: Enable sparse mmap capability
` [PATCH v6 2/8] vfio: Create device specific region info helper
` [PATCH v6 3/8] vfio/pci: Fix return of vfio_populate_vga()
` [PATCH v6 4/8] vfio/pci: Consolidate VGA setup
` [PATCH v6 5/8] vfio/pci: Setup BAR quirks after capabilities probing
` [PATCH v6 6/8] vfio/pci: Intel graphics legacy mode assignment
` [PATCH v6 7/8] vfio/pci: Add a separate option for IGD OpRegion support
` [PATCH v6 8/8] vfio/pci: Add IGD documentation
  ` [Qemu-devel] "
` vfio IGD assignment (was Re: [PATCH v6 0/8] Series short description)

[PATCH v5] fw/pci: Add support for mapping Intel IGD via QEMU
 2016-05-17 20:44 UTC 

[PATCH] kvm-pr: manage illegal instructions
 2016-05-17 17:49 UTC  (10+ messages)

[PATCH 0/1] KVM: more halt polling
 2016-05-17 17:00 UTC  (5+ messages)
` [PATCH 1/1] KVM: shrink halt polling even more for invalid wakeups

ESXi under KVM
 2016-05-17 16:47 UTC  (3+ messages)

[PATCH v4 00/56] KVM: arm/arm64: Rework virtual GIC emulation
 2016-05-17 15:50 UTC  (118+ messages)
` [PATCH v4 01/56] KVM: arm/arm64: vgic: streamline vgic_update_irq_pending() interface
` [PATCH v4 02/56] KVM: arm/arm64: vgic: avoid map in kvm_vgic_inject_mapped_irq()
` [PATCH v4 03/56] KVM: arm/arm64: vgic: avoid map in kvm_vgic_map_is_active()
` [PATCH v4 04/56] KVM: arm/arm64: vgic: avoid map in kvm_vgic_unmap_phys_irq()
` [PATCH v4 05/56] KVM: arm/arm64: Remove the IRQ field from struct irq_phys_map
` [PATCH v4 06/56] KVM: arm/arm64: arch_timer: Remove irq_phys_map
` [PATCH v4 07/56] KVM: arm/arm64: vgic: Remove irq_phys_map from interface
` [PATCH v4 08/56] KVM: arm/arm64: Get rid of vgic_cpu->nr_lr
` [PATCH v4 09/56] KVM: arm/arm64: Fix MMIO emulation data handling
` [PATCH v4 10/56] KVM: arm/arm64: Export mmio_read/write_bus
` [PATCH v4 11/56] KVM: arm/arm64: pmu: abstract access to number of SPIs
` [PATCH v4 12/56] KVM: arm/arm64: Provide functionality to pause and resume a guest
` [PATCH v4 13/56] KVM: arm/arm64: move GICv2 emulation defines into arm-gic-v3.h
` [PATCH v4 14/56] KVM: arm/arm64: vgic-new: Add data structure definitions
` [PATCH v4 15/56] KVM: arm/arm64: vgic-new: Add acccessor to new struct vgic_irq instance
` [PATCH v4 16/56] KVM: arm/arm64: vgic-new: Implement virtual IRQ injection
` [PATCH v4 17/56] KVM: arm/arm64: vgic-new: Add IRQ sorting
` [PATCH v4 18/56] KVM: arm/arm64: vgic-new: Add IRQ sync/flush framework
` [PATCH v4 19/56] KVM: arm/arm64: vgic-new: Add GICv2 world switch backend
` [PATCH v4 20/56] KVM: arm/arm64: vgic-new: Add GICv3 "
` [PATCH v4 21/56] KVM: arm/arm64: vgic-new: Implement kvm_vgic_vcpu_pending_irq
` [PATCH v4 22/56] KVM: arm/arm64: vgic-new: Add MMIO handling framework
` [PATCH v4 23/56] KVM: arm/arm64: vgic-new: Add GICv2 "
` [PATCH v4 24/56] KVM: arm/arm64: vgic-new: Add CTLR, TYPER and IIDR handlers
` [PATCH v4 25/56] KVM: arm/arm64: vgic-new: Add ENABLE registers handlers
` [PATCH v4 26/56] KVM: arm/arm64: vgic-new: Add PENDING "
` [PATCH v4 27/56] KVM: arm/arm64: vgic-new: Add ACTIVE "
` [PATCH v4 28/56] KVM: arm/arm64: vgic-new: Add PRIORITY "
` [PATCH v4 29/56] KVM: arm/arm64: vgic-new: Add CONFIG "
` [PATCH v4 30/56] KVM: arm/arm64: vgic-new: Add TARGET "
` [PATCH v4 31/56] KVM: arm/arm64: vgic-new: Add SGIR register handler
` [PATCH v4 32/56] KVM: arm/arm64: vgic-new: Add SGIPENDR register handlers
` [PATCH v4 33/56] KVM: arm/arm64: vgic-new: Add GICv3 MMIO handling framework
` [PATCH v4 34/56] KVM: arm/arm64: vgic-new: Add GICv3 CTLR, IIDR, TYPER handlers
` [PATCH v4 35/56] KVM: arm/arm64: vgic-new: Add GICv3 redistributor IIDR and TYPER handler
` [PATCH v4 36/56] KVM: arm/arm64: vgic-new: Add GICv3 IDREGS register handler
` [PATCH v4 37/56] KVM: arm/arm64: vgic-new: Add GICv3 IROUTER register handlers
` [PATCH v4 38/56] KVM: arm/arm64: vgic-new: Add GICv3 SGI system register trap handler
` [PATCH v4 39/56] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM device ops registration
` [PATCH v4 40/56] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_NR_IRQS
` [PATCH v4 41/56] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_CTRL
` [PATCH v4 42/56] KVM: arm/arm64: vgic-new: vgic_kvm_device: implement kvm_vgic_addr
` [PATCH v4 43/56] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_ADDR
` [PATCH v4 44/56] KVM: arm/arm64: vgic-new: vgic_kvm_device: access to VGIC registers
` [PATCH v4 45/56] KVM: arm/arm64: vgic-new: Export register access interface
` [PATCH v4 46/56] KVM: arm/arm64: vgic-new: Add userland access to VGIC dist registers
` [PATCH v4 47/56] KVM: arm/arm64: vgic-new: Add GICH_VMCR accessors
` [PATCH v4 48/56] KVM: arm/arm64: vgic-new: Add userland GIC CPU interface access
` [PATCH v4 49/56] KVM: arm/arm64: vgic-new: vgic_init: implement kvm_vgic_hyp_init
` [PATCH v4 50/56] KVM: arm/arm64: vgic-new: vgic_init: implement vgic_create
` [PATCH v4 51/56] KVM: arm/arm64: vgic-new: vgic_init: implement vgic_init
` [PATCH v4 52/56] KVM: arm/arm64: vgic-new: vgic_init: implement map_resources
` [PATCH v4 53/56] KVM: arm/arm64: vgic-new: Add vgic_v2/v3_enable
` [PATCH v4 54/56] KVM: arm/arm64: vgic-new: Wire up irqfd injection
` [PATCH v4 55/56] KVM: arm/arm64: vgic-new: implement mapped IRQ handling
` [PATCH v4 56/56] KVM: arm/arm64: vgic-new: enable build

[PATCH] KVM: MTRR: remove MSR 0x2f8
 2016-05-17 15:42 UTC 

[RFC 0/9] KVM: x86: break the xAPIC barrier
 2016-05-17 15:34 UTC  (3+ messages)
` [PATCH 7/9] KVM: x86: use proper format of APIC ID register

[kvm-unit-tests PATCH v2 0/2] arm/powerpc: Makefile cleanup
 2016-05-17 12:35 UTC  (6+ messages)
` [kvm-unit-tests PATCH v2 1/2] arm/arm64: "
` [kvm-unit-tests PATCH v2 2/2] powerpc/ppc64: "

[kvm-unit-tests PATCH v4 00/13] Improve the output of test runners
 2016-05-17 12:32 UTC  (8+ messages)
` [kvm-unit-tests PATCH v4 02/13] x86/*: report skipped tests
` [kvm-unit-tests PATCH v4 08/13] scripts/runtime: consolidate summary tags
` [kvm-unit-tests PATCH v4 09/13] run_tests: print SUMMARY line in summary

[PATCH] kvm:vmx: update secondary controls when disabling APICv
 2016-05-17  8:46 UTC  (4+ messages)

[PATCH 0/5] Improve KVM per VM monitoring
 2016-05-17 12:16 UTC  (5+ messages)
` [PATCH 1/5] tools: Add kvm_stat vm monitor script

[PART1 V5 00/13] KVM: x86: Introduce SVM AVIC support
 2016-05-17 12:09 UTC  (4+ messages)
` [PART1 V5 13/13] svm: Manage vcpu load/unload when enable AVIC

[kvmtool PATCH] gitignore: fix cscope ignoring
 2016-05-17 10:57 UTC 

[PATCH v2] kvm:vmx: more complete state update on APICv on/off
 2016-05-17 10:36 UTC 

x86: strange behavior of invlpg
 2016-05-17  4:27 UTC  (6+ messages)

[PATCH] kvmtool: headers: update to Linux v4.6 release
 2016-05-16 13:43 UTC 

[kvm-unit-tests PATCH 00/10] arm/arm64: add gic framework
 2016-05-16  7:57 UTC  (11+ messages)
` [kvm-unit-tests PATCH 01/10] lib: xstr: allow multiple args
` [kvm-unit-tests PATCH 02/10] arm64: fix get_"sysreg32" and make MPIDR 64bit
` [kvm-unit-tests PATCH 03/10] arm/arm64: smp: support more than 8 cpus
` [kvm-unit-tests PATCH 04/10] arm/arm64: add some delay routines
` [kvm-unit-tests PATCH 05/10] arm/arm64: irq enable/disable
` [kvm-unit-tests PATCH 06/10] arm/arm64: add initial gicv2 support
` [kvm-unit-tests PATCH 07/10] arm64: add initial gicv3 support
` [kvm-unit-tests PATCH 08/10] arm/arm64: gicv2: add an IPI test
` [kvm-unit-tests PATCH 09/10] arm/arm64: gicv3: "
` [kvm-unit-tests PATCH 10/10] arm/arm64: gic: don't just use zero

[RFC PATCH v3 3/3] VFIO Type1 IOMMU change: to support with iommu and without iommu
 2016-05-16  6:57 UTC  (12+ messages)

[RFC PATCH v3 0/3] Add vGPU support
 2016-05-16  2:27 UTC  (17+ messages)
` [RFC PATCH v3 3/3] VFIO Type1 IOMMU change: to support with iommu and without iommu

[PATCH V5 0/6] vfio, platform: add ACPI support
 2016-05-16  2:13 UTC  (7+ messages)
` [PATCH V5 1/6] vfio: platform: rename reset function
` [PATCH V5 2/6] vfio: platform: move reset call to a common function
` [PATCH V5 3/6] vfio: platform: determine reset capability
` [PATCH V5 4/6] vfio: platform: add support for ACPI probe
` [PATCH V5 5/6] vfio: platform: call _RST method when using ACPI
` [PATCH V5 6/6] vfio, platform: make reset driver a requirement by default

[PATCH v2 1/2] Powernv: Remove the usage of PACAR1 from opal wrappers
 2016-05-15  4:25 UTC  (3+ messages)
` [PATCH v2 2/2] powerpc/book3s: Fix TB corruption in guest exit path on HMI interrupt

[PATCH 1/3] Powernv: Remove the usage of PACAR1 from opal wrappers
 2016-05-15  4:21 UTC  (4+ messages)
` [PATCH 2/3] powerpc/book3s: Fix TB corruption in guest exit path on HMI interrupt

[Bug 15988] Computer hangs on using hardware acceleration VT-x
 2016-05-14 11:27 UTC 

Major KVM issues with kernel 4.5 on the host
 2016-05-14  6:19 UTC  (13+ messages)
    ` transparent huge pages breaks KVM on AMD

[PATCH 0/2] halt polling changes
 2016-05-13 16:47 UTC  (3+ messages)
` [PATCH 1/2] KVM: halt_polling: provide a way to qualify wakeups during poll

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

[PATCH v3] KVM: arm/arm64: Add VGICv3 save/restore API documentation
 2016-05-13 15:28 UTC  (3+ messages)


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