Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200318011748.2104336-1-ehabkost@redhat.com
Maintainers: Artyom Tarasenko <atar4qemu@gmail.com>, Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>, Cornelia Huck <cohuck@redhat.com>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, "Michael S. Tsirkin" <mst@redhat.com>, Chris Wulff <crwulff@gmail.com>, David Gibson <david@gibson.dropbear.id.au>, Laurent Vivier <laurent@vivier.eu>, Anthony Green <green@moxielogic.com>, Max Filippov <jcmvbkbc@gmail.com>, Aurelien Jarno <aurelien@aurel32.net>, Palmer Dabbelt <palmer@dabbelt.com>, Peter Maydell <peter.maydell@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Alistair Francis <Alistair.Francis@wdc.com>, David Hildenbrand <david@redhat.com>, Richard Henderson <rth@twiddle.net>, Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, Eduardo Habkost <ehabkost@redhat.com>, Sagar Karandikar <sagark@eecs.berkeley.edu>, Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>, Michael Walle <michael@walle.cc>, Bastian Koppelmann <kbastian@mail.uni-paderborn.de>, Marek Vasut <marex@denx.de>, Stafford Horne <shorne@gmail.com>
hw/core/cpu.c | 19 +---
hw/core/machine.c | 9 ++
hw/i386/pc.c | 53 +++++----
hw/i386/x86.c | 51 +++++----
include/hw/boards.h | 2 +
include/hw/core/cpu.h | 6 -
include/hw/i386/topology.h | 113 +++++++++----------
include/hw/i386/x86.h | 3 +
scripts/coccinelle/cpu-reset.cocci | 47 ++++++++
softmmu/vl.c | 1 +
target/alpha/cpu-qom.h | 2 +-
target/arm/cpu-qom.h | 2 +-
target/arm/cpu.c | 8 +-
target/cris/cpu-qom.h | 2 +-
target/cris/cpu.c | 8 +-
target/hppa/cpu-qom.h | 2 +-
target/i386/cpu-qom.h | 2 +-
target/i386/cpu.c | 174 +++++++++++++++++++++++++----
target/i386/cpu.h | 3 +
target/lm32/cpu-qom.h | 2 +-
target/lm32/cpu.c | 8 +-
target/m68k/cpu-qom.h | 2 +-
target/m68k/cpu.c | 8 +-
target/microblaze/cpu-qom.h | 2 +-
target/microblaze/cpu.c | 8 +-
target/mips/cpu-qom.h | 2 +-
target/mips/cpu.c | 8 +-
target/moxie/cpu.c | 7 +-
target/moxie/cpu.h | 2 +-
target/nios2/cpu.c | 8 +-
target/nios2/cpu.h | 2 +-
target/openrisc/cpu.c | 8 +-
target/openrisc/cpu.h | 2 +-
target/ppc/cpu-qom.h | 2 +-
target/ppc/translate_init.inc.c | 8 +-
target/riscv/cpu.c | 7 +-
target/riscv/cpu.h | 2 +-
target/s390x/cpu-qom.h | 2 +-
target/s390x/cpu.c | 8 +-
target/sh4/cpu-qom.h | 2 +-
target/sh4/cpu.c | 8 +-
target/sparc/cpu-qom.h | 2 +-
target/sparc/cpu.c | 8 +-
target/tilegx/cpu.c | 7 +-
target/tilegx/cpu.h | 2 +-
target/tricore/cpu-qom.h | 2 +-
target/tricore/cpu.c | 7 +-
target/xtensa/cpu-qom.h | 2 +-
target/xtensa/cpu.c | 8 +-
tests/test-x86-cpuid.c | 116 +++++++++++--------
50 files changed, 490 insertions(+), 279 deletions(-)
create mode 100644 scripts/coccinelle/cpu-reset.cocci