1. 27 1月, 2018 2 次提交
    • T
      ppc: Deprecate qemu-system-ppcemb · 64b47457
      thuth@redhat.com 提交于
      qemu-system-ppcemb has been once split of qemu-system-ppc to support
      CPU page sizes < 4096 for some of the embedded 4xx PowerPC CPUs.
      However, there was hardly any OS available in the wild that really
      used such small page sizes (Linux uses 4096 on PPC), so there is
      no known recent use case for this separate build anymore. It's
      rather cumbersome to maintain a separate set of config switches for
      this, and it's wasting compile and test time of all the developers
      who have to build all QEMU targets to verify that their changes did
      not break anything.
      
      Except for the small CPU page sizes, qemu-system-ppc can be used as
      a full replacement for qemu-system-ppcemb since it contains all the
      embedded 4xx PPC boards and CPUs, too. Thus let's start the deprecation
      process for qemu-system-ppcemb to see whether somebody still needs
      the small page sizes or whether we could finally remove this unloved
      separate build.
      Signed-off-by: NThomas Huth <thuth@redhat.com>
      Signed-off-by: NDavid Gibson <david@gibson.dropbear.id.au>
      64b47457
    • C
      ppc/pnv: fix PnvChip redefinition in <hw/ppc/pnv_xscom.h> · 9eff7830
      Cédric Le Goater 提交于
      This redefinition generates warnings on some clang compilers and older
      gcc4.4.
      
      ...include/hw/ppc/pnv_xscom.h:24:24: warning: redefinition of typedef 'PnvChip' is a C11
            feature [-Wtypedef-redefinition]
      typedef struct PnvChip PnvChip;
                             ^
      ...include/hw/ppc/pnv.h:65:3: note: previous definition is here
      } PnvChip;
        ^
      1 warning generated.
        CC      ppc64-softmmu/hw/ppc/pnv_xscom.o
      Signed-off-by: NCédric Le Goater <clg@kaod.org>
      Reviewed-by: NThomas Huth <thuth@redhat.com>
      Signed-off-by: NDavid Gibson <david@gibson.dropbear.id.au>
      9eff7830
  2. 26 1月, 2018 22 次提交
  3. 25 1月, 2018 16 次提交