41 Commits (0430891ce162b986c6e02a7729a942ecd2a32ca4)

Author SHA1 Message Date
Peter Maydell 0430891ce1 hw: Clean up includes 10 years ago
Gabriel L. Somlo 6c8d56a2e9 fw_cfg: replace ioport data read with generic method 11 years ago
Gabriel L. Somlo 38bf20931a fw_cfg: add generic non-DMA read method 11 years ago
Gabriel L. Somlo 66f8fd9dda fw_cfg: avoid calculating invalid current entry pointer 11 years ago
Gabriel L. Somlo 3f8752b4e5 fw_cfg: remove offset argument from callback prototype 11 years ago
Gabriel L. Somlo 3bef7e8aab fw_cfg: amend callback behavior spec to once per select 11 years ago
Kevin O'Connor 2cc06a8843 fw_cfg: Define a static signature to be returned on DMA port reads 11 years ago
Marc Marí a4c0d1deb7 Implement fw_cfg DMA interface 11 years ago
Daniel P. Berrange ef1e1e0782 maint: avoid useless "if (foo) free(foo)" pattern 11 years ago
Gabriel L. Somlo 0eb973f915 fw_cfg: prohibit insertion of duplicate fw_cfg file names 11 years ago
Gabriel L. Somlo 0f9b214139 fw_cfg: prevent selector key conflict 11 years ago
Gabriel L. Somlo 023e314856 fw_cfg: remove support for guest-side data writes 11 years ago
Gabriel L. Somlo 1edd34b638 fw_cfg: add fw_cfg_modify_i16 (update) method 11 years ago
Gabriel L. Somlo 3a5c76baf3 fw_cfg: factor out initialization of FW_CFG_ID (rev. number) 11 years ago
Stefan Weil e7ae771f6d Fix remaining warnings from Sparse (void return) 11 years ago
Laszlo Ersek 36b62ae6a5 fw_cfg: fix endianness in fw_cfg_data_mem_read() / _write() 11 years ago
Laszlo Ersek 6c87e3d596 fw_cfg_mem: expose the "data_width" property with fw_cfg_init_mem_wide() 11 years ago
Laszlo Ersek cfaadf0e89 fw_cfg_mem: introduce the "data_width" property 11 years ago
Laszlo Ersek d789c84547 fw_cfg_mem: flip ctl_mem_ops and data_mem_ops to DEVICE_BIG_ENDIAN 11 years ago
Laszlo Ersek 86099db382 fw_cfg_mem: max access size and region size are the same for data register 11 years ago
Laszlo Ersek 66708822cd fw_cfg: move boards to fw_cfg_init_io() / fw_cfg_init_mem() 11 years ago
Laszlo Ersek 5712db6ae5 fw_cfg: hard separation between the MMIO and I/O port mappings 11 years ago
Gonglei d504fb4cec fw_cfg: remove superfluous blank line 11 years ago
Gonglei f3b3766899 fw_cfg: fix boot order bug when dynamically modified via QOM 12 years ago
Gonglei bdbb5b1706 fw_cfg: add fw_cfg_machine_reset function 12 years ago
Juan Quintela d49805aeea savevm: Remove all the unneeded version_minimum_id_old (x86) 12 years ago
Alexey Kardashevskiy 30e32af746 vl.c: Extend get_boot_devices_list() to ignore suffixes 12 years ago
Paolo Bonzini c7bcc85d66 qdev: Remove hex8/32/64 property types 12 years ago
Markus Armbruster 837d37167d sysbus: Set cannot_instantiate_with_device_add_yet 13 years ago
Markus Armbruster efec3dd631 qdev: Replace no_user by cannot_instantiate_with_device_add_yet 13 years ago
Michael S. Tsirkin d87072ceec fw_cfg: interface to trigger callback on read 13 years ago
Paolo Bonzini 6fdf98f281 fw_cfg: the I/O port variant expects little-endian 13 years ago
Hu Tao 563839557c fw_cfg: Use QOM realize for fw_cfg 13 years ago
Hu Tao 2ce92a1102 fwcfg: QOM'ify some more 13 years ago
Paolo Bonzini eedfac6f38 hw/n*: pass owner to memory_region_init* functions 13 years ago
Paolo Bonzini 2c9b15cab1 memory: add owner argument to initialization functions 13 years ago
Michael S. Tsirkin cac122103a fw_cfg: fw_cfg is a singleton 13 years ago
Michael S. Tsirkin 600c60b76d fw_cfg: add API to find FW cfg object 13 years ago
Peter Crosthwaite 3d1bba2091 glib: Fix some misuses of gsize/size_t types 13 years ago
Hu Tao 10a584b287 pvpanic: pass configurable ioport to seabios 13 years ago
Paolo Bonzini 49ab747f66 hw: move target-independent files to subdirectories 13 years ago
Paolo Bonzini 0d09e41a51 hw: move headers to include/ 13 years ago
Paolo Bonzini 83c9f4ca79 hw: include hw header files with full paths 13 years ago
Eduardo Habkost 70db922278 fw_cfg: Remove FW_CFG_MAX_CPUS from fw_cfg_init() 13 years ago
Markus Armbruster 9f8863ebd7 fw_cfg: Drop a few superfluous initializers 13 years ago
Markus Armbruster d09acb9b5e fw_cfg: Splash image loader can overrun a stack variable, fix 13 years ago
Andreas Färber 1356b98d3e sysbus: Drop sysbus_from_qdev() cast macro 13 years ago
Markus Armbruster 0e7a759293 vl: Use size_t for sizes in get_boot_devices_list() 13 years ago
Markus Armbruster 089da572b9 fw_cfg: Use void *, size_t instead of uint8_t *, uint32_t for blobs 13 years ago
Markus Armbruster 44687f7543 fw_cfg: New fw_cfg_add_string() 13 years ago