summaryrefslogtreecommitdiffstats
path: root/hw/nvram
Commit message (Expand)AuthorAgeFilesLines
* Convert error_report() to warn_report()Alistair Francis2017-07-131-1/+1
* fw_cfg: move setting of FW_CFG_VERSION_DMA bit to fw_cfg_init1()Mark Cave-Ayland2017-07-031-9/+7Star
* fw_cfg: don't map the fw_cfg IO ports in fw_cfg_io_realize()Mark Cave-Ayland2017-07-031-8/+8
* vmstate: error hint for failed equal checksHalil Pasic2017-06-281-1/+1
* spapr_nvram: Check return value from blk_getlength()Peter Maydell2017-06-061-1/+9
* hw/block: Request permissionsKevin Wolf2017-02-281-0/+8
* migration: consolidate VMStateField.startHalil Pasic2017-02-132-2/+2
* migration: extend VMStateInfoJianjun Duan2017-01-242-4/+12
* fw-cfg: bump "x-file-slots" to 0x20 for 2.9+ machine typesLaszlo Ersek2017-01-181-2/+4
* fw-cfg: turn FW_CFG_FILE_SLOTS into a device propertyLaszlo Ersek2017-01-181-8/+63
* fw-cfg: support writeable blobsMichael S. Tsirkin2017-01-181-8/+29
* 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