messages from 2010-01-06 08:54:56 to 2010-03-05 16:50:28 UTC [more...]
[PATCH 00/15] KVM: PPC: MOL bringup patches
2010-03-05 16:50 UTC (2+ messages)
` [PATCH 01/15] KVM: PPC: Make register read/write wrappers always work
[PATCH] KVM: PPC: Destory timer on vcpu destruction
2010-02-24 10:22 UTC (2+ messages)
[PATCH] KVM: PPC: Memset vcpu to zeros
2010-02-24 10:20 UTC (2+ messages)
[PATCH] KVM: PPC: Allocate vcpu struct using vmalloc
2010-02-21 15:08 UTC (4+ messages)
[PATCH 00/21] KVM: PPC: Virtualize Gekko guests v2
2010-02-21 10:01 UTC (23+ messages)
` [PATCH 04/21] KVM: PPC: Teach MMIO Signedness
` [PATCH 01/21] KVM: PPC: Add QPR registers
` [PATCH 02/21] KVM: PPC: Make fpscr 64-bit
` [PATCH 03/21] KVM: PPC: Enable MMIO to do 64 bits, fprs and qprs
` [PATCH 05/21] KVM: PPC: Add AGAIN type for emulation return
` [PATCH 06/21] KVM: PPC: Add hidden flag for paired singles
` [PATCH 07/21] KVM: PPC: Add Gekko SPRs
` [PATCH 10/21] KVM: PPC: Fix typo in book3s_32 debug code
` [PATCH 13/21] KVM: PPC: Make ext giveup non-static
` [PATCH 14/21] KVM: PPC: Add helpers to call FPU instructions
` [PATCH 16/21] KVM: PPC: Add helpers to modify ppc fields
` [PATCH 17/21] KVM: PPC: Enable program interrupt to do MMIO
` [PATCH 18/21] KVM: PPC: Implement Paired Single emulation
` [PATCH 20/21] KVM: PPC: Enable use of secondary htab bucket
` [PATCH 08/21] KVM: PPC: Combine extension interrupt handlers
` [PATCH 09/21] KVM: PPC: Preload FPU when possible
` [PATCH 11/21] KVM: PPC: Implement mtsr instruction emulation
` [PATCH 12/21] KVM: PPC: Make software load/store return eaddr
` [PATCH 15/21] KVM: PPC: Fix error in BAT assignment
` [PATCH 19/21] KVM: PPC: Add capability for paired singles
` [PATCH 21/21] KVM: PPC: Simplify kvmppc_load_up_(FPU|VMX|VSX)
[PATCH 00/18] KVM: PPC: Virtualize Gekko guests
2010-02-18 8:04 UTC (53+ messages)
` [PATCH 01/18] KVM: PPC: Add QPR registers
` [PATCH 07/18] KVM: PPC: Combine extension interrupt handlers
` [PATCH 08/18] KVM: PPC: Preload FPU when possible
` [PATCH 09/18] KVM: PPC: Fix typo in book3s_32 debug code
` [PATCH 10/18] KVM: PPC: Implement mtsr instruction emulation
` [PATCH 11/18] KVM: PPC: Make software load/store return eaddr
` [PATCH 02/18] KVM: PPC: Enable MMIO to do 64 bits, fprs and qprs
` [PATCH 03/18] KVM: PPC: Teach MMIO Signedness
` [PATCH 04/18] KVM: PPC: Add AGAIN type for emulation return
` [PATCH 05/18] KVM: PPC: Add hidden flag for paired singles
` [PATCH 06/18] KVM: PPC: Add Gekko SPRs
` [PATCH 12/18] KVM: PPC: Make ext giveup non-static
` [PATCH 14/18] KVM: PPC: Fix error in BAT assignment
` [PATCH 15/18] KVM: PPC: Add helpers to modify ppc fields
` [PATCH 16/18] KVM: PPC: Enable program interrupt to do MMIO
` [PATCH 13/18] KVM: PPC: Add helpers to call FPU instructions
` [PATCH 17/18] KVM: PPC: Reserve a chunk of memory for opcodes
` [PATCH 18/18] KVM: PPC: Implement Paired Single emulation
[PATCH v3] kvmppc/booke: Set ESR and DEAR when inject interrupt to guest
2010-02-09 10:48 UTC (4+ messages)
` [PATCH v3] kvmppc/booke: Set ESR and DEAR when inject interrupt
[PATCH RESEND 0/4] kvmppc/booke: add guest debug support
2010-02-03 11:19 UTC (17+ messages)
` [PATCH 1/4] kvmppc: guest debug definitions
` [PATCH 2/4] kvmppc/booke: switch shadow/host debug registers on guest enter/exit path
` [PATCH 3/4] kvmppc/booke: guest debug support
` [PATCH 4/4] kvmppc/booke: exit_nr fixup for guest debug single step
` [PATCH 4/4] kvmppc/booke: exit_nr fixup for guest debug single
[PATCH v2] kvmppc/booke: Set ESR and DEAR when inject interrupt to guest
2010-02-02 11:34 UTC (2+ messages)
[PATCH] kvmppc/booke: Set ESR and DEAR when inject interrupt to guest
2010-01-27 6:47 UTC (6+ messages)
` [PATCH] kvmppc/booke: Set ESR and DEAR when inject interrupt to
[PATCH v2 0/3] kvmppc/e500: fix breaks
2010-01-23 19:30 UTC (10+ messages)
` [PATCH v2 1/3] kvmppc/e500: Add register l1csr0 emulation
` [PATCH v2 2/3] kvmppc/e500: Add PVR/PIR init for E500
` [PATCH v2 3/3] kvmppc/e500: fix tlbcfg emulation
KVM on 440GP
2010-01-22 20:04 UTC (11+ messages)
[PATCH v3 3/3] kvmppc/e500: fix tlbcfg emulation
2010-01-22 11:46 UTC (2+ messages)
[PATCH 0/9] KVM: PPC: Reduce races, fix code
2010-01-21 12:12 UTC (22+ messages)
` [PATCH 2/9] KVM: PPC: Add helpers for CR, XER
` [PATCH 6/9] KVM: PPC: Call SLB patching code in interrupt safe manner
` [PATCH 7/9] KVM: PPC: Emulate trap SRR1 flags properly
` [PATCH 1/9] KVM: PPC: Use accessor functions for GPR access
` [PATCH 3/9] KVM: PPC: Use PACA backed shadow vcpu
` [PATCH 4/9] KVM: PPC: Implement 'skip instruction' mode
` [PATCH 5/9] KVM: PPC: Get rid of unnecessary RFI
` [PATCH 8/9] KVM: PPC: Fix HID5 setting code
` [PATCH 9/9] KVM: PPC: Pass program interrupt flags to the guest
[PATCH 2/3] kvmppc/e500: Add PVR/PIR init for E500
2010-01-21 12:06 UTC (4+ messages)
[PATCH 3/3] kvmppc/e500: fix tlbcfg emulation
2010-01-21 12:04 UTC (4+ messages)
[PATCH 0/3] kvmppc/e500:
2010-01-20 10:49 UTC (3+ messages)
[PATCH 1/3] kvmppc/e500: Add register l1csr0 emulation
2010-01-20 8:03 UTC
[PATCH] KVM: PPC: E500 compile fix
2010-01-17 13:06 UTC (4+ messages)
[PATCH 0/6] KVM: PPC: FPU/Altivec/VSX bringup
2010-01-17 12:33 UTC (8+ messages)
` [PATCH 2/6] KVM: PPC: Add helper functions to call real mode loaders
` [PATCH 5/6] KVM: PPC: Keep SRR1 flags around in shadow_msr
` [PATCH 1/6] KVM: PPC: Export __giveup_vsx
` [PATCH 3/6] KVM: PPC: Add support for FPU/Altivec/VSX
` [PATCH 4/6] KVM: PPC: Fix initial GPR settings
` [PATCH 6/6] KVM: PPC: Move Shadow MSR calculation to function
[PATCH] powerpc/kvm: kvm_sregs->...sr[] were assigned twice in kvm_arch_vcpu_ioctl_get_sregs()
2010-01-14 23:10 UTC
[PATCH] KVM: PPC: Build fixes
2010-01-10 17:01 UTC
[PATCH 1/2] KVM: PPC: Pass through program interrupts
2010-01-10 15:54 UTC (11+ messages)
KVM on Book3S PowerPC qemu branch
2010-01-10 2:40 UTC
[PATCH 2/2] KVM: PPC: Make large pages work
2010-01-10 2:27 UTC
[PATCH] PPC: Enable lightweight exits again
2010-01-06 8:54 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox