Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240213155005.109954-1-pbonzini@redhat.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Huacai Chen <chenhuacai@kernel.org>, Jiaxun Yang <jiaxun.yang@flygoat.com>, Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>, Gerd Hoffmann <kraxel@redhat.com>, Aurelien Jarno <aurelien@aurel32.net>
configs/devices/mips-softmmu/common.mak | 28 +++--------------
configs/devices/mips64el-softmmu/default.mak | 3 --
include/hw/usb.h | 27 +++++++++++++++--
target/mips/tcg/translate.h | 1 +
target/mips/tcg/sysemu_helper.h.inc | 19 ++++++++----
hw/isa/fdc37m81x-superio.c | 32 ++++++++++++++++++++
hw/isa/isa-superio.c | 18 -----------
hw/isa/smc37c669-superio.c | 1 -
hw/mips/loongson3_virt.c | 5 +--
hw/mips/mipssim.c | 7 +++--
hw/usb/bus.c | 23 --------------
target/mips/tcg/sysemu/cp0_helper.c | 8 +++++
target/mips/tcg/translate.c | 10 ++++++
.gitlab-ci.d/buildtest.yml | 2 +-
hw/display/Kconfig | 2 +-
hw/isa/Kconfig | 20 ++++++------
hw/isa/meson.build | 1 +
hw/mips/Kconfig | 25 ++++++++++++---
18 files changed, 134 insertions(+), 98 deletions(-)
create mode 100644 hw/isa/fdc37m81x-superio.c