All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] target-ppc: htab fixes
@ 2014-02-17 13:22 Greg Kurz
  2014-02-17 13:22 ` [Qemu-devel] [PATCH 1/4] target-ppc: Fix htab_mask calculation Greg Kurz
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Greg Kurz @ 2014-02-17 13:22 UTC (permalink / raw)
  To: agraf, aneesh.kumar; +Cc: paulus, qemu-ppc, qemu-devel

Hi,

This is a new tentative for the patches 2/5 to 5/5 from the "target-ppc: Add
support for dumping guest memory using qemu gdb server" patchset:

https://lists.nongnu.org/archive/html/qemu-ppc/2014-01/msg00380.html

All patches have been rebased on the current ppc-next head (72c798d7dccc).

To ensure proper bisectability, the following was verified for each individual
patch:
•- 32 and 64 bit build of ppc-softmmu and ppc64-softmmu (fedora 19 ppc64)
•- 64 bit pseries guest with KVM on a POWER7 host (fedora 19 ppc64)
•- 64 bit pseries guest with 64 bit TCG on a x86_64 host (fedora 19 ppc64)
•- 64 bit pseries guest with 32 bit TCG on a x86_64 host (fedora 19 ppc64)
•- 32 bit mac99 guest with 64 bit TCG on a x86_64 host (wheezy ppc)
•- 32 bit mac99 guest with 32 bit TCG on a x86_64 host (wheezy ppc)

Alex,

This should address all the requirements you expressed in your last mail.
Please tell me if something is missing.

Best regards.

---

Aneesh Kumar K.V (4):
    target-ppc: Fix htab_mask calculation
    target-ppc: Fix page table lookup with kvm enabled
    target-ppc: Change the hpte store API
    target-ppc: Update ppc_hash64_store_hpte to support updating in-kernel htab


 hw/ppc/spapr.c           |    9 ++++
 hw/ppc/spapr_hcall.c     |   81 ++++++++++++++++++++++---------------
 target-ppc/cpu.h         |    1 
 target-ppc/kvm.c         |   93 ++++++++++++++++++++++++++++++++++++++++++
 target-ppc/kvm_ppc.h     |   29 +++++++++++++
 target-ppc/machine.c     |   11 +++--
 target-ppc/misc_helper.c |    4 +-
 target-ppc/mmu-hash64.c  |  101 +++++++++++++++++++++++++++++++++++++++-------
 target-ppc/mmu-hash64.h  |   47 ++++++++-------------
 target-ppc/mmu_helper.c  |    3 +
 10 files changed, 293 insertions(+), 86 deletions(-)

-- 
Greg

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-02-25 13:30 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-17 13:22 [Qemu-devel] [PATCH 0/4] target-ppc: htab fixes Greg Kurz
2014-02-17 13:22 ` [Qemu-devel] [PATCH 1/4] target-ppc: Fix htab_mask calculation Greg Kurz
2014-02-17 13:22 ` [Qemu-devel] [PATCH 2/4] target-ppc: Fix page table lookup with kvm enabled Greg Kurz
2014-02-17 13:22 ` [Qemu-devel] [PATCH 3/4] target-ppc: Change the hpte store API Greg Kurz
2014-02-17 13:22 ` [Qemu-devel] [PATCH 4/4] target-ppc: Update ppc_hash64_store_hpte to support updating in-kernel htab Greg Kurz
2014-02-20 17:52 ` [Qemu-devel] [PATCH 0/4] target-ppc: htab fixes (V2) Greg Kurz
2014-02-20 17:52   ` [Qemu-devel] [PATCH 1/4] target-ppc: Fix htab_mask calculation Greg Kurz
2014-02-20 17:52   ` [Qemu-devel] [PATCH 2/4] target-ppc: Fix page table lookup with kvm enabled Greg Kurz
2014-02-20 17:52   ` [Qemu-devel] [PATCH 3/4] target-ppc: Change the hpte store API Greg Kurz
2014-02-20 17:52   ` [Qemu-devel] [PATCH 4/4] target-ppc: Update ppc_hash64_store_hpte to support updating in-kernel htab Greg Kurz
2014-02-25 14:44   ` [Qemu-devel] [PATCH 0/4] target-ppc: htab fixes (V2) Alexander Graf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.