Message ID | 20230227213853.37885-1-philmd@linaro.org |
---|---|
State | New |
Headers | show |
On Mon, 27 Feb 2023 at 21:40, Philippe Mathieu-Daudé <philmd@linaro.org> wrote: > > Hi Peter, > > I apologize for the size of this request, I was hoping various > series would go via other tree, but everybody has been quite busy > and the freezing windows is close, so I'm sending a huge mixed > patchset here. > > Since v1: > - Dropped "cputlb: Restrict SavedIOTLB to system emulation" patch > > The following changes since commit e1f9f73ba15e0356ce1aa3317d7bd294f587ab58: > > Merge tag 'pull-target-arm-20230227' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2023-02-27 14:46:00 +0000) > > are available in the Git repository at: > > https://github.com/philmd/qemu.git tags/buildsys-qom-qdev-ui-20230227 > > for you to fetch changes up to 23bdd0de97a18e34fe05126fbaf4de540e9eb7b2: > > ui/cocoa: user friendly characters for release mouse (2023-02-27 22:29:02 +0100) > > ---------------------------------------------------------------- > - buildsys > - Various header cleaned up (removing pointless headers) > - Mark various files/code user/system specific > - Make various objects target-independent > - Remove tswapN() calls from dump.o > - Suggest g_assert_not_reached() instead of assert(0) > > - qdev / qom > - Replace various container_of() by QOM cast macros > - Declare some QOM macros using OBJECT_DECLARE_TYPE() > - Embed OHCI QOM child in SM501 chipset > > - hw (ISA & IDE) > - add some documentation, improve function names > - un-inline, open-code few functions > - have ISA API accessing IRQ/DMA prefer ISABus over ISADevice > - Demote IDE subsystem maintenance to "Odd Fixes" > > - ui: Improve Ctrl+Alt hint on Darwin Cocoa Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/8.0 for any user-visible changes. -- PMM