On 22 January 2018 at 11:26, Thomas Huth <th...@redhat.com> wrote: > The following changes since commit b384cd95eb9c6f73ad84ed1bb0717a26e29cc78f: > > Merge remote-tracking branch > 'remotes/ehabkost/tags/machine-next-pull-request' into staging (2018-01-19 > 16:35:25 +0000) > > are available in the git repository at: > > https://github.com/huth/qemu.git tags/pull-request-2018-01-22 > > for you to fetch changes up to 1081ed2c4b71b5fe8bd31f6de8cdaa630c8acfd3: > > hw/isa: Replace fprintf(stderr, "*\n" with error_report() (2018-01-22 > 09:51:00 +0100) > > ---------------------------------------------------------------- > Pull request for various patches that have been reviewed and > laying on the mailing list for a while, but where apparently > no maintainer currently feels responsible for picking up. > ---------------------------------------------------------------- > Alistair Francis (5): > Replace all occurances of __FUNCTION__ with __func__ > Fixes after renaming __FUNCTION__ to __func__ > hw/bt: Replace fprintf(stderr, "*\n" with error_report() > hw/ipmi: Replace fprintf(stderr, "*\n" with error_report() > hw/isa: Replace fprintf(stderr, "*\n" with error_report() > > Thomas Huth (4): > tests: Rename pc-cpu-test.c to cpu-plug-test.c > tests/cpu-plug-test: Check the CPU hot-plugging with device_add, too > tests/cpu-plug-test: Check CPU hot-plugging on ppc64, too > tests/cpu-plug-test: Test CPU hot-plugging on s390x >
Applied, thanks. -- PMM