Message ID | 20241015154443.71763-1-philmd@linaro.org |
---|---|
State | New |
Headers | show |
On Tue, 15 Oct 2024 at 16:47, Philippe Mathieu-Daudé <philmd@linaro.org> wrote: > > The following changes since commit c155d13167c6ace099e351e28125f9eb3694ae27: > > Merge tag 'chr-pull-request' of https://gitlab.com/marcandre.lureau/qemu into staging (2024-10-15 10:30:43 +0100) > > are available in the Git repository at: > > https://github.com/philmd/qemu.git tags/single-binary-20241015 > > for you to fetch changes up to 3e8f019be77d1b648bca0af0121da3bb37766509: > > hw/mips: Have mips_cpu_create_with_clock() take an endianness argument (2024-10-15 12:21:06 -0300) > > One checkpatch warning due to wide comment: > > WARNING: line over 80 characters > #108: FILE: hw/i386/multiboot.c:380: > + stl_le_p(bootinfo + MBI_BOOT_DEVICE, 0x8000ffff); /* XXX: use the -boot switch? */ > > ---------------------------------------------------------------- > Remove some target-specific endianness knowledge from target/. > > For MIPS, propagate endianness at the board level, using QOM property. > ---------------------------------------------------------------- > Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/9.2 for any user-visible changes. -- PMM