aboutsummaryrefslogtreecommitdiffstats
path: root/hw/nvram (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/nvram: Add BCM2835 OTP deviceRayhan Faizel2024-07-012-0/+188
* hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell2024-04-253-3/+3
* hw/nvram/mac_nvram: Report failure to write dataPeter Maydell2024-03-251-1/+5
* hw/sysbus: Inline and remove sysbus_add_io()Philippe Mathieu-Daudé2024-02-221-2/+4
* acpi: Clean up includesPeter Maydell2024-01-301-0/+1
* hw/arm/virt-acpi-build.c: Migrate fw_cfg creation to common locationSunil V L2024-01-102-0/+24
* hw/nvram: Simplify memory_region_init_rom_device() callsPhilippe Mathieu-Daudé2024-01-051-5/+2
* hw/nvram: Constify VMStateRichard Henderson2023-12-3010-13/+13
* hw/nvram/xlnx-efuse-ctrl: Free XlnxVersalEFuseCtrl[] "pg0-lock" arrayPhilippe Mathieu-Daudé2023-11-271-0/+8
* hw/nvram/xlnx-efuse: Free XlnxEFuse::ro_bits[] array on finalize()Philippe Mathieu-Daudé2023-11-271-0/+8
* migration: Use vmstate_register_any() for eeprom93xxJuan Quintela2023-11-011-1/+1
* xlnx-versal-efuse: hw/nvram: Remove deprecated device resetTong Ho2023-10-191-3/+5
* xlnx-zynqmp-efuse: hw/nvram: Remove deprecated device resetTong Ho2023-10-191-3/+5
* xlnx-bbram: hw/nvram: Remove deprecated device resetTong Ho2023-10-191-3/+5
* crypto: only include tls-cipher-suites in emulatorsPaolo Bonzini2023-10-031-5/+1
* hw/other: spelling fixesMichael Tokarev2023-09-212-2/+2
* hw/nvram: Avoid unnecessary Xilinx eFuse backstore writeTong Ho2023-07-171-2/+9
* meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé2023-06-201-13/+13
* Merge tag 'pull-aspeed-20230302' of https://github.com/legoater/qemu into stagingPeter Maydell2023-03-031-3/+27
|\
| * hw/at24c : modify at24c to support 1 byte address modeSittisak Sinprem2023-03-021-3/+27
* | Revert "x86: return modified setup_data only if read as memory, not as file"Michael S. Tsirkin2023-03-021-6/+6
* | Revert "x86: don't let decompressed kernel image clobber setup_data"Michael S. Tsirkin2023-03-021-9/+0
|/
* Merge tag 'pull-aspeed-20230207' of https://github.com/legoater/qemu into stagingPeter Maydell2023-02-071-11/+47
|\
| * hw/nvram/eeprom_at24c: Make reset behavior more like hardwarePeter Delevoryas2023-02-071-12/+10
| * hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helperPeter Delevoryas2023-02-071-5/+31
| * hw/arm: Extract at24c_eeprom_init helper from Aspeed and Nuvoton boardsPeter Delevoryas2023-02-071-0/+12
* | mac_nvram: Add block backend to persist NVRAM contentsBALATON Zoltan2023-02-061-0/+28
|/
* x86: don't let decompressed kernel image clobber setup_dataJason A. Donenfeld2023-01-281-0/+9
* qapi machine: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-141-1/+1
* 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/+7
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* 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_op_invalidate_cacheEmanuele 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