KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-01 20:26:52 to 2016-02-04 19:15:09 UTC [more...]

[PATCH v3 00/23] arm64: Virtualization Host Extension support
 2016-02-04 19:15 UTC  (25+ messages)
` [PATCH v3 01/23] arm/arm64: KVM: Add hook for C-based stage2 init
` [PATCH v3 02/23] arm64: KVM: Switch to "
` [PATCH v3 03/23] arm/arm64: Add new is_kernel_in_hyp_mode predicate
` [PATCH v3 04/23] arm64: Allow the arch timer to use the HYP timer
` [PATCH v3 05/23] arm64: Add ARM64_HAS_VIRT_HOST_EXTN feature
` [PATCH v3 06/23] arm64: KVM: Skip HYP setup when already running in HYP
` [PATCH v3 07/23] arm64: KVM: VHE: Patch out use of HVC
` [PATCH v3 08/23] arm64: KVM: VHE: Patch out kern_hyp_va
` [PATCH v3 09/23] arm64: KVM: VHE: Introduce unified system register accessors
` [PATCH v3 10/23] arm64: KVM: VHE: Differenciate host/guest sysreg save/restore
` [PATCH v3 11/23] arm64: KVM: VHE: Split save/restore of registers shared between guest and host
` [PATCH v3 12/23] arm64: KVM: VHE: Use unified system register accessors
` [PATCH v3 13/23] arm64: KVM: VHE: Enable minimal sysreg save/restore
` [PATCH v3 14/23] arm64: KVM: VHE: Make __fpsimd_enabled VHE aware
` [PATCH v3 15/23] arm64: KVM: VHE: Implement VHE activate/deactivate_traps
` [PATCH v3 16/23] arm64: KVM: VHE: Use unified sysreg accessors for timer
` [PATCH v3 17/23] arm64: KVM: VHE: Add fpsimd enabling on guest access
` [PATCH v3 18/23] arm64: KVM: VHE: Add alternative panic handling
` [PATCH v3 19/23] arm64: KVM: Move most of the fault decoding to C
` [PATCH v3 20/23] arm64: perf: Count EL2 events if the kernel is running in HYP
` [PATCH v3 21/23] arm64: hw_breakpoint: Allow EL2 breakpoints if "
` [PATCH v3 22/23] arm64: VHE: Add support for running Linux in EL2 mode
` [PATCH v3 23/23] arm64: Panic when VHE and non VHE CPUs coexist

vfio issue in qemu 2.5
 2016-02-04 18:23 UTC  (3+ messages)

[PATCH v7 0/9] virtio DMA API, yet again
 2016-02-04 17:49 UTC  (15+ messages)
` [PATCH v7 1/9] dma: Provide simple noop dma ops
` [PATCH v7 2/9] alpha/dma: use common "
` [PATCH v7 3/9] s390/dma: Allow per device "
` [PATCH v7 4/9] vring: Introduce vring_use_dma_api()
` [PATCH v7 5/9] virtio_ring: Support DMA APIs
` [PATCH v7 6/9] virtio: Add improved queue allocation API
` [PATCH v7 7/9] virtio_mmio: Use the DMA API if enabled
` [PATCH v7 8/9] virtio_pci: "
` [PATCH v7 9/9] vring: Use the DMA API on Xen

[PATCH v2 00/11] NVDIMM ACPI: introduce the framework of QEMU emulated
 2016-02-04 16:24 UTC  (6+ messages)
` [PATCH v2 02/11] tests: acpi: test NVDIMM tables
` [PATCH v2 06/11] nvdimm acpi: initialize the resource used by NVDIMM ACPI

<summary> RE: [iGVT-g] VFIO based vGPU(was Re: [Announcement] 2015-Q3 release of XenGT - a Mediated ...)
 2016-02-04 15:04 UTC  (7+ messages)
    ` [iGVT-g] <summary> "
        ` [Qemu-devel] "

[PATCH 0/4] KVM: x86: change and fix PIT discard tick policy
 2016-02-04 13:35 UTC  (11+ messages)
` [PATCH 1/4] KVM: x86: fix interrupt dropping race in PIT
` [PATCH 2/4] KVM: x86: refactor PIT state inject_lock
` [PATCH 3/4] KVM: x86: change PIT discard tick policy
` [PATCH 4/4] KVM: x86: remove notifiers from PIT discard policy

[PATCH] vfio/pci: Fix unsigned comparison overflow
 2016-02-04 13:12 UTC  (2+ messages)

[PATCH] KVM: Create debugfs statistics for each VM
 2016-02-04 13:10 UTC  (5+ messages)

x86: Hardware breakpoints are not always triggered
 2016-02-04 11:28 UTC  (8+ messages)
    ` [CRIU] "

[PATCH kvm-unit-tests] KVM: x86: add hyperv clock test case
 2016-02-04 11:12 UTC  (6+ messages)

[PATCH v2 00/28] ARM: KVM: Rewrite the world switch in C (mostly)
 2016-02-04 11:00 UTC  (29+ messages)
` [PATCH v2 01/28] ARM: KVM: Move the HYP code to its own section
` [PATCH v2 02/28] ARM: KVM: Remove __kvm_hyp_code_start/__kvm_hyp_code_end
` [PATCH v2 03/28] ARM: KVM: Move VFP registers to a CPU context structure
` [PATCH v2 04/28] ARM: KVM: Move CP15 array into the "
` [PATCH v2 05/28] ARM: KVM: Move GP registers "
` [PATCH v2 06/28] ARM: KVM: Add a HYP-specific header file
` [PATCH v2 07/28] ARM: KVM: Add system register accessor macros
` [PATCH v2 08/28] ARM: KVM: Add TLB invalidation code
` [PATCH v2 09/28] ARM: KVM: Add CP15 save/restore code
` [PATCH v2 10/28] ARM: KVM: Add timer save/restore
` [PATCH v2 11/28] ARM: KVM: Add vgic v2 save/restore
` [PATCH v2 12/28] ARM: KVM: Add VFP save/restore
` [PATCH v2 13/28] ARM: KVM: Add banked registers save/restore
` [PATCH v2 14/28] ARM: KVM: Add guest entry code
` [PATCH v2 15/28] ARM: KVM: Add VFP lazy save/restore handler
` [PATCH v2 16/28] ARM: KVM: Add the new world switch implementation
` [PATCH v2 17/28] ARM: KVM: Add populating of fault data structure
` [PATCH v2 18/28] ARM: KVM: Add HYP mode entry code
` [PATCH v2 19/28] ARM: KVM: Add panic handling code
` [PATCH v2 20/28] ARM: KVM: Change kvm_call_hyp return type to unsigned long
` [PATCH v2 21/28] ARM: KVM: Remove the old world switch
` [PATCH v2 22/28] ARM: KVM: Switch to C-based stage2 init
` [PATCH v2 23/28] ARM: KVM: Remove __weak attributes
` [PATCH v2 24/28] ARM: KVM: Turn CP15 defines to an enum
` [PATCH v2 25/28] ARM: KVM: Cleanup asm-offsets.c
` [PATCH v2 26/28] ARM: KVM: Remove unused hyp_pc field
` [PATCH v2 27/28] ARM: KVM: Remove handling of ARM_EXCEPTION_DATA/PREF_ABORT
` [PATCH v2 28/28] ARM: KVM: Remove __kvm_hyp_exit/__kvm_hyp_exit_end

[PATCH v5 0/7] mips/kvm: Support FPU & SIMD (MSA) in MIPS KVM guests
 2016-02-04 10:04 UTC  (9+ messages)
` [PATCH v5 1/7] mips/kvm: Remove a couple of noisy DPRINTFs
` [PATCH v5 2/7] mips/kvm: Implement PRid CP0 register
` [PATCH v5 3/7] mips/kvm: Implement Config CP0 registers
` [PATCH v5 4/7] mips/kvm: Support unsigned KVM registers
` [PATCH v5 5/7] mips/kvm: Support signed 64-bit "
` [PATCH v5 6/7] mips/kvm: Support FPU in MIPS KVM guests
` [PATCH v5 7/7] mips/kvm: Support MSA "

[RFC V2 0/4] VFIO SRIOV support
 2016-02-04  8:28 UTC  (5+ messages)
` [RFC V2 1/4] VFIO: Probe new devices in a live VFIO group with the VFIO driver
` [RFC V2 2/4] IOMMU: Force the VFs of an untrusted PF device to be in the PFs IOMMU group
` [RFC V2 3/4] PCI: Expose iov_set_numvfs and iov_resource_size for modules
` [RFC V2 4/4] VFIO: Add support for SRIOV extended capablity

[PATCH] KVM: arm/arm64: fix reference to uninitialised VGIC
 2016-02-04  7:36 UTC  (3+ messages)

[RFC PATCH v1 1/1] vGPU core driver : to provide common interface for vGPU
 2016-02-04  3:08 UTC  (15+ messages)

[PATCH 1/2] KVM: x86: fix ordering of cr0 initialization code in vmx_cpu_reset
 2016-02-03 23:38 UTC  (4+ messages)
` [PATCH 2/2] KVM: x86: allow BSP to handle INIT IPIs like APs do

[PATCH] vfio: fix link failures when CONFIG_PCI_MSI is disabled
 2016-02-03 20:51 UTC 

[PATCH v2 00/21] arm64: Virtualization Host Extension support
 2016-02-03 19:12 UTC  (32+ messages)
` [PATCH v2 06/21] arm64: KVM: VHE: Patch out use of HVC
` [PATCH v2 10/21] arm64: KVM: VHE: Split save/restore of sysregs shared between EL1 and EL2
` [PATCH v2 14/21] arm64: KVM: VHE: Implement VHE activate/deactivate_traps
` [PATCH v2 18/21] arm64: KVM: Introduce hyp_alternate_value helper
` [PATCH v2 19/21] arm64: KVM: Move most of the fault decoding to C
` [PATCH v2 21/21] arm64: Panic when VHE and non VHE CPUs coexist

[PATCH 00/10] KVM PCIe/MSI passthrough on ARM/ARM64
 2016-02-03 15:36 UTC  (9+ messages)

[PATCH v6 3/5] util: [ppc] Use new error_report_fatal() instead of exit()
 2016-02-03  5:06 UTC  (4+ messages)
` [PATCH v6 4/5] util: [ppc] Use new error_report_abort() instead of abort()

[Bug 111711] New: IOMMU Xonar Essence STX causes issues
 2016-02-02 21:21 UTC  (3+ messages)
` [Bug 111711] "

[PATCH 2/2] KVM: Create debugfs dir and stat files for each VM
 2016-02-02 19:37 UTC  (9+ messages)

[PATCH v6 0/9] virtio DMA API, yet again
 2016-02-02 18:26 UTC  (9+ messages)
` [PATCH v6 3/9] s390/dma: Allow per device dma ops
` [PATCH v6 6/9] virtio: Add improved queue allocation API
` [PATCH v6 9/9] vring: Use the DMA API on Xen
  ` [Xen-devel] "

[PATCH] virtio-pci: read the right virtio_pci_notify_cap field
 2016-02-02 14:09 UTC  (2+ messages)

[PATCH v4 0/7] mips/kvm: Support FPU & SIMD (MSA) in MIPS KVM guests
 2016-02-02 13:56 UTC  (5+ messages)
` [PATCH v4 7/7] mips/kvm: Support MSA "

[PATCH v2 0/5] KVM: Hyper-V VMBus hypercalls
 2016-02-02 11:34 UTC  (2+ messages)

VFIO based vGPU(was Re: [Announcement] 2015-Q3 release of XenGT - a Mediated ...)
 2016-02-02  7:35 UTC  (29+ messages)
                                            ` [iGVT-g] "

[PATCH 0/8] vfio: capability chains, sparse mmaps, device specific regions, IGD OpRegions
 2016-02-02  0:24 UTC  (9+ messages)
` [PATCH 1/8] vfio: Define capability chains
` [PATCH 2/8] vfio: Add capability chain helpers
` [PATCH 3/8] vfio: Define sparse mmap capability for regions
` [PATCH 4/8] vfio/pci: Include sparse mmap capability for MSI-X table regions
` [PATCH 5/8] vfio: Define device specific region type capability
` [PATCH 6/8] vfio/pci: Add infrastructure for additional device specific regions
` [PATCH 7/8] vfio/pci: Enable virtual register in PCI config space
` [PATCH 8/8] vfio/pci: Intel IGD OpRegion support

[PATCH] vfio: If an IOMMU backend fails, keep looking
 2016-02-01 23:56 UTC 

[PATCH v5 00/10] virtio DMA API, yet again
 2016-02-01 21:24 UTC  (8+ messages)
` [PATCH v5 09/10] vring: Use the DMA API on Xen
  ` [Xen-devel] "
` [Xen-devel] [PATCH v5 00/10] virtio DMA API, yet again

[PATCH v3 0/6] acpi, clocksource, kvm: add GTDT and ARM memory-mapped timer support
 2016-02-01 20:26 UTC  (7+ messages)
` [PATCH v3 1/6] ACPI: add GTDT table parse driver into ACPI driver
` [PATCH v3 2/6] clocksource: simplify ACPI code in arm_arch_timer.c
` [PATCH v3 3/6] clocksource: add memory-mapped timer support "
` [PATCH v3 4/6] clocksource: move some enums to arm_arch_timer.h
` [PATCH v3 5/6] kvm: arm64: wrapping DT support for virt arch timer
` [PATCH v3 6/6] kvm: arm64: Add ACPI "


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 read-only IMAP folder(s) and NNTP newsgroup(s).