index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
i386
/
pc_sysfw.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-02
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-02-16
sev/i386: Allow AP booting under SEV-ES
Paolo Bonzini
1
-0
/
+8
2021-02-16
pc: add parser for OVMF reset block
James Bottomley
1
-4
/
+118
2021-02-08
sev: Remove false abstraction of flash encryption
David Gibson
1
-11
/
+6
2020-12-10
i386: remove bios_name
Paolo Bonzini
1
-2
/
+2
2020-12-09
hw/i386/pc: add max combined fw size as machine configuration option
Erich-McMillan
1
-12
/
+3
2020-07-11
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+5
2020-07-10
pc: fix leak in pc_system_flash_cleanup_unused
Alexander Bulekov
1
-0
/
+5
2020-07-10
xen: cleanup unrealized flash devices
Paul Durrant
1
-1
/
+1
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
1
-1
/
+1
2020-06-15
qdev: Convert uses of qdev_create() manually
Markus Armbruster
1
-2
/
+2
2020-05-18
hw: Use QEMU_IS_ALIGNED() on parallel flash block size
Philippe Mathieu-Daudé
1
-1
/
+1
2020-05-15
qom: Drop @errp parameter of object_property_del()
Markus Armbruster
1
-1
/
+1
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
1
-3
/
+2
2019-10-22
hw/i386/pc: move shared x86 functions to x86.c and export them
Sergio Lopez
1
-55
/
+1
2019-10-22
hw/i386/pc: rename functions shared with non-PC machines
Sergio Lopez
1
-3
/
+3
2019-08-16
Include hw/boards.h a bit less
Markus Armbruster
1
-1
/
+0
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-0
/
+1
2019-05-07
pflash_cfi01: New pflash_cfi01_legacy_drive()
Markus Armbruster
1
-14
/
+2
2019-05-07
pc: Rearrange pc_system_firmware_init()'s legacy -drive loop
Markus Armbruster
1
-13
/
+11
2019-03-11
pc: Support firmware configuration with -blockdev
Markus Armbruster
1
-83
/
+152
2019-03-11
pc_sysfw: Pass PCMachineState to pc_system_firmware_init()
Philippe Mathieu-Daudé
1
-1
/
+4
2019-03-11
pc_sysfw: Remove unused PcSysFwDevice
Philippe Mathieu-Daudé
1
-5
/
+0
2019-03-11
pflash: Clean up after commit 368a354f02b, part 2
Markus Armbruster
1
-5
/
+1
2019-03-11
pflash: Clean up after commit 368a354f02b, part 1
Markus Armbruster
1
-1
/
+1
2019-03-11
pflash: Rename pflash_t to PFlashCFI01, PFlashCFI02
Markus Armbruster
1
-1
/
+1
2018-07-02
hw/i386: Use the IEC binary prefix definitions
Paolo Bonzini
1
-6
/
+4
2018-03-13
target/i386: encrypt bios rom
Brijesh Singh
1
-0
/
+13
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
1
-0
/
+1
2017-07-14
hw: Use new memory_region_init_{ram, rom, rom_device}() functions
Peter Maydell
1
-4
/
+2
2017-07-14
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
1
-2
/
+2
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-01-29
x86: Clean up includes
Peter Maydell
1
-0
/
+1
2015-09-18
Fix bad error handling after memory_region_init_ram()
Markus Armbruster
1
-2
/
+2
2014-12-15
x86: Drop superfluous conditionals around g_free()
Markus Armbruster
1
-3
/
+1
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
1
-5
/
+4
2014-10-20
block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()
Markus Armbruster
1
-1
/
+2
2014-09-09
memory: add parameter errp to memory_region_init_ram
Hu Tao
1
-2
/
+3
2013-12-23
hw/i386/pc_sysfw: support two flash drives
Laszlo Ersek
1
-19
/
+86
2013-09-12
pc_sysfw: Fix ISA BIOS init for ridiculously big flash
Markus Armbruster
1
-4
/
+1
2013-08-12
pc_sysfw: do not make it a device anymore
Paolo Bonzini
1
-0
/
+188