1. 13 6月, 2019 36 次提交
  2. 12 6月, 2019 4 次提交
    • P
      Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190612' into staging · a050901d
      Peter Maydell 提交于
      ppc patch queue 2019-06-12
      
      Next pull request against qemu-4.1.  The big thing here is adding
      support for hot plug of P2P bridges, and PCI devices under P2P bridges
      on the "pseries" machine (which doesn't use SHPC).  Other than that
      there's just a handful of fixes and small enhancements.
      
      # gpg: Signature made Wed 12 Jun 2019 06:47:56 BST
      # gpg:                using RSA key 75F46586AE61A66CC44E87DC6C38CACA20D9B392
      # gpg: Good signature from "David Gibson <david@gibson.dropbear.id.au>" [full]
      # gpg:                 aka "David Gibson (Red Hat) <dgibson@redhat.com>" [full]
      # gpg:                 aka "David Gibson (ozlabs.org) <dgibson@ozlabs.org>" [full]
      # gpg:                 aka "David Gibson (kernel.org) <dwg@kernel.org>" [unknown]
      # Primary key fingerprint: 75F4 6586 AE61 A66C C44E  87DC 6C38 CACA 20D9 B392
      
      * remotes/dgibson/tags/ppc-for-4.1-20190612:
        ppc/xive: Make XIVE generate the proper interrupt types
        ppc/pnv: activate the "dumpdtb" option on the powernv machine
        target/ppc: Use tcg_gen_gvec_bitsel
        spapr: Allow hot plug/unplug of PCI bridges and devices under PCI bridges
        spapr: Direct all PCI hotplug to host bridge, rather than P2P bridge
        spapr: Don't use bus number for building DRC ids
        spapr: Clean up DRC index construction
        spapr: Clean up spapr_drc_populate_dt()
        spapr: Clean up dt creation for PCI buses
        spapr: Clean up device tree construction for PCI devices
        spapr: Clean up device node name generation for PCI devices
        target/ppc: Fix lxvw4x, lxvh8x and lxvb16x
        spapr_pci: Improve error message
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      a050901d
    • P
      Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2019-06-11-v3' into staging · 59c58f96
      Peter Maydell 提交于
      Miscellaneous patches for 2019-06-11
      
      # gpg: Signature made Wed 12 Jun 2019 12:20:41 BST
      # gpg:                using RSA key 354BC8B3D7EB2A6B68674E5F3870B400EB918653
      # gpg:                issuer "armbru@redhat.com"
      # gpg: Good signature from "Markus Armbruster <armbru@redhat.com>" [full]
      # gpg:                 aka "Markus Armbruster <armbru@pond.sub.org>" [full]
      # Primary key fingerprint: 354B C8B3 D7EB 2A6B 6867  4E5F 3870 B400 EB91 8653
      
      * remotes/armbru/tags/pull-misc-2019-06-11-v3:
        MAINTAINERS: Polish headline decorations
        MAINTAINERS: Improve section headlines
        MAINTAINERS: Remove duplicate entries of qemu-devel@nongnu.org
        Clean up a header guard symbols (again)
        Supply missing header guards
        Clean up a few header guard symbols
        scripts/clean-header-guards: Fix handling of trailing comments
        Normalize position of header guard
        Include qemu-common.h exactly where needed
        Include qemu/module.h where needed, drop it from qemu-common.h
        qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
        qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      59c58f96
    • M
      MAINTAINERS: Polish headline decorations · 84995ea2
      Markus Armbruster 提交于
      Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
      Message-Id: <20190606172408.18399-4-armbru@redhat.com>
      Reviewed-by: NPhilippe Mathieu-Daudé <philmd@redhat.com>
      84995ea2
    • M
      MAINTAINERS: Improve section headlines · 6347e1f1
      Markus Armbruster 提交于
      When scripts/get_maintainer.pl reports something like
      
          John Doe <jdoe@example.org> (maintainer:Overall)
      
      the user is left to wonder *which* of our three "Overall" sections
      applies: the one under "Guest CPU cores (TCG)", or the one under
      "Guest CPU Cores (KVM)", or the one under "Usermode emulation".
      
      Rename sections under
      
      * "Guest CPU cores (TCG)" from "FOO" to "FOO TCG CPUs"
      
      * "Guest CPU Cores (KVM)" from "FOO" to "FOO KVM CPUs"
      
      * "Guest CPU Cores (Xen)" from "FOO" to "FOO Xen CPUs"
      
      * "Architecture support" from "FOO" to "FOO general architecture
        support"
      
      * "Usermode Emulation" from "Overall" to "Overall usermode emulation"
      
      * "Tiny Code Generator (TCG)" from "FOO target" to "FOO TCG target",
        and from "Common code" to "Common TCG code"
      Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
      Message-Id: <20190606172408.18399-3-armbru@redhat.com>
      Reviewed-by: NPhilippe Mathieu-Daudé <philmd@redhat.com>
      6347e1f1