The following changes since commit b6d32a06fc0984e537091cba08f2e1ed9f775d74:
Merge tag 'pull-trivial-patches' ofhttps://gitlab.com/mjt0k/qemu into
staging (2024-06-30 16:12:24 -0700)
are available in the Git repository at:
https://github.com/philmd/qemu.git tags/hw-misc-20240702
for you to fetch changes up to f0936cbc1d42410ccd58c042bc26fa33a23a77d6:
Remove inclusion of hw/hw.h from files that don't need it (2024-07-02
06:58:48 +0200)
Ignored checkpatch warnings:
WARNING: line over 80 characters
#45: FILE: include/hw/boards.h:431:
+ * mc->desc = "QEMU " MACHINE_VER_STR(__VA_ARGS__) " Virtual
Machine"; \
#205: FILE: include/hw/boards.h:591:
+ prefix ##_machine_ ## major ## _ ## minor ## _ ## micro ## _ ## tag ##
_ ## sym
#40: FILE: hw/arm/virt.c:112:
+ mc->desc = "QEMU " MACHINE_VER_STR(__VA_ARGS__) " ARM Virtual
Machine"; \
#55: FILE: hw/s390x/s390-virtio-ccw.c:828:
+ mc->desc = "Virtual s390x machine (version " MACHINE_VER_STR(__VA_ARGS__)
")"; \
#43: FILE: hw/m68k/virt.c:345:
+ mc->desc = "QEMU " MACHINE_VER_STR(__VA_ARGS__) " M68K Virtual
Machine"; \
----------------------------------------------------------------
Misc HW patches queue
- Prevent NULL deref in sPAPR network model (Oleg)
- Automatic deprecation of versioned machine types (Daniel)
- Correct 'dump-guest-core' property name in hint (Akihiko)
- Prevent IRQ leak in MacIO IDE model (Mark)
- Remove dead #ifdef'ry related to unsupported macOS 12.0 (Akihiko)
- Remove "hw/hw.h" where unnecessary (Thomas)