On Thu, 2 May 2019 at 17:13, Thomas Huth <th...@redhat.com> wrote: > > Hi Peter, > > the following changes since commit 8482ff2eb3bb95020eb2f370a9b3ea26511e41df: > > Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' > into staging (2019-05-02 12:04:51 +0100) > > are available in the Git repository at: > > https://gitlab.com/huth/qemu.git tags/pull-request-2019-05-02 > > for you to fetch changes up to aff39be0ed9753c9c323f64a14f5533dd5c43525: > > hw/pci-host: Use object_initialize_child for correct reference counting > (2019-05-02 16:56:33 +0200) > > ---------------------------------------------------------------- > - Move qtest accel code to accel/qtest.c, get rid of AccelClass->available > - Test TCG interpreter in gitlab-ci > - Small improvements to the configure script > - Use object_initialize_child in hw/pci-host > ---------------------------------------------------------------- > > Eduardo Habkost (3): > qtest: Move accel code to accel/qtest.c > qtest: Don't compile qtest accel on non-POSIX systems > accel: Remove unused AccelClass::available field > > Helge Deller (1): > configure: Relax check for libseccomp > > Thomas Huth (4): > gitlab-ci.yml: Test the TCG interpreter in a CI pipeline > configure: Add -Wno-typedef-redefinition to CFLAGS (for Clang) > configure: Remove old *-config-devices.mak.d files when running > configure > hw/pci-host: Use object_initialize_child for correct reference counting
Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/4.1 for any user-visible changes. -- PMM