KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-05 10:17:11 to 2015-06-12 21:57:43 UTC [more...]

[PATCH 1/2] arm64: qcom: Add define for ARMv8 implementer (MIDR)
 2015-06-12 21:57 UTC  (2+ messages)
` [PATCH 2/2] arm64: KVM: Add VCPU support for Qualcomm Technologies Kryo ARMv8 CPU

[v4 00/16] Add VT-d Posted-Interrupts support
 2015-06-12 19:03 UTC  (29+ messages)
` [v4 01/16] KVM: Extend struct pi_desc for VT-d Posted-Interrupts
` [v4 02/16] KVM: Add some helper functions for Posted-Interrupts
` [v4 03/16] KVM: Define a new interface kvm_intr_is_single_vcpu()
` [v4 04/16] KVM: Get Posted-Interrupts descriptor address from struct kvm_vcpu
` [v4 05/16] KVM: Add interfaces to control PI outside vmx
` [v4 06/16] KVM: Make struct kvm_irq_routing_table accessible
` [v4 07/16] KVM: make kvm_set_msi_irq() public
` [v4 08/16] KVM: kvm-vfio: User API for IRQ forwarding
` [v4 09/16] VFIO: external user API for interaction
` [v4 10/16] KVM: kvm-vfio: wrappers to VFIO external API device helpers
` [v4 11/16] KVM: kvm-vfio: User API for VT-d Posted-Interrupts
` [v4 12/16] KVM: kvm-vfio: implement the VFIO skeleton "
` [v4 13/16] KVM: x86: kvm-vfio: VT-d posted-interrupts setup
` [v4 14/16] KVM: Update Posted-Interrupts Descriptor when vCPU is preempted
` [v4 15/16] KVM: Update Posted-Interrupts Descriptor when vCPU is blocked
` [v4 16/16] KVM: Warn if 'SN' is set during posting interrupts by software

[PATCH 00/13] arm64: KVM: GICv3 ITS emulation
 2015-06-12 17:03 UTC  (36+ messages)
` [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: x86: fix kvm_apic_has_events to check for NULL pointer
 2015-06-12 14:10 UTC  (2+ messages)

[PATCH 1/2] KVM: MMU: fix SMAP virtualization
 2015-06-12 12:11 UTC  (8+ messages)

[PATCH] MIPS: KVM: do not sign extend on unsigned MMIO load
 2015-06-12 12:07 UTC  (5+ messages)

[Bug 99861] New: KVM: Linux host warns "user requested TSC rate below hardware speed" on the Baytrail-I platform when start a guest
 2015-06-12  8:03 UTC  (3+ messages)
` [Bug 99861] "

[PATCH V5 0/4] Consolidated KVM vPMU support for x86
 2015-06-12  5:34 UTC  (5+ messages)
` [PATCH V5 1/4] KVM: x86/vPMU: Define kvm_pmu_ops to support vPMU function dispatch
` [PATCH V5 2/4] KVM: x86/vPMU: Create vPMU interface for VMX and SVM
` [PATCH V5 3/4] KVM: x86/vPMU: Implement AMD vPMU code for KVM
` [PATCH V5 4/4] KVM: x86/vPMU: Enable PMU handling for AMD PERFCTRn and EVNTSELn MSRs

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

vfio-pci + no-kvm-irqchip = oops
 2015-06-11 14:58 UTC  (2+ messages)

[PATCH 0/2] HyperV equivalent of pvpanic driver
 2015-06-11 13:18 UTC  (3+ messages)
` [PATCH 1/2] kvm/x86: Hyper-V based guest crash data handling
` [PATCH 2/2] qemu/kvm: kvm guest crash event handling

[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

[PATCH 00/10] arm/arm64: KVM: Active interrupt state switching for shared devices
 2015-06-11 10:02 UTC  (27+ 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

[PATCH] KVM: nSVM: Check for NRIPS support before updating control field
 2015-06-11  6:05 UTC 

[PATCH V4 0/4] Consolidated KVM vPMU support for x86
 2015-06-10 20:18 UTC  (8+ messages)
` [PATCH V4 2/4] KVM: x86/vPMU: Create vPMU interface for VMX and SVM

[PATCH v2 0/8] kvmtool: arm64: GICv3 guest support
 2015-06-10 17:48 UTC  (10+ messages)
` [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 v2] [x86/kvm] emulate.c: Fix comppilation warning
 2015-06-10 17:04 UTC  (3+ messages)

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

[PATCH 3.12 108/111] MIPS: KVM: Do not sign extend on unsigned MMIO load
 2015-06-10 15:27 UTC 

[PATCH v2 00/11] KVM: arm: debug infrastructure support
 2015-06-10 13:52 UTC  (16+ 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 added to the 3.12 stable tree] MIPS: KVM: Do not sign extend on unsigned MMIO load
 2015-06-10 13:23 UTC 

[RFC PATCH 0/6] add defer mechanism to ksm to make it more suitable for Android devices
 2015-06-10  6:27 UTC  (7+ messages)
` [RFC PATCH 1/6] mm: add defer mechanism to ksm to make it more suitable
` [RFC PATCH 2/6] mm: change the condition of identifying hugetlb vm
` [RFC PATCH 3/6] perf: "
` [RFC PATCH 4/6] fs/binfmt_elf.c: "
` [RFC PATCH 5/6] x86/mm: "
` [RFC PATCH 6/6] powerpc/kvm: "

[PATCH] [x86/kvm] emulate.c: Fix comppilation warning
 2015-06-10  0:31 UTC 

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

[PATCH v2 00/13] SMM implementation for KVM
 2015-06-09  4:01 UTC  (20+ messages)
` [PATCH v2 07/13] KVM: add vcpu-specific functions to read/write/translate GFNs
` [PATCH v2 08/13] KVM: implement multiple address spaces
` [PATCH v2 09/13] KVM: x86: pass kvm_mmu_page to gfn_to_rmap
` [PATCH v2 10/13] KVM: x86: use vcpu-specific functions to read/write/translate GFNs
` [PATCH v2 11/13] KVM: x86: work on all available address spaces
` [PATCH v2 12/13] KVM: x86: add SMM to the MMU role, support SMRAM address space

[PATCH 00/15] KVM: x86: fully implement vMTRR
 2015-06-09  2:45 UTC  (9+ messages)
` [PATCH 05/15] KVM: MTRR: clean up mtrr default type
` [PATCH 09/15] KVM: MTRR: introduce var_mtrr_range
` [PATCH 12/15] KVM: MTRR: introduce mtrr_for_each_mem_type

[PATCH v3 1/4] KVM: x86: Split the APIC from the rest of IRQCHIP
 2015-06-09  2:16 UTC  (5+ messages)
` [PATCH v3 3/4] KVM: x86: Add EOI exit bitmap inference

[PULL] virtio: (yet another) last-minute fix for 4.1
 2015-06-08 21:13 UTC 

[PATCH v5] i386: Introduce ARAT CPU feature
 2015-06-08 15:50 UTC  (3+ messages)

[kvm:queue 76/76] arch/x86/kvm/../../../virt/kvm/irqchip.c:144:35: sparse: incorrect type in argument 1 (different address spaces)
 2015-06-08  8:46 UTC  (2+ messages)

Steroid Products--Numberone Biotech Inc
 2015-06-08  6:26 UTC 

[PATCH 0/6] x86: reduce paravirtualized spinlock overhead
 2015-06-08  4:09 UTC  (2+ messages)

[v3 24/26] KVM: Update Posted-Interrupts Descriptor when vCPU is blocked
 2015-06-08  1:43 UTC  (12+ messages)

[Bug 98841] New: android emulator broken since d7a2a24 kernel commit
 2015-06-06 18:35 UTC  (2+ messages)
` [Bug 98841] "

[PATCH] KVM: x86: fix lapic.timer_mode on restore
 2015-06-05 19:08 UTC  (2+ messages)

[PATCH] kvmtool: don't use PCI config space IRQ line field
 2015-06-05 16:41 UTC  (2+ messages)

[PATCH] kvm: irqchip: Break up high order allocations of kvm_irq_routing_table
 2015-06-05 11:39 UTC  (9+ messages)

Announcing qboot, a minimal x86 firmware for QEMU
 2015-06-05 10:42 UTC  (4+ 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).