Message ID | 20240221211626.48190-1-philmd@linaro.org |
---|---|
State | New |
Headers | show |
Hi, On 21/2/24 22:16, Philippe Mathieu-Daudé wrote: > The following changes since commit 760b4dcdddba4a40b9fa0eb78fdfc7eda7cb83d0: > > Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2024-02-20 10:11:08 +0000) > > are available in the Git repository at: > > https://github.com/philmd/qemu.git tags/hw-misc-20240221 > > for you to fetch changes up to df07f6bb563f25f39f4f5887adab557e42bdee59: > > hw/sparc/leon3: Fix wrong usage of DO_UPCAST macro (2024-02-21 22:13:03 +0100) > > Following checkpatch.pl error ignored: > > ERROR: Macros with complex values should be enclosed in parenthesis > #62: FILE: include/hw/ide/ide-dev.h:31: > +#define DEFINE_IDE_DEV_PROPERTIES() \ > + DEFINE_BLOCK_PROPERTIES(IDEDrive, dev.conf), \ > + DEFINE_BLOCK_ERROR_PROPERTIES(IDEDrive, dev.conf), \ > + DEFINE_PROP_STRING("ver", IDEDrive, dev.version), \ > + DEFINE_PROP_UINT64("wwn", IDEDrive, dev.wwn, 0), \ > + DEFINE_PROP_STRING("serial", IDEDrive, dev.serial),\ > + DEFINE_PROP_STRING("model", IDEDrive, dev.model) > > ---------------------------------------------------------------- > Misc HW patch queue > > - Remove sysbus_add_io (Phil) > - Build PPC 4xx PCI host bridges once (Phil) > - Display QOM path while debugging SMBus targets (Joe) > - Simplify x86 PC code (Bernhard) > - Remove qemu_[un]register_reset() calls in x86 PC CMOS (Peter) > - Fix wiring of ICH9 LPC interrupts (Bernhard) > - Split core IDE as device / bus / dma (Thomas) > - Fix invalid use of DO_UPCAST() in Leon3 (Thomas) > > ---------------------------------------------------------------- I did the mistake to rebase on master after testing, and not test again, and missed a new header must be added in "hw/i386/kvmvapic.c". I apologize for that and will respin a v2 once fully tested again. Regards, Phil.