summaryrefslogtreecommitdiffstats
path: root/hw/nvram
Commit message (Expand)AuthorAgeFilesLines
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-061-3/+3
* xlnx-bbram: hw/nvram: Fix uninitialized Error *Tong Ho2022-04-051-1/+1
* hw/nvram: at24 return 0xff if 1 byte addressPatrick Venture2022-03-141-1/+6
* block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...Emanuele Giuseppe Esposito2022-03-041-1/+1
* hw/nvram: use at24 macroPatrick Venture2022-02-211-1/+1
* hw/nvram: Restrict fw_cfg QOM interface to sysemu and toolsPhilippe Mathieu-Daudé2022-01-181-2/+4
* dma: Let st*_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-311-2/+2
* dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-3/+6
* dma: Let dma_memory_set() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-1/+2
* hw/nvram: Fix Memory Leak in Xilinx ZynqMP eFuse deviceTong Ho2021-10-231-6/+12
* hw/nvram: Fix Memory Leak in Xilinx Versal eFuse deviceTong Ho2021-10-231-5/+15
* hw/nvram: Fix Memory Leak in Xilinx eFuse QOMTong Ho2021-10-231-3/+6
* hw/nvram: Introduce Xilinx battery-backed ramTong Ho2021-09-303-0/+550
* hw/nvram: Introduce Xilinx ZynqMP eFuse deviceTong Ho2021-09-303-0/+861
* hw/nvram: Introduce Xilinx Versal eFuse deviceTong Ho2021-09-304-0/+904
* hw/nvram: Introduce Xilinx eFuse QOMTong Ho2021-09-304-0/+408
* fw_cfg: add etc/msr_feature_controlPaolo Bonzini2021-09-131-0/+1
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth2021-05-021-1/+0Star
* sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2021-03-091-1/+1
* nvram: add nrf51_soc flash read methodPrasad J Pandit2021-02-081-0/+10
* hw/*: Use type casting for SysBusDevice in NPCM7XXHao Wu2021-01-121-1/+1
* Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell2021-01-012-0/+2
|\
| * qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-182-0/+2
* | migration: Replace migration's JSON writer by the general oneMarkus Armbruster2020-12-192-2/+2
|/
* vl: extract softmmu/datadir.cPaolo Bonzini2020-12-101-0/+1
* fw_cfg: Refactor extra pci roots additionJiahui Cen2020-12-081-0/+23
* hw/nvram: Always register FW_CFG_DATA_GENERATOR_INTERFACEPhilippe Mathieu-Daudé2020-10-123-7/+26
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-182-6/+2Star
* hw/nvram/fw_cfg: fix FWCfgDataGeneratorClass::get_data() consumptionLaszlo Ersek2020-09-181-1/+1
* hw/nvram: NPCM7xx OTP device modelHavard Skinnemoen2020-09-142-0/+441
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-093-4/+6
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-093-6/+12
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200818' into...Peter Maydell2020-08-243-5/+24
|\
| * nvram: Exit QEMU if NVRAM cannot contain all -prom-env dataGreg Kurz2020-08-143-5/+24
* | meson: convert hw/nvramMarc-André Lureau2020-08-212-8/+9
* | trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
|/
* hw/nvram/fw_cfg: Let fw_cfg_add_from_generator() return boolean valuePhilippe Mathieu-Daudé2020-07-211-4/+6
* hw/nvram/fw_cfg: Simplify fw_cfg_add_from_generator() error propagationPhilippe Mathieu-Daudé2020-07-211-2/+1Star
* fw_cfg: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy2020-07-101-12/+9Star
* hw/nvram/fw_cfg: Add the FW_CFG_DATA_GENERATOR interfacePhilippe Mathieu-Daudé2020-07-031-0/+35
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-2/+2
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-4/+4
* hw/nvram/mac_nvram: Convert debug printf()s to trace eventsPhilippe Mathieu-Daudé2020-05-272-14/+7Star
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-1/+1
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-2/+2
* fw_cfg: Migrate ACPI table mr sizes separatelyShameer Kolothum2020-04-131-1/+90