aboutsummaryrefslogtreecommitdiff
path: root/hw/nvram
AgeCommit message (Expand)AuthorFilesLines
2023-03-03Merge tag 'pull-aspeed-20230302' of https://github.com/legoater/qemu into sta...Peter Maydell1-3/+27
2023-03-02hw/at24c : modify at24c to support 1 byte address modeSittisak Sinprem1-3/+27
2023-03-02Revert "x86: return modified setup_data only if read as memory, not as file"Michael S. Tsirkin1-6/+6
2023-03-02Revert "x86: don't let decompressed kernel image clobber setup_data"Michael S. Tsirkin1-9/+0
2023-02-07Merge tag 'pull-aspeed-20230207' of https://github.com/legoater/qemu into sta...Peter Maydell1-11/+47
2023-02-07hw/nvram/eeprom_at24c: Make reset behavior more like hardwarePeter Delevoryas1-12/+10
2023-02-07hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helperPeter Delevoryas1-5/+31
2023-02-07hw/arm: Extract at24c_eeprom_init helper from Aspeed and Nuvoton boardsPeter Delevoryas1-0/+12
2023-02-06mac_nvram: Add block backend to persist NVRAM contentsBALATON Zoltan1-0/+28
2023-01-28x86: don't let decompressed kernel image clobber setup_dataJason A. Donenfeld1-0/+9
2022-12-14qapi machine: Elide redundant has_FOO in generated CMarkus Armbruster1-1/+1
2022-10-31hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.hBALATON Zoltan1-1/+1
2022-10-22Drop useless casts from g_malloc() & friends to pointerMarkus Armbruster1-1/+1
2022-10-14hw/arm, loongarch: Move load_image_to_fw_cfg() to common locationSunil V L1-0/+32
2022-09-27x86: return modified setup_data only if read as memory, not as fileJason A. Donenfeld1-6/+6
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria4-9/+9
2022-07-12block: Add a 'flags' param to blk_pread()Alberto Faria4-4/+4
2022-07-12block: Make blk_{pread,pwrite}() return 0 on successAlberto Faria2-11/+11
2022-06-30hw/i2c: add asynchronous sendKlaus Jensen1-0/+2
2022-05-12machine: use QAPI struct for boot configurationPaolo Bonzini1-20/+7
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau1-3/+3
2022-04-05xlnx-bbram: hw/nvram: Fix uninitialized Error *Tong Ho1-1/+1
2022-03-14hw/nvram: at24 return 0xff if 1 byte addressPatrick Venture1-1/+6
2022-03-04block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...Emanuele Giuseppe Esposito1-1/+1
2022-02-21hw/nvram: use at24 macroPatrick Venture1-1/+1
2022-01-18hw/nvram: Restrict fw_cfg QOM interface to sysemu and toolsPhilippe Mathieu-Daudé1-2/+4
2021-12-31dma: Let st*_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-2/+2
2021-12-30dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-3/+6
2021-12-30dma: Let dma_memory_set() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-1/+2
2021-10-23hw/nvram: Fix Memory Leak in Xilinx ZynqMP eFuse deviceTong Ho1-6/+12
2021-10-23hw/nvram: Fix Memory Leak in Xilinx Versal eFuse deviceTong Ho1-5/+15
2021-10-23hw/nvram: Fix Memory Leak in Xilinx eFuse QOMTong Ho1-3/+6
2021-09-30hw/nvram: Introduce Xilinx battery-backed ramTong Ho3-0/+550
2021-09-30hw/nvram: Introduce Xilinx ZynqMP eFuse deviceTong Ho3-0/+861
2021-09-30hw/nvram: Introduce Xilinx Versal eFuse deviceTong Ho4-0/+904
2021-09-30hw/nvram: Introduce Xilinx eFuse QOMTong Ho4-0/+408
2021-09-13fw_cfg: add etc/msr_feature_controlPaolo Bonzini1-0/+1
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth1-1/+0
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé1-1/+1
2021-02-08nvram: add nrf51_soc flash read methodPrasad J Pandit1-0/+10
2021-01-12hw/*: Use type casting for SysBusDevice in NPCM7XXHao Wu1-1/+1
2021-01-01Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell2-0/+2
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster2-2/+2
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2-0/+2
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini1-0/+1
2020-12-08fw_cfg: Refactor extra pci roots additionJiahui Cen1-0/+23