summaryrefslogtreecommitdiffstats
path: root/hw/nvram
Commit message (Expand)AuthorAgeFilesLines
* hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.hBALATON Zoltan2022-10-311-1/+1
* Drop useless casts from g_malloc() & friends to pointerMarkus Armbruster2022-10-221-1/+1
* hw/arm, loongarch: Move load_image_to_fw_cfg() to common locationSunil V L2022-10-141-0/+32
* x86: return modified setup_data only if read as memory, not as fileJason A. Donenfeld2022-09-271-6/+6
* block: Change blk_{pread,pwrite}() param orderAlberto Faria2022-07-124-9/+9
* block: Add a 'flags' param to blk_pread()Alberto Faria2022-07-124-4/+4
* block: Make blk_{pread,pwrite}() return 0 on successAlberto Faria2022-07-122-11/+11
* hw/i2c: add asynchronous sendKlaus Jensen2022-06-301-0/+2
* machine: use QAPI struct for boot configurationPaolo Bonzini2022-05-121-20/+7Star
* 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