Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2012-12-20 13:54:40 to 2013-02-08 00:20:33 UTC [more...]

[PATCH] KVM: PPC: e500: fix BOOKE_INTERRUPT_ALIGNMENT build break
 2013-02-08  0:20 UTC  (2+ messages)

[PATCH 2/8] KVM: PPC: booke: Allow multiple exception types
 2013-02-07 15:53 UTC  (58+ messages)
` [PATCH 3/8] KVM: PPC: booke: Added debug handler
` [PATCH 4/8] Added ONE_REG interface for debug instruction
` [PATCH 5/8] KVM: PPC: debug stub interface parameter defined
` [PATCH 6/8] booke: Added DBCR4 SPR number
` [PATCH 7/8] KVM: PPC: booke/bookehv: Add debug stub support
` [PATCH 8/8] KVM:PPC:booke: Allow debug interrupt injection to guest

One reg interface for Timer register
 2013-02-07 14:34 UTC  (2+ messages)

[PATCH 0/8] KVM: BOOKE/BOOKEHV : Added debug stub support
 2013-02-07 14:22 UTC  (7+ messages)
` [PATCH 1/8] KVM: PPC: booke: use vcpu reference from thread_struct

[PATCH 0/4] Improve CFAR handling
 2013-02-05  4:11 UTC  (5+ messages)
` [PATCH 1/4] powerpc: Remove Cell-specific relocation-on interrupt vector code
` [PATCH 2/4] powerpc: Save CFAR before branching in interrupt entry paths
` [PATCH 3/4] KVM: PPC: Book3S HV: Preserve guest CFAR register value
` [PATCH 4/4] KVM: PPC: Book3S PR: Fix compilation on 32-bit machines

Query about SPE operation fault in e500v2 KVM. thanks
 2013-02-01  8:45 UTC  (6+ messages)

[PATCH] KVM: PPC: BookE: Handle alignment interrupts
 2013-02-01  8:19 UTC 

[PATCH 0/5] KVM: PPC: e500: Enable FSL e6500 core
 2013-01-31 16:48 UTC  (17+ messages)
` [PATCH 1/5] KVM: PPC: e500: Move VCPU's MMUCFG register initialization earlier
` [PATCH 2/5] KVM: PPC: e500: Emulate TLBnPS registers
` [PATCH 3/5] KVM: PPC: e500: Remove E.PT category from VCPUs
` [PATCH 4/5] KVM: PPC: e500: Emulate EPTCFG register
` [PATCH 5/5] KVM: PPC: e500mc: Enable e6500 cores

[PATCH][v3] KVM: PPC: add paravirt idle loop for 64-bit book E
 2013-01-24 22:11 UTC 

[PULL 3.8 0/1] ppc patch queue 2013-01-18 for 3.8
 2013-01-24 21:18 UTC  (10+ messages)
` [PATCH 1/1] KVM: PPC: Emulate dcbf

[PATCH][v2] KVM: PPC: add paravirt idle loop for 64-bit book E
 2013-01-24 18:26 UTC  (4+ messages)

[PATCH v3 0/8] KVM: PPC: e500: Shadow TLB Improvements v3
 2013-01-24 18:20 UTC  (10+ messages)
` [PATCH 1/8] KVM: PPC: E500: Move write_stlbe higher
` [PATCH 2/8] KVM: PPC: E500: Explicitly mark shadow maps invalid
` [PATCH 3/8] KVM: PPC: E500: Propagate errors when shadow mapping
` [PATCH 4/8] KVM: PPC: e500: Call kvmppc_mmu_map for initial mapping
` [PATCH 5/8] KVM: PPC: E500: Split host and guest MMU parts
` [PATCH 6/8] KVM: PPC: e500: Implement TLB1-in-TLB0 mapping
` [PATCH 7/8] KVM: PPC: E500: Make clear_tlb_refs and clear_tlb1_bitmap static
` [PATCH 8/8] KVM: PPC: E500: Remove kvmppc_e500_tlbil_all usage from guest TLB code

[Qemu-ppc] [qemu-ppc] quesstion about kvm e500 tlb search method
 2013-01-24 14:50 UTC  (2+ messages)

[RFC PATCH 0/9] KVM: PPC: In-kernel PAPR interrupt controller emulation
 2013-01-21  0:22 UTC  (8+ messages)

[PATCH v2 0/6] KVM: PPC: e500: Shadow TLB Improvements v2
 2013-01-18 19:03 UTC  (10+ messages)
` [PATCH 1/6] KVM: PPC: E500: Move write_stlbe higher
` [PATCH 2/6] KVM: PPC: E500: Explicitly mark shadow maps invalid
` [PATCH 3/6] KVM: PPC: E500: Propagate errors when shadow mapping
` [PATCH 4/6] KVM: PPC: e500: Call kvmppc_mmu_map for initial mapping
` [PATCH 5/6] KVM: PPC: E500: Split host and guest MMU parts
` [PATCH 6/6] KVM: PPC: e500: Implement TLB1-in-TLB0 mapping

[PATCH 0/3] KVM: PPC: e500: Shadow TLB Improvements
 2013-01-18  1:16 UTC  (12+ messages)
` [PATCH 1/3] KVM: PPC: e500: Call kvmppc_mmu_map for initial mapping
` [PATCH 2/3] KVM: PPC: E500: Split host and guest MMU parts
` [PATCH 3/3] KVM: PPC: e500: Implement TLB1-in-TLB0 mapping

[PATCH] KVM: PPC: Emulate dcbf
 2013-01-17 22:52 UTC 

[PULL 0/8] ppc patch queue 2013-01-10
 2013-01-17 11:28 UTC  (12+ messages)
` [PATCH 1/8] KVM: PPC: Fix SREGS documentation reference
` [PATCH 2/8] KVM: PPC: Only WARN on invalid emulation
` [PATCH 3/8] KVM: PPC: Book3S: PR: Enable alternative instruction for SC 1
` [PATCH 4/8] KVM: PPC: Fix mfspr/mtspr MMUCFG emulation
` [PATCH 5/8] KVM: PPC: BookE: Allow irq deliveries to inject requests
` [PATCH 6/8] KVM: PPC: BookE: Emulate mfspr on EPR
` [PATCH 7/8] KVM: PPC: BookE: Implement EPR exit
` [PATCH 8/8] KVM: PPC: BookE: Add EPR ONE_REG sync

[PATCH] KVM: PPC: add paravirt idle loop for 64-bit book E
 2013-01-16 17:44 UTC  (2+ messages)

[PATCH 0/4] KVM: PPC: BookE: Add EPR user space support
 2013-01-07 19:39 UTC  (26+ messages)
` [PATCH 1/4] KVM: PPC: BookE: Allow irq deliveries to inject requests
` [PATCH 2/4] KVM: PPC: BookE: Emulate mfspr on EPR
` [PATCH 3/4] KVM: PPC: BookE: Implement EPR exit
` [PATCH 4/4] KVM: PPC: BookE: Add EPR ONE_REG sync
` [PATCH 0/4] KVM: PPC: BookE: Add EPR user space support v2
` [PATCH 0/4] KVM: PPC: BookE: Add EPR user space support v3

[PULL 3.8 0/2] ppc patch queue 2013-01-06 for 3.8
 2013-01-06 13:22 UTC  (2+ messages)
` [PATCH 1/1] KVM: PPC: Book3S HV: Fix compilation without CONFIG_PPC_POWERNV

[PATCH 0/5] KVM: PPC: Fix various bugs and vulnerabilities in HV KVM
 2013-01-06 13:05 UTC  (6+ messages)
` [PATCH 1/5] KVM: PPC: Book3S HV: Handle guest-caused machine checks on POWER7 without panicking
    ` [PATCH v2] "
      ` [PATCH] KVM: PPC: Book3S HV: Fix compilation without CONFIG_PPC_POWERNV

[PATCH] KVM: PPC: Fix mfspr/mtspr MMUCFG emulation
 2012-12-20 15:08 UTC  (2+ messages)

[PULL 3.8 0/1] ppc patch queue 2012-12-20 for 3.8
 2012-12-20 13:54 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