Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211103150442.387121-1-pbonzini@redhat.com
Maintainers: Jean-Christophe Dubois <jcd@tribudubois.net>, Thomas Huth <thuth@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Andrew Jeffery <andrew@aj.id.au>, Laurent Vivier <lvivier@redhat.com>, Markus Armbruster <armbru@redhat.com>, "Cédric Le Goater" <clg@kaod.org>, "Michael S. Tsirkin" <mst@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Christian Borntraeger <borntraeger@de.ibm.com>, Cornelia Huck <cohuck@redhat.com>, Jason Wang <jasowang@redhat.com>, Joel Stanley <joel@jms.id.au>, Marcelo Tosatti <mtosatti@redhat.com>, Sergio Lopez <slp@redhat.com>, Halil Pasic <pasic@linux.ibm.com>, Cleber Rosa <crosa@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Fam Zheng <fam@euphon.net>, Eduardo Habkost <ehabkost@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>
MAINTAINERS | 2 +-
Makefile | 5 +-
accel/hvf/hvf-accel-ops.c | 7 +++
configure | 113 ++++++++------------------------------
docs/about/deprecated.rst | 5 ++
hw/i386/intel_iommu.c | 2 +-
hw/i386/microvm.c | 5 +-
hw/i386/multiboot.c | 10 +++-
hw/i386/multiboot.h | 4 +-
hw/i386/pc.c | 10 ++--
hw/i386/pc_piix.c | 3 +-
hw/i386/pc_q35.c | 3 +-
hw/i386/vmmouse.c | 1 +
hw/i386/x86.c | 7 ++-
hw/scsi/esp.c | 10 ++--
hw/watchdog/sbsa_gwdt.c | 3 +-
hw/watchdog/watchdog.c | 14 -----
hw/watchdog/wdt_aspeed.c | 3 +-
hw/watchdog/wdt_diag288.c | 3 +-
hw/watchdog/wdt_i6300esb.c | 3 +-
hw/watchdog/wdt_ib700.c | 3 +-
hw/watchdog/wdt_imx2.c | 4 +-
include/hw/i386/pc.h | 3 -
include/hw/i386/x86.h | 5 +-
include/hw/qdev-core.h | 1 +
include/qemu/iova-tree.h | 8 +--
include/sysemu/watchdog.h | 1 -
meson | 2 +-
meson.build | 30 +++-------
meson_options.txt | 2 +
monitor/misc.c | 15 ++++-
net/meson.build | 4 +-
pc-bios/meson.build | 1 +
pc-bios/multiboot_dma.bin | Bin 0 -> 1024 bytes
pc-bios/optionrom/Makefile | 9 +--
pc-bios/optionrom/multiboot.S | 4 +-
pc-bios/optionrom/multiboot_dma.S | 2 +
pc-bios/optionrom/optionrom.h | 66 ++++++++++++++++++++++
scripts/meson-buildoptions.py | 16 ------
scripts/meson-buildoptions.sh | 3 +
softmmu/qdev-monitor.c | 1 +
softmmu/vl.c | 11 ++--
target/i386/cpu.c | 5 ++
target/i386/cpu.h | 4 ++
target/i386/kvm/kvm.c | 15 +++++
target/i386/machine.c | 22 ++++++++
tests/qtest/am53c974-test.c | 36 ++++++++++++
util/iova-tree.c | 12 ++--
48 files changed, 294 insertions(+), 204 deletions(-)
create mode 100644 pc-bios/multiboot_dma.bin
create mode 100644 pc-bios/optionrom/multiboot_dma.S