Skip to content
Snippets Groups Projects
  1. Nov 02, 2021
    • Richard Henderson's avatar
      Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20211101' into staging · f79bb385
      Richard Henderson authored
      
      qemu-openbios queue
      
      # gpg: Signature made Mon 01 Nov 2021 05:51:08 PM EDT
      # gpg:                using RSA key CC621AB98E82200D915CC9C45BC2C56FAE0F321F
      # gpg:                issuer "mark.cave-ayland@ilande.co.uk"
      # gpg: Good signature from "Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>" [full]
      
      * remotes/mcayland/tags/qemu-openbios-20211101:
        roms/openbios: update OpenBIOS images to b9062dea built from submodule
      
      Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
      f79bb385
    • Richard Henderson's avatar
      Merge remote-tracking branch 'remotes/alex.williamson/tags/vfio-update-20211101.0' into staging · 844d6dfc
      Richard Henderson authored
      
      VFIO update 2021-11-01
      
       * Re-enable expanded sub-page BAR mappings after migration (Kunkun Jiang)
      
       * Trace dropped listener sections due to page alignment (Kunkun Jiang)
      
      # gpg: Signature made Mon 01 Nov 2021 03:48:28 PM EDT
      # gpg:                using RSA key 42F6C04E540BD1A99E7B8A90239B9B6E3BB08B22
      # gpg:                issuer "alex.williamson@redhat.com"
      # gpg: Good signature from "Alex Williamson <alex.williamson@redhat.com>" [full]
      # gpg:                 aka "Alex Williamson <alex@shazbot.org>" [full]
      # gpg:                 aka "Alex Williamson <alwillia@redhat.com>" [full]
      # gpg:                 aka "Alex Williamson <alex.l.williamson@gmail.com>" [full]
      
      * remotes/alex.williamson/tags/vfio-update-20211101.0:
        vfio/common: Add a trace point when a MMIO RAM section cannot be mapped
        vfio/pci: Add support for mmapping sub-page MMIO BARs after live migration
      
      Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
      844d6dfc
    • Richard Henderson's avatar
      Merge remote-tracking branch 'remotes/philmd/tags/machine-20211101' into staging · 8cb41fda
      Richard Henderson authored
      
      Machine core patches
      
      - Move GPIO code out of qdev.c
      - Move hotplug code out of qdev.c
      - Restrict various files to sysemu
      - Move SMP code out of machine.c
      - Add SMP parsing unit tests
      - Move dynamic sysbus device check earlier
      
      # gpg: Signature made Mon 01 Nov 2021 02:44:32 PM EDT
      # gpg:                using RSA key FAABE75E12917221DCFD6BB2E3E32C2CDEADC0DE
      # gpg: Good signature from "Philippe Mathieu-Daudé (F4BUG) <f4bug@amsat.org>" [full]
      
      * remotes/philmd/tags/machine-20211101:
        machine: remove the done notifier for dynamic sysbus device type check
        qdev-monitor: Check sysbus device type before creating it
        machine: add device_type_is_dynamic_sysbus function
        tests/unit: Add an unit test for smp parsing
        hw/core/machine: Split out the smp parsing code
        hw/core: Restrict hotplug to system emulation
        hw/core: Extract hotplug-related functions to qdev-hotplug.c
        hw/core: Declare meson source set
        hw/core: Restrict sysemu specific files
        machine: Move gpio code to hw/core/gpio.c
      
      Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
      8cb41fda
  2. Nov 01, 2021
  3. Oct 30, 2021
    • Richard Henderson's avatar
      Merge remote-tracking branch 'remotes/philmd/tags/renesas-20211030' into staging · af531756
      Richard Henderson authored
      
      Renesas SH-4 patches queue
      
      Patches from Zoltan:
      - Various clean up to align the code style with the rest of the code base
      - QOM'ify the SH_SERIAL device
      - Modify few memory region size to better match the hardware manual
      
      # gpg: Signature made Sat 30 Oct 2021 10:05:03 AM PDT
      # gpg:                using RSA key FAABE75E12917221DCFD6BB2E3E32C2CDEADC0DE
      # gpg: Good signature from "Philippe Mathieu-Daudé (F4BUG) <f4bug@amsat.org>" [full]
      
      * remotes/philmd/tags/renesas-20211030: (30 commits)
        hw/timer/sh_timer: Remove use of hw_error
        hw/timer/sh_timer: Fix timer memory region size
        hw/timer/sh_timer: Do not wrap lines that are not too long
        hw/timer/sh_timer: Rename sh_timer_state to SHTimerState
        hw/intc/sh_intc: Remove unneeded local variable initialisers
        hw/intc/sh_intc: Simplify allocating sources array
        hw/intc/sh_intc: Avoid using continue in loops
        hw/intc/sh_intc: Replace abort() with g_assert_not_reached()
        hw/intc/sh_intc: Inline and drop sh_intc_source() function
        hw/intc/sh_intc: Use array index instead of pointer arithmetics
        hw/intc/sh_intc: Remove excessive parenthesis
        hw/intc/sh_intc: Move sh_intc_register() closer to its only user
        hw/intc/sh_intc: Drop another useless macro
        hw/intc/sh_intc: Rename iomem region
        hw/intc/sh_intc: Turn some defines into an enum
        hw/intc/sh_intc: Use existing macro instead of local one
        hw/char/sh_serial: Add device id to trace output
        hw/char/sh_serial: QOM-ify
        hw/char/sh_serial: Split off sh_serial_reset() from sh_serial_init()
        hw/char/sh_serial: Embed QEMUTimer in state struct
        ...
      
      Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
      af531756
Loading