Skip to content
Snippets Groups Projects
  1. Nov 02, 2021
    • Shengtan Mao's avatar
      hw/arm: Add Nuvoton SD module to board · 0a9df6cb
      Shengtan Mao authored
      
      Signed-off-by: default avatarShengtan Mao <stmao@google.com>
      Signed-off-by: default avatarHao Wu <wuhaotsh@google.com>
      Reviewed-by: default avatarHao Wu <wuhaotsh@google.com>
      Reviewed-by: default avatarChris Rauer <crauer@google.com>
      Reviewed-by: default avatarTyrone Ting <kfting@nuvoton.com>
      Reviewed-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      Message-Id: <20211008002628.1958285-3-wuhaotsh@google.com>
      Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
      0a9df6cb
    • Shengtan Mao's avatar
      hw/sd: add nuvoton MMC · 8092b518
      Shengtan Mao authored
      
      Signed-off-by: default avatarShengtan Mao <stmao@google.com>
      Signed-off-by: default avatarHao Wu <wuhaotsh@google.com>
      Reviewed-by: default avatarHao Wu <wuhaotsh@google.com>
      Reviewed-by: default avatarChris Rauer <crauer@google.com>
      Reviewed-by: default avatarTyrone Ting <kfting@nuvoton.com>
      Reviewed-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      Message-Id: <20211008002628.1958285-2-wuhaotsh@google.com>
      [rth: Fix typos of "nonexistent"]
      Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
      8092b518
    • Richard Henderson's avatar
      Merge remote-tracking branch... · 91e83944
      Richard Henderson authored
      Merge remote-tracking branch 'remotes/juanquintela/tags/migration-20211031-pull-request' into staging
      
      Migration Pull request
      
      Hi
      
      this includes pending bits of migration patches.
      
      - virtio-mem support by David Hildenbrand
      - dirtyrate improvements by Hyman Huang
      - fix rdma wrid by Li Zhijian
      - dump-guest-memory fixes by Peter Xu
      
      Pleas apply.
      
      Thanks, Juan.
      
      # gpg: Signature made Mon 01 Nov 2021 06:03:44 PM EDT
      # gpg:                using RSA key 1899FF8EDEBF58CCEE034B82F487EF185872D723
      # gpg: Good signature from "Juan Quintela <quintela@redhat.com>" [full]
      # gpg:                 aka "Juan Quintela <quintela@trasno.org>" [full]
      
      * remotes/juanquintela/tags/migration-20211031-pull-request:
        migration/dirtyrate: implement dirty-bitmap dirtyrate calculation
        memory: introduce total_dirty_pages to stat dirty pages
        migration/ram: Handle RAMBlocks with a RamDiscardManager on background snapshots
        migration/ram: Factor out populating pages readable in ram_block_populate_pages()
        migration: Simplify alignment and alignment checks
        migration/postcopy: Handle RAMBlocks with a RamDiscardManager on the destination
        virtio-mem: Drop precopy notifier
        migration/ram: Handle RAMBlocks with a RamDiscardManager on the migration source
        virtio-mem: Implement replay_discarded RamDiscardManager callback
        memory: Introduce replay_discarded callback for RamDiscardManager
        dump-guest-memory: Block live migration
        migration: Add migrate_add_blocker_internal()
        migration: Make migration blocker work for snapshots too
        migration/dirtyrate: implement dirty-ring dirtyrate calculation
        migration/dirtyrate: move init step of calculation to main thread
        migration/dirtyrate: adjust order of registering thread
        migration/dirtyrate: introduce struct and adjust DirtyRateStat
        memory: make global_dirty_tracking a bitmask
        KVM: introduce dirty_pages and kvm_dirty_ring_enabled
        migration/rdma: Fix out of order wrid
      
      Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
      91e83944
    • 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
Loading