Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2013-09-23 22:45:41 to 2013-10-07 16:59:59 UTC [more...]

[PATCH -V2 00/14] Allow PR and HV KVM to coexist in one kernel
 2013-10-07 16:59 UTC  (14+ messages)
` [PATCH -V2 12/14] kvm: Add struct kvm arg to memslot APIs
` [PATCH -V2 13/14] kvm: powerpc: book3s: Allow the HV and PR selection per virtual machine
` [PATCH -V2 01/14] kvm: powerpc: book3s: remove kvmppc_handler_highmem label
` [PATCH -V2 02/14] kvm: powerpc: book3s: move book3s_64_vio_hv.c into the main kernel binary
` [PATCH -V2 03/14] kvm: powerpc: book3s: pr: Rename KVM_BOOK3S_PR to KVM_BOOK3S_PR_POSSIBLE
` [PATCH -V2 04/14] kvm: powerpc: book3s: Add a new config variable CONFIG_KVM_BOOK3S_HV_POSSIBLE
` [PATCH -V2 05/14] kvm: powerpc: book3s: Add kvmppc_ops callback
` [PATCH -V2 06/14] kvm: powerpc: booke: Convert BOOKE to use kvmppc_ops callbacks
` [PATCH -V2 07/14] kvm: powerpc: book3s: Cleanup interrupt handling code
` [PATCH -V2 08/14] kvm: powerpc: book3s: Add is_hv_enabled to kvmppc_ops
` [PATCH -V2 09/14] kvm: powerpc: book3s: pr: move PR related tracepoints to a separate header
` [PATCH -V2 10/14] kvm: powerpc: booke: Move booke related tracepoints to "
` [PATCH -V2 11/14] kvm: powerpc: book3s: Support building HV and PR KVM as module

[PATCH 0/2] kvm/powerpc: hypercall related cleanup
 2013-10-07 16:15 UTC  (23+ messages)
` [PATCH 1/2] kvm/powerpc: rename kvm_hypercall() to epapr_hypercall()

[RFC PATCH] KVM: PPC: Book3S: MMIO emulation support for little endian guests
 2013-10-07 14:52 UTC  (6+ messages)

[PATCH 0/3] KVM: PPC: Book3S: MMIO support for Little Endian guests
 2013-10-07 14:27 UTC  (4+ messages)
` [PATCH 1/3] KVM: PPC: Book3S: add helper routine to load guest instructions
` [PATCH 2/3] KVM: PPC: Book3S: add helper routines to detect endian order
` [PATCH 3/3] KVM: PPC: Book3S: MMIO emulation support for little endian guests

[PATCH] KVM: PPC: Book3S HV: Fix typo in saving DSCR
 2013-10-07 12:07 UTC  (3+ messages)

[PATCH 0/2] KVM: PPC: BOOKE: MMU Fixes
 2013-10-07 12:04 UTC  (6+ messages)
` [PATCH 1/2] kvm: powerpc: mark page accessed when mapping a guest page
` [PATCH 2/2] kvm: ppc: booke: check range page invalidation progress on page setup

[PATCH 0/3 v6] kvm: powerpc: use cache attributes from linux pte
 2013-10-07  3:55 UTC  (8+ messages)
` [PATCH 1/3 v6] kvm: powerpc: keep only pte search logic in lookup_linux_pte
` [PATCH 2/3 v6] kvm: booke: clear host tlb reference flag on guest tlb invalidation
` [PATCH 3/3 v6] kvm: powerpc: use caching attributes as per linux pte

[RFC PATCH] PPC: KVM: vfio kvm device: support spapr tce
 2013-10-05  3:36 UTC  (4+ messages)

[PATCH] kvm: powerpc: book3s: Fix build break for BOOK3S_32
 2013-10-04 23:59 UTC  (9+ messages)

[PATCH 0/2] KVM: PPC: Some more fixes for HV KVM
 2013-10-04 23:42 UTC  (7+ messages)
` [PATCH 1/2] KVM: PPC: Book3S HV: Add missing break statements in ONE_REG switches
` [PATCH 2/2] KVM: PPC: Book3S HV: Better handling of exceptions that happen in real mode

[PATCH 0/3] kvm/ppc: fixes/cleanup
 2013-10-04 17:22 UTC  (7+ messages)
` [PATCH 2/3] kvm/ppc: IRQ disabling cleanup

[PATCH -V2] kvm: powerpc: book3s: Fix build break for BOOK3S_32
 2013-10-04 14:43 UTC  (2+ messages)

[RFC] QEMU/KVM PowerPC: virtio and guest endianness
 2013-10-04 14:19 UTC  (7+ messages)
        ` [Qemu-ppc] "

[PATCH 0/6 v5] kvm: powerpc: use cache attributes from linux pte
 2013-10-04 14:03 UTC  (5+ messages)
` [PATCH 4/6 v5] kvm: powerpc: keep only pte search logic in lookup_linux_pte

[PATCH 0/4 v6] KVM :PPC: Userspace Debug support
 2013-10-04 14:02 UTC  (2+ messages)

[PATCH 1/3] powerpc: Implement arch_get_random_long/int() for powernv
 2013-10-03 12:08 UTC  (46+ messages)
` [PATCH 2/3] hwrng: Add a driver for the hwrng found in power7+ systems
` [PATCH 3/3] KVM: PPC: Book3S: Add support for hwrng found on some powernv systems

[PATCH 0/6] Get rid of mandatory huge page defines
 2013-10-02 21:22 UTC  (7+ messages)
` [PATCH 1/6] KVM: Move gfn_to_index to x86 specific code
` [PATCH 2/6] KVM: ARM: Get rid of KVM_HPAGE defines
` [PATCH 3/6] KVM: arm64: "
` [PATCH 4/6] KVM: mips: "
` [PATCH 5/6] KVM: ia64: "
` [PATCH 6/6] KVM: PPC: "

[RFC PATCH 00/11 Allow PR and HV KVM to coexist in one kernel
 2013-10-01 11:43 UTC  (50+ messages)
` [RFC PATCH 01/11] kvm: powerpc: book3s hv: Fix vcore leak
` [RFC PATCH 02/11] kvm: powerpc: book3s: remove kvmppc_handler_highmem label
` [RFC PATCH 03/11] kvm: powerpc: book3s: move book3s_64_vio_hv.c into the main kernel binary
` [RFC PATCH 04/11] kvm: powerpc: book3s: Add a new config variable CONFIG_KVM_BOOK3S_HV
` [RFC PATCH 05/11] kvm: powerpc: book3s: Add kvmppc_ops callback for HV and PR specific operations
  ` [RFC PATCH 05/11] kvm: powerpc: book3s: Add kvmppc_ops callback for HV and PR specific operation
` [RFC PATCH 06/11] kvm: powerpc: book3s: Add is_hv_enabled to kvmppc_ops
` [RFC PATCH 07/11] kvm: powerpc: book3s: pr: move PR related tracepoints to a separate header
` [RFC PATCH 08/11] kvm: powerpc: book3s: Support building HV and PR KVM as module
` [RFC PATCH 09/11] kvm: simplify processor compat check
` [RFC PATCH 10/11] kvm: powerpc: book3s: Allow the HV and PR selection per virtual machine
` [RFC PATCH 11/11] kvm: powerpc: book3s: Fix module ownership

[PATCH 1/2] KVM: Implement default IRQ routing
 2013-09-29 10:50 UTC  (6+ messages)

[PATCH 00/18] KVM: PPC: Fixes for PR and preparation for POWER8
 2013-09-25 23:29 UTC  (2+ messages)

[PATCH] powerpc/kvm: Handle the boundary condition correctly
 2013-09-25 15:54 UTC  (9+ messages)


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