Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2014-04-24 13:12:37 to 2014-05-20 00:37:24 UTC [more...]

[PATCH RFC v3 0/8] EEH Support for VFIO PCI device
 2014-05-20  0:37 UTC  (26+ messages)
` [PATCH 1/8] drivers/vfio: Introduce CONFIG_VFIO_EEH
` [PATCH 2/8] powerpc/eeh: Info to trace passed devices
` [PATCH 3/8] drivers/vfio: New IOCTL command VFIO_EEH_INFO
` [PATCH 4/8] powerpc/eeh: Avoid event on passed PE
` [PATCH 5/8] powerpc/powernv: Sync OPAL header file with firmware
` [PATCH 6/8] powerpc: Extend syscall ppc_rtas()
` [PATCH 7/8] powerpc/powernv: Implement ppc_call_opal()
` [PATCH 8/8] powerpc/powernv: Error injection infrastructure

[PATCH 0/6] KVM: PPC: Book3S PR: Add POWER8 support
 2014-05-19 13:09 UTC  (20+ messages)
` [PATCH 1/6] KVM: PPC: Book3S PR: Ignore PMU SPRs
` [PATCH 2/6] KVM: PPC: Book3S PR: Emulate TIR register
` [PATCH 3/6] KVM: PPC: Book3S PR: Handle Facility interrupt and FSCR
` [PATCH 4/6] KVM: PPC: Book3S PR: Expose TAR facility to guest
` [PATCH 5/6] KVM: PPC: Book3S PR: Expose EBB registers
` [PATCH 6/6] KVM: PPC: Book3S PR: Expose TM registers

[PATCH] KVM: PPC: Book3S PR: Rework SLB switching code
 2014-05-17  5:36 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S PR: Use SLB entry 0
 2014-05-17  5:26 UTC  (2+ messages)

[PATCH] KVM: PPC: Graciously fail broken LE hypercalls
 2014-05-15 13:02 UTC  (2+ messages)
` "PR" KVM on PA6T

[PATCH] PPC: ePAPR: Fix hypercall on LE guest
 2014-05-15 12:35 UTC 

[PULL 3.15 0/4] 3.15 patch queue 2014-05-12
 2014-05-13 16:15 UTC  (6+ messages)
` [PULL 1/4] KVM: PPC: Book3S: HV: make _PAGE_NUMA take effect
` [PULL 2/4] KVM: PPC: Book3S HV: Add missing code for transaction reclaim on guest exit
` [PULL 3/4] KVM: PPC: Book3S: ifdef on CONFIG_KVM_BOOK3S_32_HANDLER for 32bit
` [PULL 4/4] KVM guest: Make pv trampoline code executable

[PATCH] booke/powerpc: define wimge shift mask to fix compilation error
 2014-05-13  6:50 UTC  (4+ messages)

[PATCH V6 1/2] KVM: PPC: BOOK3S: Always use the saved DAR value
 2014-05-12 13:01 UTC  (3+ messages)
` [PATCH V6 2/2] KVM: PPC: BOOK3S: Remove open coded make_dsisr in alignment handler

[PATCH 1/2] KVM: PPC: Disable NX for old magic page using guests
 2014-05-11 23:20 UTC  (2+ messages)
` [PATCH 2/2] PPC: KVM: Make NX bit available with magic page

[PATCH 00/13] PPC: KVM: Enable PR KVM on ppc64le
 2014-05-10  7:11 UTC  (7+ messages)
` [PATCH 02/13] KVM: PPC: Book3S: PR: Fix C/R bit setting
` [PATCH 10/13] KVM: PPC: PR: Fill pvinfo hcall instructions in big endian
` [PATCH 11/13] KVM: PPC: Make shared struct aka magic page guest endian
` [PATCH 12/13] KVM: PPC: Book3S PR: Do dcbz32 patching with big endian instructions
` [PATCH 13/13] KVM: PPC: Book3S: Move little endian conflict to HV KVM

[PATCH RFC v2 00/10] EEH Support for VFIO PCI devices on PowerKVM guest
 2014-05-09  7:54 UTC  (12+ messages)
` [PATCH 01/10] drivers/vfio: Introduce CONFIG_VFIO_EEH
` [PATCH 02/10] powerpc/eeh: Info to trace passed devices
` [PATCH 03/10] powerpc/eeh: Search EEH device by guest address
` [PATCH 04/10] powerpc/eeh: Search EEH PE "
` [PATCH 05/10] drivers/vfio: New IOCTL command VFIO_EEH_INFO
` [PATCH 06/10] powerpc/eeh: Avoid event on passed PE
` [PATCH 07/10] powerpc/powernv: Sync OPAL header file with firmware
` [PATCH 08/10] powerpc: Extend syscall ppc_rtas()
` [PATCH 09/10] powerpc/powernv: Implement ppc_call_opal()
` [PATCH 10/10] powerpc/powernv: Error injection infrastructure

[PATCH v2 0/4] KVM: PPC: Read guest instruction from kvmppc_get_last_inst()
 2014-05-08 13:31 UTC  (18+ messages)
  ` [PATCH v2 1/4] KVM: PPC: e500mc: Revert "add load inst fixup"
  ` [PATCH v2 2/4] KVM: PPC: Book3e: Add TLBSEL/TSIZE defines for MAS0/1
  ` [PATCH v2 3/4] KVM: PPC: Alow kvmppc_get_last_inst() to fail
  ` [PATCH v2 4/4] KVM: PPC: Bookehv: Get vcpu's last instruction for emulation

[PATCH V2] KVM: PPC: BOOK3S: HV: Add mixed page-size support for guest
 2014-05-08 10:12 UTC  (2+ messages)

[PATCH V2] KVM: PPC: BOOK3S: HV: Prefer CMA region for hash page table allocation
 2014-05-08 10:11 UTC  (2+ messages)

[PATCH V5] KVM: PPC: BOOK3S: Use the saved dar value and generic make_dsisr
 2014-05-08 10:06 UTC  (2+ messages)

[PATCH] KVM: PPC: BOOK3S: PR: Fix WARN_ON with debug options on
 2014-05-07 11:37 UTC  (5+ messages)

[RFC PATCH] KVM: PPC: BOOK3S: HV: THP support for guest
 2014-05-06 20:35 UTC  (15+ messages)

[PATCH] KVM: PPC: BOOK3S: HV: Don't try to allocate from kernel page allocator for hash page table
 2014-05-06 14:32 UTC  (11+ messages)
` [PATCH] KVM: PPC: BOOK3S: HV: Don't try to allocate from kernel page allocator for hash page tab

[PATCH V4] POWERPC: BOOK3S: KVM: Use the saved dar value and generic make_dsisr
 2014-05-06 14:24 UTC  (18+ messages)

[PATCH RFC 00/22] EEH Support for VFIO PCI devices on PowerKVM guest
 2014-05-06  7:14 UTC  (28+ messages)
` [PATCH 01/22] powerpc: Introduce CONFIG_KVM_EEH
` [PATCH 02/22] powerpc/eeh: Info to trace passed devices
` [PATCH 03/22] powerpc/eeh: Search EEH device by guest address
` [PATCH 04/22] powerpc/eeh: Search EEH PE "
` [PATCH 05/22] powerpc/eeh: Release VFIO dev on VM destruction
` [PATCH 06/22] powerpc/eeh: Function for address mapping
` [PATCH 07/22] powerpc/eeh: Function to tear down "
` [PATCH 08/22] kvm: Address mapping for VFIO device
` [PATCH 09/22] powerpc/powernv: EEH RTAS emulation backend
` [PATCH 10/22] powerpc/eeh: Introduce kvmppc_eeh_format_addr()
` [PATCH 11/22] powerpc/eeh: Emulate RTAS call ibm,set-eeh-option
` [PATCH 12/22] powerpc/eeh: Emulate RTAS call ibm,set-slot-reset
` [PATCH 13/22] powerpc/eeh: Emulate RTAS call ibm,read-slot-reset-state2
` [PATCH 14/22] powerpc/eeh: Emulate RTAS call ibm,get-config-addr-info2
` [PATCH 15/22] powerpc/eeh: Emulate RTAS call ibm,slot-error-detail
` [PATCH 16/22] powerpc/eeh: Emulate RTAS call ibm,configure-pe
` [PATCH 17/22] powerpc/kvm: Connect EEH RTAS emulation backend
` [PATCH 18/22] powerpc/eeh: Avoid event on passed PE
` [PATCH 19/22] powerpc: Introduce CONFIG_KVM_ERRINJCT
` [PATCH 20/22] powerpc/kvm: Infrastructure for error injection
` [PATCH 21/22] powerpc/powernv: Sync OPAL header file with firmware
` [PATCH 22/22] powerpc/powernv: Support PCI error injection

[PATCH V5] KVM: PPC: BOOK3S: PR: Enable Little Endian PR guest
 2014-05-05 11:17 UTC  (2+ messages)

[PATCH V4] KVM: PPC: BOOK3S: PR: Enable Little Endian PR guest
 2014-05-04 23:59 UTC  (2+ messages)

[PATCH] KVM: PPC: E500: Add dcbtls emulation
 2014-04-30 17:27 UTC 

[PATCH] KVM: PPC: E500: Ignore L1CSR1_ICFI,ICLFR
 2014-04-30 17:27 UTC 

[PATCH 0/6] Implement split core for POWER8
 2014-04-30  9:52 UTC  (3+ messages)

Does KVM support the P.A. Semi PA6T cpu?
 2014-04-29  9:14 UTC  (7+ messages)


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