aboutsummaryrefslogtreecommitdiff
path: root/include/hw/mem/nvdimm.h
AgeCommit message (Expand)AuthorFilesLines
2023-09-19nvdimm: Reject writing label data to ROM instead of crashing QEMUDavid Hildenbrand1-0/+6
2022-07-26acpi/nvdimm: Define trace events for NVDIMM and substitute nvdimm_debug()Robert Hoo1-8/+0
2022-02-18nvdimm: Add realize, unrealize callbacks to NVDIMMDevice classShivaprasad G Bhat1-0/+2
2021-02-05acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca1-1/+2
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost1-4/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-4/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+3
2020-06-09hw/acpi/nvdimm: add a helper to augment SRAT generationVishal Verma1-0/+1
2020-05-04nvdimm: Use configurable ACPI IO base and sizeKwangwoo Lee1-0/+3
2020-02-21nvdimm: add uuid property to nvdimmShivaprasad G Bhat1-0/+7
2019-03-11nvdimm: Rename AcpiNVDIMMState into NVDIMMStateEric Auger1-5/+5
2018-06-28nvdimm: convert nvdimm_mr into a pointerDavid Hildenbrand1-1/+1
2018-06-11nvdimm: make persistence option symbolicRoss Zwisler1-1/+2
2018-06-01nvdimm, acpi: support NFIT platform capabilitiesRoss Zwisler1-0/+5
2018-05-23nvdimm: fix typo in label-size definitionRoss Zwisler1-1/+1
2018-01-19nvdimm: add 'unarmed' optionHaozhong Zhang1-0/+9
2018-01-19nvdimm: add a macro for property "label-size"Haozhong Zhang1-0/+3
2016-11-15nvdimm acpi: rename nvdimm_acpi_hotplugXiao Guangrong1-1/+1
2016-11-15pc: memhp: move nvdimm hotplug out of memory hotplugXiao Guangrong1-0/+1
2016-11-15nvdimm acpi: drop the lock of fit bufferXiao Guangrong1-12/+5
2016-11-01nvdimm acpi: introduce fit bufferXiao Guangrong1-1/+25
2016-11-01nvdimm acpi: prebuild nvdimm devices for available slotsXiao Guangrong1-1/+2
2016-06-24nvdimm: support nvdimm labelXiao Guangrong1-1/+54
2016-06-07acpi: simplify bios_linker API by removing redundant 'table' argumentIgor Mammedov1-1/+1
2016-06-07acpi: convert linker from GArray to BIOSLinker structureIgor Mammedov1-1/+2
2016-03-11nvdimm acpi: emulate dsm methodXiao Guangrong1-0/+8
2016-03-11nvdimm acpi: initialize the resource used by NVDIMM ACPIXiao Guangrong1-1/+23
2015-12-22nvdimm acpi: build ACPI NFIT tableXiao Guangrong1-0/+3
2015-12-22nvdimm: implement NVDIMM device abstractXiao Guangrong1-0/+29