Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220208200856.3558249-1-peter.maydell@linaro.org
Maintainers: John Snow <jsnow@redhat.com>, Igor Mammedov <imammedo@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Alexandre Iooss <erdnaxe@crans.org>, Juan Quintela <quintela@redhat.com>, Thomas Huth <thuth@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, Fam Zheng <fam@euphon.net>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Mahmoud Mandour <ma.mandourr@gmail.com>, Peter Maydell <peter.maydell@linaro.org>, Peter Xu <peterx@redhat.com>, Hannes Reinecke <hare@suse.com>, David Hildenbrand <david@redhat.com>, Cornelia Huck <cohuck@redhat.com>
include/qemu/cacheinfo.h | 21 ++++++
include/qemu/hw-version.h | 27 ++++++++
include/qemu/madvise.h | 95 ++++++++++++++++++++++++++
include/qemu/mmap-alloc.h | 23 +++++++
include/qemu/mprotect.h | 14 ++++
include/qemu/osdep.h | 132 -------------------------------------
accel/tcg/translate-all.c | 1 +
backends/hostmem-file.c | 1 +
backends/hostmem.c | 1 +
hw/arm/nseries.c | 1 +
hw/ide/core.c | 1 +
hw/scsi/megasas.c | 1 +
hw/scsi/scsi-bus.c | 1 +
hw/scsi/scsi-disk.c | 1 +
hw/virtio/virtio-balloon.c | 1 +
migration/postcopy-ram.c | 1 +
migration/qemu-file.c | 1 +
migration/ram.c | 1 +
plugins/loader.c | 1 +
softmmu/physmem.c | 1 +
softmmu/vl.c | 1 +
target/i386/cpu.c | 1 +
target/s390x/cpu_models.c | 1 +
tcg/region.c | 3 +
tcg/tcg.c | 1 +
util/atomic64.c | 1 +
util/cacheflush.c | 1 +
util/cacheinfo.c | 1 +
util/osdep.c | 3 +
util/oslib-posix.c | 1 +
30 files changed, 208 insertions(+), 132 deletions(-)
create mode 100644 include/qemu/cacheinfo.h
create mode 100644 include/qemu/hw-version.h
create mode 100644 include/qemu/madvise.h
create mode 100644 include/qemu/mprotect.h