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