On 27 February 2017 at 19:16, Peter Maydell <peter.mayd...@linaro.org> wrote: > On 27 February 2017 at 16:24, Eduardo Habkost <ehabk...@redhat.com> wrote: >> The following changes since commit 3b1d8169844fafee184366b0e0d7080534758b4d: >> >> tests-aio-multithread: use atomic_read properly (2017-02-27 12:54:08 +0000) >> >> are available in the git repository at: >> >> git://github.com/ehabkost/qemu.git tags/x86-pull-request >> >> for you to fetch changes up to b8097deb359bbbd92592b9670adfe9e245b2d0bd: >> >> i386: Improve query-cpu-model-expansion full mode (2017-02-27 13:23:35 >> -0300) >> >> ---------------------------------------------------------------- >> x86 queue, 2017-02-27 >> >> "-cpu max" and query-cpu-model-expansion support for x86. This >> should be the last x86 pull request before 2.9 soft freeze. >> >> ---------------------------------------------------------------- >> >> Eduardo Habkost (11): >> i386: Unset cannot_destroy_with_object_finalize_yet on "host" model >> i386: Add ordering field to CPUClass >> i386: Rename X86CPU::host_features to X86CPU::max_features >> i386: Reorganize and document CPUID initialization steps >> qapi-schema: Comment about full expansion of non-migration-safe models >> i386: Create "max" CPU model >> i386: Make "max" model not use any host CPUID info on TCG >> i386: Don't set CPUClass::cpu_def on "max" model >> i386: Define static "base" CPU model >> i386: Implement query-cpu-model-expansion QMP command >> i386: Improve query-cpu-model-expansion full mode > > This seemed to hang in 'make check' on x86. I didn't have time to > investigate, so I'll have another go with it later.
Retrying worked ok, so I've applied it, on the assumption the hang was not something in this patchset. thanks -- PMM