KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-03 17:17:12 to 2016-02-08 15:58:04 UTC [more...]

[PATCH v3 00/23] arm64: Virtualization Host Extension support
 2016-02-08 15:58 UTC  (38+ 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

[PATCH] KVM: Create debugfs statistics for each VM
 2016-02-08 15:31 UTC  (9+ messages)

[GIT PULL] KVM/ARM updates for 4.5-rc2
 2016-02-08 15:31 UTC  (3+ messages)

[GIT PULL] KVM changes for 4.5-rc3
 2016-02-08 15:22 UTC 

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

[PATCH 0/4] kvmclock: improve accuracy
 2016-02-08 15:18 UTC  (5+ messages)
` [PATCH 1/4] KVM: x86: rename argument to kvm_set_tsc_khz
` [PATCH 2/4] KVM: x86: rewrite handling of scaled TSC for kvmclock
` [PATCH 3/4] KVM: x86: pass kvm_get_time_scale arguments in hertz
` [PATCH 4/4] KVM: x86: track actual TSC frequency from the timekeeper struct

[PATCH] arm/arm64: KVM: Handle out-of-RAM cache maintenance as a NOP
 2016-02-08 14:37 UTC 

[PATCH 00/10] KVM PCIe/MSI passthrough on ARM/ARM64
 2016-02-08 13:27 UTC  (13+ messages)
                ` ARM PCI/MSI KVM passthrough with GICv2M

[PATCH v11 00/21] KVM: ARM64: Add guest PMU support
 2016-02-08 12:52 UTC  (27+ messages)
` [PATCH v11 01/21] ARM64: Move PMU register related defines to asm/pmu.h
` [PATCH v11 02/21] KVM: ARM64: Define PMU data structure for each vcpu
` [PATCH v11 03/21] KVM: ARM64: Add offset defines for PMU registers
` [PATCH v11 04/21] KVM: ARM64: Add access handler for PMCR register
` [PATCH v11 05/21] KVM: ARM64: Add access handler for PMSELR register
` [PATCH v11 06/21] KVM: ARM64: Add access handler for PMCEID0 and PMCEID1 register
` [PATCH v11 07/21] KVM: ARM64: PMU: Add perf event map and introduce perf event creating function
` [PATCH v11 08/21] KVM: ARM64: Add access handler for event type register
` [PATCH v11 09/21] KVM: ARM64: Add access handler for event counter register
` [PATCH v11 10/21] KVM: ARM64: Add access handler for PMCNTENSET and PMCNTENCLR register
` [PATCH v11 11/21] KVM: ARM64: Add access handler for PMINTENSET and PMINTENCLR register
` [PATCH v11 12/21] KVM: ARM64: Add access handler for PMOVSSET and PMOVSCLR register
` [PATCH v11 13/21] KVM: ARM64: Add access handler for PMSWINC register
` [PATCH v11 14/21] KVM: ARM64: Add helper to handle PMCR register bits
` [PATCH v11 15/21] KVM: ARM64: Add access handler for PMUSERENR register
` [PATCH v11 16/21] KVM: ARM64: Add PMU overflow interrupt routing
` [PATCH v11 17/21] KVM: ARM64: Reset PMU state when resetting vcpu
` [PATCH v11 18/21] KVM: ARM64: Free perf event of PMU when destroying vcpu
` [PATCH v11 19/21] KVM: ARM64: Add a new feature bit for PMUv3
` [PATCH v11 20/21] KVM: ARM: Introduce per-vcpu kvm device controls
` [PATCH v11 21/21] KVM: ARM64: Add a new vcpu device control group for PMUv3

[PATCH 0/8] KVM/ARM: Guest Entry/Exit optimizations
 2016-02-08 11:40 UTC  (9+ messages)
` [PATCH 1/8] arm64: KVM: Switch the sys_reg search to be a binary search
` [PATCH 2/8] ARM: KVM: Properly sort the invariant table
` [PATCH 3/8] ARM: KVM: Enforce sorting of all CP tables
` [PATCH 4/8] ARM: KVM: Rename struct coproc_reg::is_64 to is_64bit
` [PATCH 5/8] ARM: KVM: Switch the CP reg search to be a binary search
` [PATCH 6/8] KVM: arm/arm64: timer: Add active state caching
` [PATCH 7/8] KVM: arm/arm64: Avoid accessing GICH registers
` [PATCH 8/8] KVM: arm64: Avoid accessing ICH registers

[PATCH v2 00/11] NVDIMM ACPI: introduce the framework of QEMU emulated
 2016-02-08 11:03 UTC  (13+ messages)
` [PATCH v2 02/11] tests: acpi: test NVDIMM tables
` [PATCH v2 03/11] acpi: add aml_create_field()
` [PATCH v2 04/11] acpi: add aml_concatenate()
` [PATCH v2 05/11] acpi: allow using object as offset for OperationRegion
` [PATCH v2 06/11] nvdimm acpi: initialize the resource used by NVDIMM ACPI

[PATCH V1 0/7] Enable ACPI support for ARM KVM GIC
 2016-02-08  9:59 UTC  (9+ messages)
` [PATCH V1 1/7] KVM: GIC: Move GIC DT probing code to GICv2 and GICv3 files
` [PATCH V1 2/7] KVM: GIC: Add extra fields to store GICH and GICV resource info
` [PATCH V1 3/7] KVM: GIC: Create a common probe function for GIC
` [PATCH V1 4/7] KVM: GICv2: Extract the common code from DT
` [PATCH V1 5/7] KVM: GICv2: Add ACPI probing function
` [PATCH V1 6/7] KVM: GICv3: Extract the common code from DT
` [PATCH V1 7/7] KVM: GICv3: Add ACPI probing function

[PATCH v3 6/6] kvm: arm64: Add ACPI support for virt arch timer
 2016-02-07 13:30 UTC  (2+ messages)

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

[PATCH] arm64: KVM: Add 48bit PA support for EL2 translations
 2016-02-06 22:31 UTC  (3+ messages)

vfio hang when unbinding after using qemu as user + vhost_net
 2016-02-05 16:31 UTC  (4+ messages)

[PATCH v5 0/7] mips/kvm: Support FPU & SIMD (MSA) in MIPS KVM guests
 2016-02-05 10:46 UTC  (9+ messages)
` [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 "

vfio issue in qemu 2.5
 2016-02-05  6:30 UTC  (6+ messages)

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

Jobs & Careers via Adecco
 2016-02-04 22:53 UTC 

[PATCH v7 0/9] virtio DMA API, yet again
 2016-02-04 17:49 UTC  (8+ messages)
` [PATCH v7 5/9] virtio_ring: Support DMA APIs
` [PATCH v7 9/9] vring: Use the DMA API on Xen

[PATCH 0/4] KVM: x86: change and fix PIT discard tick policy
 2016-02-04 13:35 UTC  (9+ messages)
` [PATCH 1/4] KVM: x86: fix interrupt dropping race in PIT
` [PATCH 2/4] KVM: x86: refactor PIT state inject_lock
` [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)

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

[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  (14+ messages)

[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  (7+ messages)
` [PATCH v2 21/21] arm64: Panic when VHE and non VHE CPUs coexist


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).