aboutsummaryrefslogtreecommitdiff
path: root/hw/nvram
AgeCommit message (Expand)AuthorFilesLines
2025-05-30hw/nvram/fw_cfg: Remove legacy FW_CFG_ORDER_OVERRIDEPhilippe Mathieu-Daudé1-102/+8
2025-04-25qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé13-17/+17
2025-04-24Merge tag 'pull-misc-2025-04-24' of https://repo.or.cz/qemu/armbru into stagingStefan Hajnoczi1-1/+0
2025-04-24cleanup: Drop pointless return at end of functionMarkus Armbruster1-1/+0
2025-04-23include/system: Move exec/address-spaces.h to system/address-spaces.hRichard Henderson1-1/+1
2025-03-31hw/nvram/xlnx-efuse: Do not expose as user-creatablePhilippe Mathieu-Daudé1-0/+2
2025-03-06qdev: Rename PropertyInfo member @name to @typeMarkus Armbruster2-2/+2
2025-03-05hw/nvram/eeprom_at24c: Reorganise init to avoid overwriting valuesBALATON Zoltan1-4/+2
2025-03-05hw/nvram/eeprom_at24c: Remove memset after g_malloc0BALATON Zoltan1-1/+0
2025-03-05hw/nvram/eeprom_at24c: Remove ERR macro that calls fprintf to stderrBALATON Zoltan1-7/+5
2025-03-05hw/nvram/eeprom_at24c: Use OBJECT_DECLARE_SIMPLE_TYPEBALATON Zoltan1-3/+1
2024-12-31fw_cfg: Don't set callback_opaque NULL in fw_cfg_modify_bytes_read()Shameer Kolothum1-1/+0
2024-12-21Merge tag 'exec-20241220' of https://github.com/philmd/qemu into stagingStefan Hajnoczi7-12/+12
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé7-12/+12
2024-12-19include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson11-16/+0
2024-12-15hw/nvram: Constify all PropertyRichard Henderson11-13/+13
2024-12-14hw/nvram/fw_cfg: Remove fw_cfg_add_extra_pci_roots()Philippe Mathieu-Daudé1-23/+0
2024-12-14hw/nvram/fw_cfg: Skip FW_CFG_DATA_GENERATOR when no data to generatePhilippe Mathieu-Daudé1-1/+2
2024-12-13hw/nvram/fw_cfg: Pass QOM parent to fw_cfg_add_file_from_generator()Philippe Mathieu-Daudé1-5/+6
2024-12-13hw/nvram/fw_cfg: Rename fw_cfg_add_[file]_from_generator()Philippe Mathieu-Daudé1-2/+2
2024-10-03hw: Remove unused fw_cfg_init_ioDr. David Alan Gilbert1-5/+0
2024-09-20license: Update deprecated SPDX tag GPL-2.0+ to GPL-2.0-or-laterPhilippe Mathieu-Daudé1-1/+1
2024-09-20mark <zlib.h> with for-crc32 in a consistent mannerMichael Tokarev1-1/+1
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell4-4/+4
2024-09-05hm/nvram/xlnx-versal-efuse-ctrl: Call register_finalize_blockPeter Maydell1-3/+3
2024-09-05hw/nvram/xlnx-zynqmp-efuse: Call register_finalize_blockPeter Maydell1-3/+10
2024-09-05hw/nvram/xlnx-bbram: Call register_finalize_blockPeter Maydell1-3/+10
2024-07-01hw/nvram: Add BCM2835 OTP deviceRayhan Faizel2-0/+188
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell3-3/+3
2024-03-25hw/nvram/mac_nvram: Report failure to write dataPeter Maydell1-1/+5
2024-02-22hw/sysbus: Inline and remove sysbus_add_io()Philippe Mathieu-Daudé1-2/+4
2024-01-30acpi: Clean up includesPeter Maydell1-0/+1
2024-01-10hw/arm/virt-acpi-build.c: Migrate fw_cfg creation to common locationSunil V L2-0/+24
2024-01-05hw/nvram: Simplify memory_region_init_rom_device() callsPhilippe Mathieu-Daudé1-5/+2
2023-12-30hw/nvram: Constify VMStateRichard Henderson10-13/+13
2023-11-27hw/nvram/xlnx-efuse-ctrl: Free XlnxVersalEFuseCtrl[] "pg0-lock" arrayPhilippe Mathieu-Daudé1-0/+8
2023-11-27hw/nvram/xlnx-efuse: Free XlnxEFuse::ro_bits[] array on finalize()Philippe Mathieu-Daudé1-0/+8
2023-11-01migration: Use vmstate_register_any() for eeprom93xxJuan Quintela1-1/+1
2023-10-19xlnx-versal-efuse: hw/nvram: Remove deprecated device resetTong Ho1-3/+5
2023-10-19xlnx-zynqmp-efuse: hw/nvram: Remove deprecated device resetTong Ho1-3/+5
2023-10-19xlnx-bbram: hw/nvram: Remove deprecated device resetTong Ho1-3/+5
2023-10-03crypto: only include tls-cipher-suites in emulatorsPaolo Bonzini1-5/+1
2023-09-21hw/other: spelling fixesMichael Tokarev2-2/+2
2023-07-17hw/nvram: Avoid unnecessary Xilinx eFuse backstore writeTong Ho1-2/+9
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-13/+13
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