summary refs log tree commit diff stats
path: root/scripts/dump-guest-memory.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-03-04hw/uefi: add MAINTAINERS entryGerd Hoffmann1-0/+6
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-ID: <20250225163031.1409078-24-kraxel@redhat.com>
2025-03-04hw/uefi-vars-sysbus: allow for pc and q35Gerd Hoffmann2-0/+4
Allow the device being added to x86_64 pc and q35 VMs. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-ID: <20250225163031.1409078-23-kraxel@redhat.com>
2025-03-04hw/uefi-vars-sysbus: allow for arm virtGerd Hoffmann1-0/+2
Allow the device being added to aarch64 virt VMs. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-ID: <20250225163031.1409078-22-kraxel@redhat.com>
2025-03-04hw/uefi-vars-sysbus: add x64 variantGerd Hoffmann1-0/+32
The x86 variant of the device is mapped on the fixed address 0xfef10000 and uses etc/hardware-info instead of FDT to pass the mapping location to the edk2 firmware. The latter allows to move the device to a different location should that turn out to be necessary in the future. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-ID: <20250225163031.1409078-21-kraxel@redhat.com>
2025-03-04hw/uefi-vars-sysbus: qemu platform bus supportGerd Hoffmann2-0/+25
Add and register function to create an device tree entry when the device is added to the qemu platform bus. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-ID: <20250225163031.1409078-20-kraxel@redhat.com>
2025-03-04hw/uefi: add uefi-vars-sysbus deviceGerd Hoffmann2-1/+93
This adds sysbus bindings for the variable service. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-ID: <20250225163031.1409078-19-kraxel@redhat.com>
2025-03-04hw/uefi: add to mesonGerd Hoffmann3-0/+21
Wire up uefi-vars in the build system. Signed-off-by: Gerd Hoffmann <kraxel@redh