summaryrefslogtreecommitdiffstats
path: root/hw/nvram
Commit message (Expand)AuthorAgeFilesLines
* fw_cfg: move FW_CFG_NB_CPUS out of fw_cfg_init1()Igor Mammedov2016-11-161-1/+0Star
* Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell2016-10-311-1/+0Star
|\
| * clean-up: removed duplicate #includesAnand J2016-10-281-1/+0Star
* | spapr_nvram: Pre-initialize the NVRAM to support the -prom-env parameterThomas Huth2016-10-281-0/+6
* | nvram: Move the remaining CHRP NVRAM related code to chrp_nvram.[ch]Thomas Huth2016-10-282-15/+23
* | nvram: Introduce helper functions for CHRP "system" and "free space" partitionsThomas Huth2016-10-283-32/+85
|/
* vl: Switch qemu_uuid to QemuUUIDFam Zheng2016-09-231-1/+1
* fw_cfg: remove useless castsLaurent Vivier2016-09-151-2/+2
* trace-events: fix first line comment in trace-eventsLaurent Vivier2016-08-121-1/+1
* error: Strip trailing '\n' from error string arguments (again)Markus Armbruster2016-08-081-1/+1
* fw_cfg: Make base type "fw_cfg" abstractMarkus Armbruster2016-08-031-0/+1
* spapr: fix spapr-nvram migrationlvivier@redhat.com2016-07-251-8/+15
* Add optionrom compatible with fw_cfg DMA versionMarc MarĂ­2016-07-141-1/+1
* trace: split out trace events for hw/nvram/ directoryDaniel P. Berrange2016-06-201-0/+10
* fw_cfg: follow CODING_STYLECao jin2016-06-071-6/+11
* vl: Replace DT_NOGRAPHIC with machine optionEduardo Habkost2016-05-201-2/+4
* block: Allow BDRV_REQ_FUA through blk_pwrite()Eric Blake2016-05-121-2/+2
* Sort the fw_cfg file listGerd Hoffmann2016-04-071-8/+123
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-222-0/+2
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* fw_cfg: expose control register size in fw_cfg.hGabriel L. Somlo2016-03-081-1/+3
* fw_cfg: unbreak migration compatibility for 2.4 and earlier machinesLaszlo Ersek2016-02-261-8/+12
* hw: fix some debug message format stringsAlyssa Milburn2016-02-161-2/+4
* hw: Clean up includesPeter Maydell2016-01-294-0/+4
* ppc: Clean up includesPeter Maydell2016-01-291-0/+1
* fw_cfg: replace ioport data read with generic methodGabriel L. Somlo2015-12-151-24/+1Star
* fw_cfg: add generic non-DMA read methodGabriel L. Somlo2015-12-151-14/+31
* fw_cfg: avoid calculating invalid current entry pointerGabriel L. Somlo2015-12-151-2/+4
* fw_cfg: remove offset argument from callback prototypeGabriel L. Somlo2015-12-151-1/+1
* fw_cfg: amend callback behavior spec to once per selectGabriel L. Somlo2015-12-151-9/+10
* macio-nvram: add to misc categoryLaurent Vivier2015-10-231-0/+1
* fw_cfg: Define a static signature to be returned on DMA port readsKevin O'Connor2015-10-191-2/+12
* Implement fw_cfg DMA interfaceMarc MarĂ­2015-10-191-11/+229
* maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange2015-09-111-3/+1Star
* spapr: Merge sPAPREnvironment into sPAPRMachineStateDavid Gibson2015-07-071-2/+2
* fw_cfg: prohibit insertion of duplicate fw_cfg file namesGabriel L. Somlo2015-06-101-5/+6
* fw_cfg: prevent selector key conflictGabriel L. Somlo2015-06-101-0/+1
* fw_cfg: remove support for guest-side data writesGabriel L. Somlo2015-06-101-32/+1Star
* fw_cfg: add fw_cfg_modify_i16 (update) methodGabriel L. Somlo2015-06-101-0/+10
* fw_cfg: factor out initialization of FW_CFG_ID (rev. number)Gabriel L. Somlo2015-03-251-0/+1
* Fix remaining warnings from Sparse (void return)Stefan Weil2015-03-191-1/+1
* spapr_vio: Convert to realize()Markus Armbruster2015-03-091-8/+7Star
* fw_cfg: fix endianness in fw_cfg_data_mem_read() / _write()Laszlo Ersek2015-01-161-34/+7Star
* fw_cfg_mem: expose the "data_width" property with fw_cfg_init_mem_wide()Laszlo Ersek2014-12-231-3/+9
* fw_cfg_mem: introduce the "data_width" propertyLaszlo Ersek2014-12-231-5/+74
* fw_cfg_mem: flip ctl_mem_ops and data_mem_ops to DEVICE_BIG_ENDIANLaszlo Ersek2014-12-231-2/+2
* fw_cfg_mem: max access size and region size are the same for data registerLaszlo Ersek2014-12-231-2/+2
* fw_cfg: move boards to fw_cfg_init_io() / fw_cfg_init_mem()Laszlo Ersek2014-12-231-14/+0Star
* fw_cfg: hard separation between the MMIO and I/O port mappingsLaszlo Ersek2014-12-231-55/+122