| Submitter | Alexander Graf |
|---|---|
| Date | March 15, 2012, 12:14 p.m. |
| Message ID | <1331813662-15141-1-git-send-email-agraf@suse.de> |
| Download | mbox |
| Permalink | /patch/146943/ |
| State | New |
| Headers | show |
Pull-request
git://repo.or.cz/qemu/agraf.git ppc-for-upstreamComments
On Thu, Mar 15, 2012 at 12:14, Alexander Graf <agraf@suse.de> wrote: > Hi Blue / Aurelien, > > This is my current patch queue for ppc. Please pull. Thanks, pulled. > Alex > > > The following changes since commit ae7d54d489540b49b7c13a7df7ddc220588a2ced: > Andreas Färber (1): > target-lm32/microblaze: Drop second CPU{LM32, MB}State typedef > > are available in the git repository at: > > git://repo.or.cz/qemu/agraf.git ppc-for-upstream > > Alex Barcelo (1): > Bad zero comparison for sas_ss_flags on powerpc > > Alexander Graf (3): > PPC: 405: Fix ppc405ep initialization > PPC: KVM: Synchronize regs on CPU dump > PPC: Fix openpic with relative memregions > > Alexey Kardashevskiy (1): > pseries: Remove PCI device from PCI host bridge code > > David Gibson (6): > pseries: Don't try to munmap() a malloc()ed TCE table > pseries: Update SLOF firmware image > pseries: Remove unused constant from PCI code > pseries: Add support for level interrupts to XICS > kvm: Comparison with ioctl number macros needs to be unsigned > pseries: Configure PCI bridge using properties > > Meador Inge (1): > ppc: Correctly define POWERPC_INSNS2_DEFAULT > > Nathan Whitehorn (2): > PPC: Add PIR register to POWER7 CPU > PPC: Fix large page support in TCG > > Stefan Weil (1): > ppc: Add missing 'static' to spin_rw_ops > > Thomas Huth (1): > PPC64: Add support for ldbrx and stdbrx instructions > > hw/openpic.c | 12 +-- > hw/ppc405_uc.c | 2 + > hw/ppce500_spin.c | 2 +- > hw/spapr.c | 5 +- > hw/spapr.h | 13 +++- > hw/spapr_pci.c | 193 ++++++++++++++++++++----------------------- > hw/spapr_pci.h | 4 +- > hw/spapr_vio.c | 2 +- > hw/xics.c | 125 +++++++++++++++++++++------- > hw/xics.h | 8 ++- > kvm-all.c | 5 +- > linux-user/signal.c | 2 +- > pc-bios/README | 2 +- > pc-bios/slof.bin | Bin 869584 -> 880496 bytes > roms/SLOF | 2 +- > target-ppc/cpu.h | 4 +- > target-ppc/helper.c | 12 ++-- > target-ppc/kvm.c | 12 ++- > target-ppc/translate.c | 54 ++++++++++-- > target-ppc/translate_init.c | 11 ++- > 20 files changed, 294 insertions(+), 176 deletions(-)
Hi Blue / Aurelien, This is my current patch queue for ppc. Please pull. Alex The following changes since commit ae7d54d489540b49b7c13a7df7ddc220588a2ced: Andreas Färber (1): target-lm32/microblaze: Drop second CPU{LM32, MB}State typedef are available in the git repository at: git://repo.or.cz/qemu/agraf.git ppc-for-upstream Alex Barcelo (1): Bad zero comparison for sas_ss_flags on powerpc Alexander Graf (3): PPC: 405: Fix ppc405ep initialization PPC: KVM: Synchronize regs on CPU dump PPC: Fix openpic with relative memregions Alexey Kardashevskiy (1): pseries: Remove PCI device from PCI host bridge code David Gibson (6): pseries: Don't try to munmap() a malloc()ed TCE table pseries: Update SLOF firmware image pseries: Remove unused constant from PCI code pseries: Add support for level interrupts to XICS kvm: Comparison with ioctl number macros needs to be unsigned pseries: Configure PCI bridge using properties Meador Inge (1): ppc: Correctly define POWERPC_INSNS2_DEFAULT Nathan Whitehorn (2): PPC: Add PIR register to POWER7 CPU PPC: Fix large page support in TCG Stefan Weil (1): ppc: Add missing 'static' to spin_rw_ops Thomas Huth (1): PPC64: Add support for ldbrx and stdbrx instructions hw/openpic.c | 12 +-- hw/ppc405_uc.c | 2 + hw/ppce500_spin.c | 2 +- hw/spapr.c | 5 +- hw/spapr.h | 13 +++- hw/spapr_pci.c | 193 ++++++++++++++++++++----------------------- hw/spapr_pci.h | 4 +- hw/spapr_vio.c | 2 +- hw/xics.c | 125 +++++++++++++++++++++------- hw/xics.h | 8 ++- kvm-all.c | 5 +- linux-user/signal.c | 2 +- pc-bios/README | 2 +- pc-bios/slof.bin | Bin 869584 -> 880496 bytes roms/SLOF | 2 +- target-ppc/cpu.h | 4 +- target-ppc/helper.c | 12 ++-- target-ppc/kvm.c | 12 ++- target-ppc/translate.c | 54 ++++++++++-- target-ppc/translate_init.c | 11 ++- 20 files changed, 294 insertions(+), 176 deletions(-)