Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2012-02-18 10:43:42 to 2012-03-13 20:09:43 UTC [more...]

[PATCH] kvm/book3s: Make kernel emulated H_PUT_TCE available for "PR" KVM
 2012-03-13 20:09 UTC  (3+ messages)

[PATCH 00/38] KVM: PPC: e500mc support v3
 2012-03-12 19:39 UTC  (42+ messages)
` [PATCH 01/38] powerpc/booke: Set CPU_FTR_DEBUG_LVL_EXC on 32-bit
` [PATCH 02/38] powerpc/e500: split CPU_FTRS_ALWAYS/CPU_FTRS_POSSIBLE
` [PATCH 03/38] KVM: PPC: factor out lpid allocator from book3s_64_mmu_hv
` [PATCH 04/38] KVM: PPC: booke: add booke-level vcpu load/put
` [PATCH 05/38] KVM: PPC: booke: Move vm core init/destroy out of booke.c
` [PATCH 06/38] KVM: PPC: e500: rename e500_tlb.h to e500.h
` [PATCH 07/38] KVM: PPC: e500: merge <asm/kvm_e500.h> into arch/powerpc/kvm/e500.h
` [PATCH 08/38] KVM: PPC: e500: clean up arch/powerpc/kvm/e500.h
` [PATCH 09/38] KVM: PPC: e500: refactor core-specific TLB code
` [PATCH 10/38] KVM: PPC: e500: Track TLB1 entries with a bitmap
` [PATCH 11/38] KVM: PPC: e500: emulate tlbilx
` [PATCH 12/38] powerpc/booke: Provide exception macros with interrupt name
` [PATCH 13/38] KVM: PPC: booke: category E.HV (GS-mode) support
` [PATCH 14/38] KVM: PPC: booke: standard PPC floating point support
` [PATCH 15/38] KVM: PPC: e500mc support
` [PATCH 16/38] KVM: PPC: e500mc: Add doorbell emulation support
` [PATCH 17/38] KVM: PPC: e500mc: implicitly set MSR_GS
` [PATCH 18/38] KVM: PPC: e500mc: Move r1/r2 restoration very early
` [PATCH 19/38] KVM: PPC: e500mc: add load inst fixup
` [PATCH 20/38] KVM: PPC: rename CONFIG_KVM_E500 -> CONFIG_KVM_E500V2
` [PATCH 21/38] KVM: PPC: make e500v2 kvm and e500mc cpu mutually exclusive
` [PATCH 22/38] KVM: PPC: booke: remove leftover debugging
` [PATCH 23/38] KVM: PPC: booke: deliver program int on emulation failure
` [PATCH 24/38] KVM: PPC: booke: rework rescheduling checks
` [PATCH 25/38] KVM: PPC: booke: BOOKE_IRQPRIO_MAX is n+1
` [PATCH 26/38] KVM: PPC: bookehv: fix exit timing
` [PATCH 27/38] KVM: PPC: bookehv: remove negation for CONFIG_64BIT
` [PATCH 28/38] KVM: PPC: bookehv: remove SET_VCPU
` [PATCH 29/38] KVM: PPC: bookehv: disable MAS register updates early
` [PATCH 30/38] KVM: PPC: bookehv: add comment about shadow_msr
` [PATCH 31/38] KVM: PPC: booke: Readd debug abort code for machine check
` [PATCH 32/38] KVM: PPC: booke: add GS documentation for program interrupt
` [PATCH 33/38] KVM: PPC: bookehv: remove unused code
` [PATCH 34/38] KVM: PPC: e500: fix typo in tlb code
` [PATCH 35/38] KVM: PPC: booke: Support perfmon interrupts
` [PATCH 36/38] KVM: PPC: booke: expose good state on irq reinject
` [PATCH 37/38] KVM: PPC: booke: Reinject performance monitor interrupts
` [PATCH 38/38] KVM: PPC: Booke: only prepare to enter when we enter

[PATCH v2 1/2] powerpc/e500: make load_up_spe a normal fuction
 2012-03-12 19:29 UTC  (4+ messages)

[PATCH] KVM: PPC: Save/Restore CR over vcpu_run
 2012-03-12 19:26 UTC  (3+ messages)

[PATCH] KVM: PPC: Pass EA to updating emulation ops
 2012-03-12  1:35 UTC 

[PATCH v4] KVM: Factor out kvm_vcpu_kick to arch-generic code
 2012-03-10  0:09 UTC  (5+ messages)

[PATCH] PPC: Don't sync timebase when inside VM
 2012-03-08 18:46 UTC  (9+ messages)

[PATCH v9 0/4] KVM: PPC: Add ePAPR idle hcall support
 2012-03-08 12:20 UTC  (14+ messages)
` [PATCH v9 1/4] KVM: PPC: epapr: Factor out the epapr init
` [PATCH v9 2/4] KVM: PPC: epapr: Add idle hcall support for host
` [PATCH v9 3/4] KVM: PPC: epapr: install ev_idle hcall for e500 guest
` [PATCH v9 4/4] KVM: PPC: epapr: Update other hypercall invoking

[PATCH v8 0/4] KVM: PPC: Add ePAPR idle hcall support
 2012-03-07 22:37 UTC  (6+ messages)
` [PATCH v8 1/4] KVM: PPC: epapr: Factor out the epapr init
` [PATCH v8 2/4] KVM: PPC: epapr: Add idle hcall support for host
` [PATCH 3/4] KVM: PPC: epapr: install ev_idle hcall for e500 guest
` [PATCH 4/4] KVM: PPC: epapr: Update other hypercall invoking

[PATCH 1/2] powerpc/e500: make load_up_spe a normal fuction
 2012-03-07 13:53 UTC  (5+ messages)

[PATCH 4/4] KVM: PPC: epapr: Update other hypercall invoking
 2012-03-06 21:28 UTC 

[PATCH 3/4] KVM: PPC: epapr: install ev_idle hcall for e500 guest
 2012-03-06 21:28 UTC 

[PATCH 2/4] KVM: PPC: epapr: Add idle hcall support for host
 2012-03-06 21:27 UTC 

[PATCH 1/4] KVM: PPC: epapr: Factor out the epapr init
 2012-03-06 21:27 UTC 

[PATCH 0/4 v7] KVM: PPC: Add ePAPR idle hcall support
 2012-03-06 21:19 UTC 

Emulating lwarx and stwcx instructions in PowerPc BOOKE e500
 2012-03-06 20:45 UTC  (5+ messages)

[PATCH] KVM: PPC: Book 3S: Fix compilation for !HV configs
 2012-03-06  7:42 UTC 

[PATCH] KVM: PPC: Book3s: PR: Add SPAPR H_BULK_REMOVE support
 2012-03-05 19:11 UTC 

[PATCH 1/4] KVM: PPC: Book3S HV: Save and restore CR in __kvmppc_vcore_entry
 2012-03-05 19:11 UTC 

[PATCH] KVM: PPC: check error return of kvmppc_core_vcpu_create first
 2012-03-05 18:10 UTC  (2+ messages)

[PATCH] Restore guest CR after exit timing calculation
 2012-03-05 11:46 UTC 

[PATCH] KVM: PPC: Work around POWER7 DABR corruption problem
 2012-03-02 11:38 UTC 

[PATCH v2 2/2] KVM: booke: Improve SPE switch
 2012-03-01  1:20 UTC 

[PATCH] KVM: PPC: Don't sync timebase when inside KVM
 2012-02-29 19:06 UTC  (4+ messages)

[PATCH 00/37] KVM: PPC: e500mc support v2
 2012-02-28 17:21 UTC  (51+ messages)
` [PATCH 01/37] powerpc/booke: Set CPU_FTR_DEBUG_LVL_EXC on 32-bit
` [PATCH 02/37] powerpc/e500: split CPU_FTRS_ALWAYS/CPU_FTRS_POSSIBLE
` [PATCH 03/37] KVM: PPC: factor out lpid allocator from book3s_64_mmu_hv
` [PATCH 04/37] KVM: PPC: booke: add booke-level vcpu load/put
` [PATCH 05/37] KVM: PPC: booke: Move vm core init/destroy out of booke.c
` [PATCH 06/37] KVM: PPC: e500: rename e500_tlb.h to e500.h
` [PATCH 07/37] KVM: PPC: e500: merge <asm/kvm_e500.h> into arch/powerpc/kvm/e500.h
` [PATCH 08/37] KVM: PPC: e500: clean up arch/powerpc/kvm/e500.h
` [PATCH 09/37] KVM: PPC: e500: refactor core-specific TLB code
` [PATCH 10/37] KVM: PPC: e500: Track TLB1 entries with a bitmap
` [PATCH 11/37] KVM: PPC: e500: emulate tlbilx
` [PATCH 12/37] powerpc/booke: Provide exception macros with interrupt name
` [PATCH 13/37] KVM: PPC: booke: category E.HV (GS-mode) support
` [PATCH 14/37] KVM: PPC: booke: standard PPC floating point support
` [PATCH 15/37] KVM: PPC: e500mc support
` [PATCH 16/37] KVM: PPC: e500mc: Add doorbell emulation support
` [PATCH 17/37] KVM: PPC: e500mc: implicitly set MSR_GS
` [PATCH 18/37] KVM: PPC: e500mc: Move r1/r2 restoration very early
` [PATCH 19/37] KVM: PPC: e500mc: add load inst fixup
` [PATCH 20/37] KVM: PPC: rename CONFIG_KVM_E500 -> CONFIG_KVM_E500V2
` [PATCH 21/37] KVM: PPC: make e500v2 kvm and e500mc cpu mutually exclusive
` [PATCH 22/37] KVM: PPC: booke: remove leftover debugging
` [PATCH 23/37] KVM: PPC: booke: deliver program int on emulation failure
` [PATCH 24/37] KVM: PPC: booke: rework rescheduling checks
` [PATCH 25/37] KVM: PPC: booke: BOOKE_IRQPRIO_MAX is n+1
` [PATCH 26/37] KVM: PPC: bookehv: fix exit timing
` [PATCH 27/37] KVM: PPC: bookehv: remove negation for CONFIG_64BIT
` [PATCH 28/37] KVM: PPC: bookehv: remove SET_VCPU
` [PATCH 29/37] KVM: PPC: bookehv: disable MAS register updates early
` [PATCH 30/37] KVM: PPC: bookehv: add comment about shadow_msr
` [PATCH 31/37] KVM: PPC: booke: Readd debug abort code for machine check
` [PATCH 32/37] KVM: PPC: booke: add GS documentation for program interrupt
` [PATCH 33/37] KVM: PPC: bookehv: remove unused code
` [PATCH 34/37] KVM: PPC: e500: fix typo in tlb code
` [PATCH 35/37] KVM: PPC: booke: Support perfmon interrupts
` [PATCH 36/37] KVM: PPC: booke: expose guest registers on irq reinject
` [PATCH 37/37] KVM: PPC: booke: Reinject performance monitor interrupts

Recall: [PATCH 1/2] powerpc/e500: make load_up_spe a normal fuction
 2012-02-28  7:13 UTC 

[PATCH v6 1/4] KVM: PPC: epapr: Factor out the epapr init
 2012-02-27 20:52 UTC  (6+ messages)
` [PATCH v6 2/4] KVM: PPC: epapr: Add idle hcall support for host
  ` [PATCH v6 3/4] KVM: PPC: epapr: install ev_idle hcall for e500 guest
    ` [PATCH v6 4/4] KVM: PPC: epapr: Update other hypercall invoking

Current kernel fails to compile with KVM on PowerPC
 2012-02-27 11:31 UTC  (13+ messages)

[PATCH 2/2] KVM: booke: Improve SPE switch
 2012-02-27 11:00 UTC 

[PATCH v5 1/4] KVM: PPC: epapr: Factor out the epapr init
 2012-02-22 18:28 UTC  (11+ messages)
` [PATCH v5 2/4] KVM: PPC: epapr: Add idle hcall support for host
  ` [PATCH v5 3/4] KVM: PPC: epapr: install ev_idle hcall for e500 guest
    ` [PATCH v5 4/4] KVM: PPC: epapr: Update other hypercall invoking

[PATCH 00/30] KVM: PPC: e500mc support
 2012-02-20 17:18 UTC  (13+ messages)
` [PATCH 13/30] KVM: PPC: booke: category E.HV (GS-mode) support
` [PATCH 16/30] KVM: PPC: e500mc: Add doorbell emulation support
` [PATCH 24/30] KVM: PPC: booke: call resched after every exit

[PATCH v2 3/4] KVM: PPC: Book3S HV: Make virtual processor area registration more robust
 2012-02-20  3:46 UTC 

[Qemu-devel] [RFC] Next gen kvm api
 2012-02-18 10:43 UTC  (19+ messages)


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