Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1568644929-9124-1-git-send-email-pbonzini@redhat.com
Maintainers: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <rth@twiddle.net>, Eduardo Habkost <ehabkost@redhat.com>, Igor Mammedov <imammedo@redhat.com>, Stefan Weil <sw@weilnetz.de>, "Michael S. Tsirkin" <mst@redhat.com>
backends/hostmem-file.c | 22 -----
cpus.c | 25 +++--
default-configs/i386-softmmu.mak | 1 -
exec.c | 54 ++++++++---
hw/core/loader.c | 2 +
hw/i386/Kconfig | 1 +
hw/i386/Makefile.objs | 2 +-
hw/i386/e820_memory_layout.c | 59 +++++++++++
hw/i386/e820_memory_layout.h | 42 ++++++++
hw/i386/fw_cfg.c | 137 ++++++++++++++++++++++++++
hw/i386/fw_cfg.h | 7 ++
hw/i386/pc.c | 204 ++-------------------------------------
include/exec/memory.h | 19 +++-
include/hw/elf_ops.h | 5 +
include/hw/i386/pc.h | 11 ---
include/hw/loader.h | 1 +
include/qemu/osdep.h | 13 ---
include/qemu/thread.h | 19 ++++
linux-headers/linux/kvm.h | 4 +-
memory.c | 18 ----
qemu.nsi | 4 +-
target/i386/kvm.c | 4 +-
tests/test-char.c | 44 ++++-----
util/oslib-posix.c | 54 -----------
util/oslib-win32.c | 6 --
util/qemu-thread-posix.c | 41 +++++---
util/qemu-thread-win32.c | 17 ++++
util/qsp.c | 20 ++++
28 files changed, 456 insertions(+), 380 deletions(-)
create mode 100644 hw/i386/e820_memory_layout.c
create mode 100644 hw/i386/e820_memory_layout.h