index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
i386
/
pc_sysfw.c
Age
Commit message (
Expand
)
Author
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
2017-07-14
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-01-29
x86: Clean up includes
Peter Maydell
2015-09-18
Fix bad error handling after memory_region_init_ram()
Markus Armbruster
2014-12-15
x86: Drop superfluous conditionals around g_free()
Markus Armbruster
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-10-20
block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()
Markus Armbruster
2014-09-09
memory: add parameter errp to memory_region_init_ram
Hu Tao
2013-12-23
hw/i386/pc_sysfw: support two flash drives
Laszlo Ersek
2013-09-12
pc_sysfw: Fix ISA BIOS init for ridiculously big flash
Markus Armbruster
2013-08-12
pc_sysfw: do not make it a device anymore
Paolo Bonzini