1. Nov 09, 2019
  2. Nov 08, 2019
  3. Nov 07, 2019
  4. Nov 06, 2019
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/kraxel/tags/ui-20191106-pull-request' into staging · 395e4ed1
      Peter Maydell authored
      
      
      ui: rework -display help text
      
      # gpg: Signature made Wed 06 Nov 2019 07:06:52 GMT
      # gpg:                using RSA key 4CB6D8EED3E87138
      # gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>" [full]
      # gpg:                 aka "Gerd Hoffmann <gerd@kraxel.org>" [full]
      # gpg:                 aka "Gerd Hoffmann (private) <kraxel@gmail.com>" [full]
      # Primary key fingerprint: A032 8CFF B93A 17A7 9901  FE7D 4CB6 D8EE D3E8 7138
      
      * remotes/kraxel/tags/ui-20191106-pull-request:
        qemu-options: Rework the help text of the '-display' option
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      395e4ed1
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.2-pull-request' into staging · 374b6359
      Peter Maydell authored
      
      
      sparc/sparc64 fixes: this doesn't fix debian chroot for me
      but they are a step in the good direction.
      Fix Netlink support.
      Trivial fix for alpha
      
      PULL v2: fix checkpatch warnings
      
      # gpg: Signature made Wed 06 Nov 2019 13:04:36 GMT
      # gpg:                using RSA key CD2F75DDC8E3A4DC2E4F5173F30C38BD3F2FBE3C
      # gpg:                issuer "laurent@vivier.eu"
      # gpg: Good signature from "Laurent Vivier <lvivier@redhat.com>" [full]
      # gpg:                 aka "Laurent Vivier <laurent@vivier.eu>" [full]
      # gpg:                 aka "Laurent Vivier (Red Hat) <lvivier@redhat.com>" [full]
      # Primary key fingerprint: CD2F 75DD C8E3 A4DC 2E4F  5173 F30C 38BD 3F2F BE3C
      
      * remotes/vivier2/tags/linux-user-for-4.2-pull-request:
        linux-user/alpha: Set r20 secondary return value
        linux-user/sparc: Fix cpu_clone_regs_*
        linux-user: Introduce cpu_clone_regs_parent
        linux-user: Rename cpu_clone_regs to cpu_clone_regs_child
        linux-user/sparc64: Fix target_signal_frame
        linux-user/sparc: Fix WREG usage in setup_frame
        linux-user/sparc: Use WREG_SP constant in sparc/signal.c
        linux-user/sparc: Begin using WREG constants in sparc/signal.c
        linux-user/sparc: Use WREG constants in sparc/target_cpu.h
        target/sparc: Define an enumeration for accessing env->regwptr
        tests/tcg/multiarch/linux-test: Fix error check for shmat
        scripts/qemu-binfmt-conf: Update for sparc64
        linux-user: Support for NETLINK socket options
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      374b6359
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-next-20191105' into staging · 80d1c10b
      Peter Maydell authored
      
      
      The i440FX northbridge is only used by the PC machine, while the
      PIIX southbridge is also used by the Malta MIPS machine.
      
      Split the PIIX3 southbridge from i440FX northbridge.
      
      # gpg: Signature made Tue 05 Nov 2019 22:48:12 GMT
      # gpg:                using RSA key 89C1E78F601EE86C867495CBA2A3FD6EDEADC0DE
      # gpg: Good signature from "Philippe Mathieu-Daudé (Phil) <philmd@redhat.com>" [marginal]
      # gpg: WARNING: This key is not certified with sufficiently trusted signatures!
      # gpg:          It is not certain that the signature belongs to the owner.
      # Primary key fingerprint: 89C1 E78F 601E E86C 8674  95CB A2A3 FD6E DEAD C0DE
      
      * remotes/philmd-gitlab/tags/mips-next-20191105: (21 commits)
        hw/pci-host/i440fx: Remove the last PIIX3 traces
        hw/pci-host: Rename incorrectly named 'piix' as 'i440fx'
        hw/pci-host/piix: Extract PIIX3 functions to hw/isa/piix3.c
        hw/pci-host/piix: Fix code style issues
        hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.h
        hw/pci-host/piix: Define and use the PIIX IRQ Route Control Registers
        hw/pci-host/piix: Move RCR_IOPORT register definition
        hw/pci-host/piix: Extract piix3_create()
        hw/i386: Remove obsolete LoadStateHandler::load_state_old handlers
        hw/isa/piix4: Move piix4_create() to hw/isa/piix4.c
        hw/mips/mips_malta: Extract the PIIX4 creation code as piix4_create()
        hw/mips/mips_malta: Create IDE hard drive array dynamically
        piix4: Add a MC146818 RTC Controller as specified in datasheet
        piix4: Add an i8254 PIT Controller as specified in datasheet
        piix4: Add an i8257 DMA Controller as specified in datasheet
        piix4: Rename PIIX4 object to piix4-isa
        Revert "irq: introduce qemu_irq_proxy()"
        piix4: Add an i8259 Interrupt Controller as specified in datasheet
        piix4: Add the Reset Control Register
        MAINTAINERS: Keep PIIX4 South Bridge separate from PC Chipsets
        ...
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      80d1c10b
    • Dr. David Alan Gilbert's avatar
      global: Squash 'the the' · df59feb1
      Dr. David Alan Gilbert authored and Laurent Vivier's avatar Laurent Vivier committed
      
      
      'the' has a tendency to double up; squash them back down.
      
      Signed-off-by: default avatarDr. David Alan Gilbert <dgilbert@redhat.com>
      Reviewed-by: default avatarAlex Bennée <alex.bennee@linaro.org>
      Reviewed-by: default avatarLaurent Vivier <laurent@vivier.eu>
      Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
      Message-Id: <20191104185202.102504-1-dgilbert@redhat.com>
      [lv: removed disas/libvixl/vixl/invalset.h change]
      Signed-off-by: default avatarLaurent Vivier <laurent@vivier.eu>
      df59feb1