aboutsummaryrefslogtreecommitdiff
path: root/hw/nvram
AgeCommit message (Expand)Author
2024-07-01hw/nvram: Add BCM2835 OTP deviceRayhan Faizel
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell
2024-03-25hw/nvram/mac_nvram: Report failure to write dataPeter Maydell
2024-02-22hw/sysbus: Inline and remove sysbus_add_io()Philippe Mathieu-Daudé
2024-01-30acpi: Clean up includesPeter Maydell
2024-01-10hw/arm/virt-acpi-build.c: Migrate fw_cfg creation to common locationSunil V L
2024-01-05hw/nvram: Simplify memory_region_init_rom_device() callsPhilippe Mathieu-Daudé
2023-12-30hw/nvram: Constify VMStateRichard Henderson
2023-11-27hw/nvram/xlnx-efuse-ctrl: Free XlnxVersalEFuseCtrl[] "pg0-lock" arrayPhilippe Mathieu-Daudé
2023-11-27hw/nvram/xlnx-efuse: Free XlnxEFuse::ro_bits[] array on finalize()Philippe Mathieu-Daudé
2023-11-01migration: Use vmstate_register_any() for eeprom93xxJuan Quintela
2023-10-19xlnx-versal-efuse: hw/nvram: Remove deprecated device resetTong Ho
2023-10-19xlnx-zynqmp-efuse: hw/nvram: Remove deprecated device resetTong Ho
2023-10-19xlnx-bbram: hw/nvram: Remove deprecated device resetTong Ho
2023-10-03crypto: only include tls-cipher-suites in emulatorsPaolo Bonzini
2023-09-21hw/other: spelling fixesMichael Tokarev
2023-07-17hw/nvram: Avoid unnecessary Xilinx eFuse backstore writeTong Ho
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
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