Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240604064409.957105-1-pbonzini@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Marcelo Tosatti <mtosatti@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Stefan Hajnoczi <stefanha@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Yanan Wang <wangyanan55@huawei.com>, Peter Xu <peterx@redhat.com>, David Hildenbrand <david@redhat.com>, Cornelia Huck <cohuck@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Thomas Huth <thuth@redhat.com>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>
docs/about/deprecated.rst | 10 -
docs/about/removed-features.rst | 8 +
docs/system/i386/amd-memory-encryption.rst | 70 +-
meson.build | 10 +-
qapi/misc-target.json | 72 +-
qapi/qom.json | 98 +-
host/include/i386/host/cpuinfo.h | 4 -
include/exec/confidential-guest-support.h | 5 +
include/exec/memory.h | 6 +
include/hw/boards.h | 1 -
include/hw/i386/pc.h | 28 +
include/hw/i386/x86.h | 2 +-
include/standard-headers/linux/kvm_para.h | 38 +
include/standard-headers/{linux => misc}/pvpanic.h | 0
linux-headers/asm-loongarch/kvm.h | 4 +
linux-headers/asm-riscv/kvm.h | 1 +
linux-headers/asm-x86/kvm.h | 52 +-
linux-headers/asm-x86/kvm_para.h | 1 +
linux-headers/linux/kvm_para.h | 2 +
linux-headers/linux/vhost.h | 15 +-
target/i386/kvm/kvm_i386.h | 1 +
target/i386/sev.h | 13 +-
target/i386/tcg/decode-new.h | 3 +
tcg/i386/tcg-target.h | 5 +-
hw/block/virtio-blk.c | 166 +-
hw/core/machine.c | 4 +-
hw/i386/pc.c | 14 +-
hw/i386/pc_sysfw.c | 35 +-
hw/i386/x86-common.c | 19 +-
hw/misc/pvpanic-isa.c | 2 +-
hw/misc/pvpanic-pci.c | 2 +-
hw/misc/pvpanic.c | 2 +-
system/memory.c | 24 +
target/i386/cpu.c | 1 +
target/i386/kvm/kvm.c | 56 +
target/i386/sev-sysemu-stub.c | 6 +-
target/i386/sev.c | 1581 +++++++++++++++-----
target/i386/tcg/fpu_helper.c | 5 +
target/i386/tcg/translate.c | 2 +-
util/bufferiszero.c | 4 +-
util/cpuinfo-i386.c | 8 +-
target/i386/tcg/decode-new.c.inc | 17 +-
tcg/i386/tcg-target.c.inc | 15 +-
scripts/update-linux-headers.sh | 37 +-
target/i386/kvm/trace-events | 1 +
target/i386/trace-events | 3 +
46 files changed, 1844 insertions(+), 609 deletions(-)
create mode 100644 include/standard-headers/linux/kvm_para.h
rename include/standard-headers/{linux => misc}/pvpanic.h (100%)
create mode 100644 linux-headers/asm-x86/kvm_para.h
create mode 100644 linux-headers/linux/kvm_para.h