KVM ARM Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-05 08:28:13 to 2015-06-18 17:40:52 UTC [more...]

[RFC 0/6] KVM: arm/arm64: gsi routing support
 2015-06-18 17:40 UTC  (7+ messages)
` [RFC 1/6] KVM: api: add kvm_irq_routing_extended_msi
` [RFC 2/6] KVM: kvm_host: add kvm_extended_msi
` [RFC 3/6] KVM: irqchip: convey devid to kvm_set_msi
` [RFC 4/6] KVM: arm/arm64: enable irqchip routing
` [RFC 5/6] KVM: arm/arm64: enable MSI routing
` [RFC 6/6] KVM: arm: implement kvm_set_msi by gsi direct mapping

[PATCH v2 0/2] arm/arm64: KVM: Optimize arm64 fp/simd, saves 30-50% on exits
 2015-06-18 17:27 UTC  (5+ messages)
` [PATCH v2 1/2] arm64: KVM: Optimize arm64 fp/simd save/restore
` [PATCH v2 2/2] arm: KVM: keep arm vfp/simd exit handling consistent with arm64

[PATCH] kvmtool: don't use PCI config space IRQ line field
 2015-06-18 17:19 UTC  (5+ messages)

[PATCH] kvmtool: Makefile: allow overriding CC and LD
 2015-06-18 15:50 UTC 

[PATCH 00/13] arm64: KVM: GICv3 ITS emulation
 2015-06-18 15:03 UTC  (40+ messages)
` [PATCH 01/13] KVM: arm/arm64: VGIC: don't track used LRs in the distributor
` [PATCH 02/13] KVM: extend struct kvm_msi to hold a 32-bit device ID
` [PATCH 03/13] KVM: arm/arm64: add emulation model specific destroy function
` [PATCH 04/13] KVM: arm64: Introduce new MMIO region for the ITS base address
` [PATCH 05/13] KVM: arm64: handle ITS related GICv3 redistributor registers
` [PATCH 06/13] KVM: arm64: introduce ITS emulation file with stub functions
` [PATCH 07/13] KVM: arm64: implement basic ITS register handlers
` [PATCH 08/13] KVM: arm64: add data structures to model ITS interrupt translation
` [PATCH 09/13] KVM: arm64: handle pending bit for LPIs in ITS emulation
` [PATCH 10/13] KVM: arm64: sync LPI properties and status between guest and KVM
` [PATCH 11/13] KVM: arm64: implement ITS command queue command handlers
` [PATCH 12/13] KVM: arm64: implement MSI injection in ITS emulation
` [PATCH 13/13] KVM: arm64: enable ITS emulation as a virtual MSI controller

[PATCH] KVM: arm/arm64: vgic: Avoid injecting reserved IRQ numbers
 2015-06-18 14:56 UTC 

[PATCH] KVM: arm/arm64: vgic: Remove useless arm-gic.h #include
 2015-06-18 14:54 UTC 

[PATCH 00/10] arm/arm64: KVM: Active interrupt state switching for shared devices
 2015-06-18  8:37 UTC  (43+ messages)
` [PATCH 01/10] arm/arm64: KVM: Fix ordering of timer/GIC on guest entry
` [PATCH 02/10] arm/arm64: KVM: Move vgic handling to a non-preemptible section
` [PATCH 03/10] KVM: arm/arm64: vgic: Convert struct vgic_lr to use bitfields
` [PATCH 04/10] KVM: arm/arm64: vgic: Allow HW irq to be encoded in LR
` [PATCH 05/10] KVM: arm/arm64: vgic: Relax vgic_can_sample_irq for edge IRQs
` [PATCH 06/10] KVM: arm/arm64: vgic: Allow dynamic mapping of physical/virtual interrupts
` [PATCH 07/10] KVM: arm/arm64: vgic: Allow HW interrupts to be queued to a guest
` [PATCH 08/10] KVM: arm/arm64: vgic: Add vgic_{get,set}_phys_irq_active
` [PATCH 09/10] KVM: arm/arm64: timer: Allow the timer to control the active state
` [PATCH 10/10] KVM: arm/arm64: vgic: Allow non-shared device HW interrupts

32-bit fp/simd race
 2015-06-18  3:24 UTC  (2+ messages)
` 32-bit fp/simd race - never mind :)

[PATCH v2] arm: KVM: force execution of HCPTR access on VM exit
 2015-06-17 17:13 UTC  (2+ messages)

[PATCH v3 00/10] kvmtool: arm64: GICv3 guest support
 2015-06-17 14:06 UTC  (19+ messages)
` [PATCH v3 01/10] AArch64: Reserve two 64k pages for GIC CPU interface
` [PATCH v3 02/10] AArch{32, 64}: use KVM_CREATE_DEVICE & co to instanciate the GIC
` [PATCH v3 03/10] irq: add irq__get_nr_allocated_lines
` [PATCH v3 04/10] AArch{32, 64}: dynamically configure the number of GIC interrupts
` [PATCH v3 05/10] arm: finish VGIC initialisation explicitly
` [PATCH v3 06/10] arm: simplify MMIO dispatching
` [PATCH v3 07/10] limit number of VCPUs on demand
` [PATCH v3 08/10] arm: prepare for instantiating different IRQ chip devices
` [PATCH v3 09/10] arm: add support for supplying GICv3 redistributor addresses
` [PATCH v3 10/10] arm: use new irqchip parameter to create different vGIC types

[PATCH] arm64/kvm: Add generic v8 KVM target
 2015-06-17  9:00 UTC 

HCPTR cp15 writes need isb?
 2015-06-17  8:38 UTC  (6+ messages)

[PATCH v2 00/11] KVM: arm: debug infrastructure support
 2015-06-16 16:49 UTC  (21+ messages)
` [PATCH v2 01/11] KVM: arm: plug guest debug exploit
` [PATCH v2 02/11] KVM: arm: rename pm_fake handler to trap_raz_wi
` [PATCH v2 03/11] KVM: arm: enable to use the ARM_DSCR_MDBGEN macro from KVM assembly code
` [PATCH v2 04/11] KVM: arm: common infrastructure for handling AArch32 CP14/CP15
` [PATCH v2 05/11] KVM: arm: check ordering of all system register tables
` [PATCH v2 09/11] KVM: arm: disable debug mode if we don't actually need it

[PATCH 2/2] arm64: KVM: Add VCPU support for Qualcomm Technologies Kryo ARMv8 CPU
 2015-06-16 13:32 UTC 

[PATCH] arm64: KVM: Optimize arm64 guest exit VFP/SIMD register save/restore
 2015-06-16  8:30 UTC  (9+ messages)

[PATCH v2 0/8] kvmtool: arm64: GICv3 guest support
 2015-06-15 11:56 UTC  (16+ messages)
` [PATCH v2 1/8] AArch64: Reserve two 64k pages for GIC CPU interface
` [PATCH v2 3/8] irq: add irq__get_nr_allocated_lines
` [PATCH v2 4/8] AArch{32,64}: dynamically configure the number of GIC interrupts
` [PATCH v2 5/8] arm: finish VGIC initialisation explicitly
` [PATCH v2 6/8] arm: prepare for instantiating different IRQ chip devices
` [PATCH v2 7/8] arm: add support for supplying GICv3 redistributor addresses
` [PATCH v2 8/8] arm: use new irqchip parameter to create different vGIC types

[PATCH 0/2] arm64: KVM: Use instruction patching for GIC world switch
 2015-06-12 14:12 UTC  (4+ messages)
` [PATCH 1/2] arm64: alternative: Introduce feature for GICv3 CPU interface
` [PATCH 2/2] arm64: KVM: Switch vgic save/restore to alternative_insn

[PATCH] arm/arm64: KVM: vgic: Do not save GICH_HCR / ICH_HCR_EL2
 2015-06-11 17:58 UTC 

[PATCH V2 0/5] Enable ACPI support for KVM ARM
 2015-06-11 11:47 UTC  (16+ messages)
` [PATCH V2 1/5] kvm: arm64: Enable ACPI support for virt arch timer
` [PATCH V2 2/5] kvm: arm64: Dispatch virt GIC probing to device tree and ACPI
` [PATCH V2 3/5] kvm: arm64: Detect GIC version for proper ACPI vGIC probing
` [PATCH V2 4/5] kvm: arm64: Implement ACPI probing code for GICv2
` [PATCH V2 5/5] kvm: arm64: Implement ACPI probing code for GICv3

IRQFD support with GICv3 ITS (WAS: RE: [PATCH 00/13] arm64: KVM: GICv3 ITS emulation)
 2015-06-10 15:38 UTC  (4+ messages)

should KVM or userspace be the one which decides what MIPIDR/affinity values to assign to vcpus?
 2015-06-10 11:22 UTC  (12+ messages)

[PATCH v2] arm/arm64: KVM: Properly account for guest CPU time
 2015-06-09 23:04 UTC  (11+ messages)

[PATCH] KVM: arm/arm64: Enable the KVM-VFIO device
 2015-06-09 17:09 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).