Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' into staging

Enterprise / Virtualization / QEMU - Peter Maydell [linaro.org] - 7 March 2014 10:36 UTC

bb2b045 Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' into staging

default-configs/ppc-softmmu.mak | 1 +
hw/core/loader.c | 30 +-
hw/core/qdev.c | 20 +-
hw/i386/pc_piix.c | 8 +-
hw/intc/openpic_kvm.c | 2 +-
hw/intc/xics.c | 15 +-
hw/intc/xics_kvm.c | 10 +-
hw/moxie/moxiesim.c | 2 +-
hw/net/Makefile.objs | 3 +
hw/net/fsl_etsec/etsec.c | 465 +++++++++++++
hw/net/fsl_etsec/etsec.h | 174 +++++
hw/net/fsl_etsec/miim.c | 146 ++++
hw/net/fsl_etsec/registers.c | 295 ++++++++
hw/net/fsl_etsec/registers.h | 320 +++++++++
hw/net/fsl_etsec/rings.c | 650 ++++++++++++++++++
hw/net/spapr_llan.c | 2 +
hw/ppc/e500.c | 7 +-
hw/ppc/ppc.c | 22 +
hw/ppc/spapr.c | 56 +-
hw/ppc/spapr_hcall.c | 87 ++-
hw/ppc/spapr_iommu.c | 37 +
hw/ppc/spapr_pci.c | 15 +-
hw/ppc/spapr_rtas.c | 14 +-
hw/ppc/virtex_ml507.c | 34 +-
hw/s390x/ipl.c | 4 +-
hw/scsi/spapr_vscsi.c | 60 ++
include/hw/boards.h | 6 +-
include/hw/elf_ops.h | 19 +-
include/hw/loader.h | 6 +
include/hw/qdev-core.h | 2 +
include/hw/xen/xen.h | 3 +-
include/qemu/host-utils.h | 28 +
include/sysemu/kvm.h | 3 +-
include/sysemu/qemumachine.h | 16 +
include/sysemu/qtest.h | 3 +-
kvm-all.c | 17 +-
kvm-stub.c | 3 +-
linux-user/main.c | 18 +-
qtest.c | 2 +-
target-ppc/STATUS | 9 -
target-ppc/cpu-models.c | 2 -
target-ppc/cpu-models.h | 1 -
target-ppc/cpu-qom.h | 2 +
target-ppc/cpu.h | 55 +-
target-ppc/fpu_helper.c | 1294 +++++++++++++++++++++++++++++++----
target-ppc/helper.h | 207 ++++++
target-ppc/int_helper.c | 1411 +++++++++++++++++++++++++++++++++++++--
target-ppc/kvm.c | 117 +++-
target-ppc/kvm_ppc.h | 35 +-
target-ppc/machine.c | 11 +-
target-ppc/misc_helper.c | 4 +-
target-ppc/mmu-hash64.c | 117 +++-
target-ppc/mmu-hash64.h | 47 +-
target-ppc/mmu_helper.c | 3 +-
target-ppc/translate.c | 1268 +++++++++++++++++++++++++++++++----
target-ppc/translate_init.c | 274 ++------
trace-events | 3 +
util/host-utils.c | 75 +++
vl.c | 14 +-
xen-all.c | 2 +-
xen-stub.c | 2 +-
61 files changed, 6818 insertions(+), 740 deletions(-)

Upstream: git.qemu.org


  • Share