Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231221150750.5435-1-shentey@gmail.com
Maintainers: Juan Quintela <quintela@redhat.com>, Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, Leonardo Bras <leobras@redhat.com>, John Snow <jsnow@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, BALATON Zoltan <balaton@eik.bme.hu>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Jiaxun Yang <jiaxun.yang@flygoat.com>, David Hildenbrand <david@redhat.com>
docs/devel/migration.rst | 6 +-
hw/block/fdc-internal.h | 4 --
include/exec/ioport.h | 4 +-
include/hw/block/fdc.h | 3 +
include/hw/char/parallel-isa.h | 5 ++
include/hw/char/parallel.h | 2 -
include/hw/char/serial.h | 2 +
hw/block/fdc-isa.c | 18 +++++-
hw/block/fdc-sysbus.c | 6 +-
hw/char/parallel-isa.c | 14 ++++
hw/char/parallel.c | 2 +-
hw/char/serial-isa.c | 14 ++++
hw/isa/vt82c686.c | 115 ++++++++++++++++++++++++---------
hw/ppc/pegasos2.c | 15 +++++
system/ioport.c | 41 ++++++++++--
15 files changed, 200 insertions(+), 51 deletions(-)