Message ID | 20200910182112.4030917-1-ehabkost@redhat.com |
---|---|
Headers | show |
Series | QOM boilerplate cleanup (v4) | expand |
On Thu, 10 Sep 2020 at 19:21, Eduardo Habkost <ehabkost@redhat.com> wrote: > > Hopefully the last respin. > > Changes v3 -> v4: > * Removed patch "chardev: Rename TYPE_CHARDEV_* to TYPE_*_CHARDEV" > * Removed all chardev/char-parallel.c changes > > The following changes since commit 6779038537360e957dbded830f76b08ef5070161: > > Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-09-08' into staging (2020-09-08 17:23:31 +0100) > > are available in the Git repository at: > > git://github.com/ehabkost/qemu.git tags/machine-next-pull-request > > for you to fetch changes up to b84bf23c88699098973de3bdec316c796f1b3794: > > virtio-vga: Use typedef name for instance_size (2020-09-09 13:20:22 -0400) > > ---------------------------------------------------------------- > QOM boilerplate cleanup > > Documentation build fix: > * memory: Remove kernel-doc comment marker (Eduardo Habkost) > > QOM cleanups: > * Rename QOM macros for consistency between > TYPE_* and type checking constants (Eduardo Habkost) > > QOM new macros: > * OBJECT_DECLARE_* and OBJECT_DEFINE_* macros (Daniel P. Berrangé) > * DECLARE_*_CHECKER macros (Eduardo Habkost) > > Automated QOM boilerplate changes: > * Automated changes to use DECLARE_*_CHECKER (Eduardo Habkost > * Automated changes to use OBJECT_DECLARE* (Eduardo Habkost) > Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/5.2 for any user-visible changes. -- PMM