summaryrefslogtreecommitdiffstats
path: root/hw/acpi/nvdimm.c
Commit message (Expand)AuthorAgeFilesLines
* acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca2021-02-051-7/+11
* nvdimm: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* hw/acpi : Don't use '#' flag of printf formatXinhao Zhang2020-11-031-10/+10
* hw/acpi/nvdimm: add a helper to augment SRAT generationVishal Verma2020-06-091-0/+23
* acpi: nvdimm: change NVDIMM_UUID_LE to a common macroDongjiu Geng2020-05-141-7/+3Star
* nvdimm: Use configurable ACPI IO base and sizeKwangwoo Lee2020-05-041-10/+22
* hw/acpi/nvdimm: Fix for NVDIMM incorrect DSM output buffer lengthShameer Kolothum2020-05-041-3/+37
* misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé2020-03-161-3/+3
* mem: move nvdimm_device_list to utilitiesShivaprasad G Bhat2020-02-201-27/+1Star
* nvdimm: use NVDIMM_ACPI_IO_LEN for the proper IO sizeWei Yang2019-03-131-1/+1
* nvdimm: use *function* directly instead of allocating it againWei Yang2019-03-131-1/+1
* nvdimm: fix typo in nvdimm_build_nvdimm_devices argumentWei Yang2019-03-131-2/+2
* nvdimm: Rename AcpiNVDIMMState into NVDIMMStateEric Auger2019-03-111-9/+9
* hw/acpi/nvdimm: Don't take address of fields in packed structsPeter Maydell2018-11-121-8/+8
* nvdimm: make persistence option symbolicRoss Zwisler2018-06-111-2/+2
* nvdimm, acpi: support NFIT platform capabilitiesRoss Zwisler2018-06-011-4/+41
* nvdimm: add 'unarmed' optionHaozhong Zhang2018-01-191-0/+7
* pc-dimm: make "size" property uint64Marc-André Lureau2017-06-201-4/+4
* pc-dimm: use get_uint() for dimm propertiesMarc-André Lureau2017-06-201-5/+5
* nvdimm acpi: fix region format interface codeHaozhong Zhang2017-06-081-3/+4
* nvdimm acpi: introduce NVDIMM_DSM_MEMORY_SIZEXiao Guangrong2016-11-151-13/+17
* nvdimm acpi: use aml_name_decl to define named objectXiao Guangrong2016-11-151-4/+2Star
* nvdimm acpi: rename nvdimm_dsm_reserved_rootXiao Guangrong2016-11-151-3/+4
* nvdimm acpi: fix two commentsXiao Guangrong2016-11-151-2/+2
* nvdimm acpi: define DSM return codesXiao Guangrong2016-11-151-19/+27
* nvdimm acpi: rename nvdimm_acpi_hotplugXiao Guangrong2016-11-151-1/+1
* nvdimm acpi: cleanup nvdimm_build_fitXiao Guangrong2016-11-151-3/+1Star
* nvdimm acpi: rename nvdimm_plugged_device_listXiao Guangrong2016-11-151-9/+8Star
* nvdimm acpi: clean up nvdimm_build_acpiXiao Guangrong2016-11-151-14/+16
* pc: memhp: move nvdimm hotplug out of memory hotplugXiao Guangrong2016-11-151-0/+7
* nvdimm acpi: drop the lock of fit bufferXiao Guangrong2016-11-151-10/+1Star
* qdev: hotplug: drop HotplugHandler.post_plug callbackXiao Guangrong2016-11-151-5/+1Star
* acpi: fix assert failure caused by commit 35c5a52dHaozhong Zhang2016-11-011-2/+2
* nvdimm acpi: introduce _FITXiao Guangrong2016-11-011-2/+202
* nvdimm acpi: introduce fit bufferXiao Guangrong2016-11-011-17/+42
* nvdimm acpi: prebuild nvdimm devices for available slotsXiao Guangrong2016-11-011-17/+24
* nvdimm acpi: use common macros instead of magic namesXiao Guangrong2016-11-011-34/+49
* acpi nvdimm: rename result_size to dsm_out_buf_sizXiao Guangrong2016-11-011-7/+8
* acpi nvdimm: fix Arg6 usageXiao Guangrong2016-11-011-3/+4
* acpi nvdimm: fix ARG3 conflictXiao Guangrong2016-11-011-3/+4
* acpi nvdimm: fix device physical address baseXiao Guangrong2016-11-011-3/+2Star
* acpi nvdimm: fix OperationRegion definitionXiao Guangrong2016-11-011-60/+62
* acpi nvdimm: fix wrong buffer size returned by DSM methodXiao Guangrong2016-11-011-1/+2
* nvdimm acpi: support Set Namespace Label Data functionXiao Guangrong2016-06-241-1/+43
* nvdimm acpi: support Get Namespace Label Data functionXiao Guangrong2016-06-241-1/+82
* nvdimm acpi: support Get Namespace Label Size functionXiao Guangrong2016-06-241-3/+127
* nvdimm acpi: check revisionXiao Guangrong2016-06-241-0/+7
* nvdimm acpi: abstract the operations for root & nvdimm devicesXiao Guangrong2016-06-241-18/+56
* nvdimm acpi: check UUIDXiao Guangrong2016-06-241-6/+26
* nvdimm acpi: save arg3 of _DSM methodXiao Guangrong2016-06-241-0/+20