aboutsummaryrefslogtreecommitdiff
path: root/hw/nvram/mac_nvram.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-25hw/nvram/mac_nvram: Report failure to write dataPeter Maydell1-1/+5
2023-12-30hw/nvram: Constify VMStateRichard Henderson1-1/+1
2023-02-06mac_nvram: Add block backend to persist NVRAM contentsBALATON Zoltan1-0/+28
2022-10-31hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.hBALATON Zoltan1-1/+1
2020-08-14nvram: Exit QEMU if NVRAM cannot contain all -prom-env dataGreg Kurz1-1/+1
2020-05-27hw/nvram/mac_nvram: Convert debug printf()s to trace eventsPhilippe Mathieu-Daudé1-14/+3
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+2
2017-02-13migration: consolidate VMStateField.startHalil Pasic1-1/+1
2016-10-28nvram: Move the remaining CHRP NVRAM related code to chrp_nvram.[ch]Thomas Huth1-4/+3
2016-10-28nvram: Introduce helper functions for CHRP "system" and "free space" partitionsThomas Huth1-32/+8
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-02-17hw: fix some debug message format stringsAlyssa Milburn1-2/+4
2016-01-29hw: Clean up includesPeter Maydell1-0/+1
2015-10-23macio-nvram: add to misc categoryLaurent Vivier1-0/+1
2014-09-08PPC: mac_nvram: Split NVRAM into OF and OSX partsAlexander Graf1-3/+40
2014-09-08PPC: mac_nvram: Allow 2 and 4 byte accessesAlexander Graf1-0/+4
2014-09-08PPC: mac_nvram: Remove unused functionsAlexander Graf1-23/+0
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela1-2/+1
2013-07-04hw/n*: pass owner to memory_region_init* functionsPaolo Bonzini1-2/+2
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-06-02firmware_abi: move to include/hw/nvram/Michael S. Tsirkin1-1/+1
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+196