index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
i386
/
pc_sysfw.c
Age
Commit message (
Expand
)
Author
2024-06-05
hw/i386/sev: Use guest_memfd for legacy ROMs
Michael Roth
2024-06-05
hw/i386/sev: Add support to encrypt BIOS when SEV-SNP is enabled
Brijesh Singh
2024-06-05
hw/i386/sev: Add function to get SEV metadata from OVMF header
Brijesh Singh
2024-05-22
hw/i386/pc_sysfw: Alias rather than copy isa-bios region
Bernhard Beschow
2024-05-09
hw/i386/x86: Don't leak "isa-bios" memory regions
Bernhard Beschow
2024-05-08
hw/i386: Have x86_bios_rom_init() take X86MachineState rather than MachineState
Bernhard Beschow
2024-04-25
hw/i386/pc_sysfw: Remove unused parameter from pc_isa_bios_init()
Bernhard Beschow
2024-03-12
Revert "hw/i386/pc: Confine system flash handling to pc_sysfw"
Bernhard Beschow
2024-03-12
Revert "hw/i386/pc_sysfw: Inline pc_system_flash_create() and remove it"
Bernhard Beschow
2024-02-22
hw/i386/pc_sysfw: Use qdev_is_realized() instead of QOM API
Philippe Mathieu-Daudé
2024-02-22
hw/i386/pc_sysfw: Inline pc_system_flash_create() and remove it
Bernhard Beschow
2024-02-22
hw/i386/pc: Confine system flash handling to pc_sysfw
Bernhard Beschow
2022-04-27
i386: factor out x86_firmware_configure()
Gerd Hoffmann
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2021-10-13
target/i386/sev: Declare system-specific functions in 'sev.h'
Philippe Mathieu-Daudé
2021-07-14
hw/i386: Introduce X86_FW_OVMF Kconfig symbol
Philippe Mathieu-Daudé
2021-07-14
hw/i386/pc: Document pc_system_ovmf_table_find
Dov Murik
2021-07-14
hw/i386/pc: pc_system_ovmf_table_find: Assert that flash was parsed
Dov Murik
2021-05-02
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
2021-02-16
sev/i386: Allow AP booting under SEV-ES
Paolo Bonzini
2021-02-16
pc: add parser for OVMF reset block
James Bottomley
2021-02-08
sev: Remove false abstraction of flash encryption
David Gibson
2020-12-10
i386: remove bios_name
Paolo Bonzini
2020-12-09
hw/i386/pc: add max combined fw size as machine configuration option
Erich-McMillan
2020-07-11
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2020-07-10
pc: fix leak in pc_system_flash_cleanup_unused
Alexander Bulekov
2020-07-10
xen: cleanup unrealized flash devices
Paul Durrant
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
qdev: Convert uses of qdev_create() manually
Markus Armbruster
2020-05-18
hw: Use QEMU_IS_ALIGNED() on parallel flash block size
Philippe Mathieu-Daudé
2020-05-15
qom: Drop @errp parameter of object_property_del()
Markus Armbruster
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2019-10-22
hw/i386/pc: move shared x86 functions to x86.c and export them
Sergio Lopez
2019-10-22
hw/i386/pc: rename functions shared with non-PC machines
Sergio Lopez
2019-08-16
Include hw/boards.h a bit less
Markus Armbruster
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-05-07
pflash_cfi01: New pflash_cfi01_legacy_drive()
Markus Armbruster
2019-05-07
pc: Rearrange pc_system_firmware_init()'s legacy -drive loop
Markus Armbruster
2019-03-11
pc: Support firmware configuration with -blockdev
Markus Armbruster
2019-03-11
pc_sysfw: Pass PCMachineState to pc_system_firmware_init()
Philippe Mathieu-Daudé
2019-03-11
pc_sysfw: Remove unused PcSysFwDevice
Philippe Mathieu-Daudé
2019-03-11
pflash: Clean up after commit 368a354f02b, part 2
Markus Armbruster
2019-03-11
pflash: Clean up after commit 368a354f02b, part 1
Markus Armbruster
2019-03-11
pflash: Rename pflash_t to PFlashCFI01, PFlashCFI02
Markus Armbruster
2018-07-02
hw/i386: Use the IEC binary prefix definitions
Paolo Bonzini
2018-03-13
target/i386: encrypt bios rom
Brijesh Singh
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2017-07-14
hw: Use new memory_region_init_{ram, rom, rom_device}() functions
Peter Maydell
[next]