index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
nvram
/
fw_cfg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
migration: Replace migration's JSON writer by the general one
Markus Armbruster
2020-12-19
1
-1
/
+1
*
vl: extract softmmu/datadir.c
Paolo Bonzini
2020-12-10
1
-0
/
+1
*
fw_cfg: Refactor extra pci roots addition
Jiahui Cen
2020-12-08
1
-0
/
+23
*
hw/nvram: Always register FW_CFG_DATA_GENERATOR_INTERFACE
Philippe Mathieu-Daudé
2020-10-12
1
-7
/
+0
*
hw/nvram/fw_cfg: fix FWCfgDataGeneratorClass::get_data() consumption
Laszlo Ersek
2020-09-18
1
-1
/
+1
*
hw/nvram/fw_cfg: Let fw_cfg_add_from_generator() return boolean value
Philippe Mathieu-Daudé
2020-07-21
1
-4
/
+6
*
hw/nvram/fw_cfg: Simplify fw_cfg_add_from_generator() error propagation
Philippe Mathieu-Daudé
2020-07-21
1
-2
/
+1
*
fw_cfg: Use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
2020-07-10
1
-12
/
+9
*
hw/nvram/fw_cfg: Add the FW_CFG_DATA_GENERATOR interface
Philippe Mathieu-Daudé
2020-07-03
1
-0
/
+35
*
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
1
-2
/
+2
*
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-06-15
1
-4
/
+4
*
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
1
-2
/
+2
*
fw_cfg: Migrate ACPI table mr sizes separately
Shameer Kolothum
2020-04-13
1
-1
/
+90
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-2
/
+2
*
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-next-pull-req...
Peter Maydell
2019-11-05
1
-3
/
+4
|
\
|
*
fw_cfg: Allow reboot-timeout=-1 again
Dr. David Alan Gilbert
2019-11-01
1
-3
/
+4
*
|
bootdevice: FW_CFG interface for LCHS values
Sam Eiderman
2019-10-31
1
-3
/
+11
|
/
*
fw_cfg: add "modify" functions for all types
Sergio Lopez
2019-10-22
1
-0
/
+29
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include migration/qemu-file-types.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include sysemu/reset.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-0
/
+1
*
hw/nvram/fw_cfg: Store 'reboot-timeout' as little endian
Li Qiang
2019-05-23
1
-1
/
+3
*
hw/nvram/fw_cfg: Add fw_cfg_arch_key_name()
Philippe Mathieu-Daudé
2019-05-23
1
-1
/
+1
*
hw/nvram/fw_cfg: Add trace events
Philippe Mathieu-Daudé
2019-05-23
1
-1
/
+62
*
hw/nvram/fw_cfg: Use the ldst API
Philippe Mathieu-Daudé
2019-03-11
1
-2
/
+2
*
hw/nvram/fw_cfg: Remove the unnecessary boot_splash_filedata_size
Philippe Mathieu-Daudé
2019-03-11
1
-3
/
+2
*
fw_cfg: fix the life cycle and the name of "qemu_extra_params_fw"
Laszlo Ersek
2019-02-05
1
-4
/
+5
*
trivial: Don't include isa.h if it is not really necessary
Thomas Huth
2019-01-09
1
-1
/
+0
*
fw_cfg: Make qemu_extra_params_fw locally
Li Qiang
2019-01-04
1
-0
/
+1
*
fw_cfg: Fix -boot reboot-timeout error checking
Li Qiang
2019-01-04
1
-14
/
+13
*
fw_cfg: Fix -boot bootsplash error checking
Li Qiang
2019-01-04
1
-22
/
+13
*
fw_cfg: Improve error message when can't load splash file
Li Qiang
2019-01-04
1
-4
/
+3
*
vmstate: constify VMStateField
Marc-André Lureau
2018-11-27
1
-3
/
+3
*
hw/nvram/fw_cfg: Use memberwise copy of MemoryRegionOps struct
Peter Maydell
2018-10-02
1
-6
/
+1
*
fw_cfg_mem: add read memory region callback
Li Qiang
2018-10-02
1
-0
/
+6
*
fw_cfg: ignore suffixes in the bootdevice list dependent on machine class
Mark Cave-Ayland
2018-08-17
1
-1
/
+1
*
Make MemoryRegion valid.accepts callback take a MemTxAttrs argument
Peter Maydell
2018-05-31
1
-4
/
+8
*
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
1
-0
/
+2
*
fw_cfg: fix memory corruption when all fw_cfg slots are used
Marcel Apfelbaum
2018-01-19
1
-2
/
+4
*
fw_cfg: add write callback
Marc-André Lureau
2017-10-15
1
-4
/
+10
*
fw_cfg: rename read callback
Marc-André Lureau
2017-09-08
1
-14
/
+16
*
fw_cfg: move QOM type defines and fw_cfg types into fw_cfg.h
Mark Cave-Ayland
2017-07-17
1
-48
/
+1
*
fw_cfg: move qdev_init_nofail() from fw_cfg_init1() to callers
Mark Cave-Ayland
2017-07-17
1
-11
/
+16
*
fw_cfg: switch fw_cfg_find() to locate the fw_cfg device by type rather than ...
Mark Cave-Ayland
2017-07-17
1
-1
/
+2
*
Convert error_report() to warn_report()
Alistair Francis
2017-07-13
1
-1
/
+1
*
fw_cfg: move setting of FW_CFG_VERSION_DMA bit to fw_cfg_init1()
Mark Cave-Ayland
2017-07-03
1
-9
/
+7
*
fw_cfg: don't map the fw_cfg IO ports in fw_cfg_io_realize()
Mark Cave-Ayland
2017-07-03
1
-8
/
+8
[next]