summaryrefslogtreecommitdiffstats
path: root/include/hw/mem
Commit message (Expand)AuthorAgeFilesLines
* Include sysemu/hostmem.h lessMarkus Armbruster2019-08-161-1/+0Star
* Include hw/boards.h a bit lessMarkus Armbruster2019-08-161-1/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-162-2/+2
* Include generated QAPI headers lessMarkus Armbruster2019-08-161-0/+1
* nvdimm: Rename AcpiNVDIMMState into NVDIMMStateEric Auger2019-03-111-5/+5
* qom: make interface types abstractMarc-André Lureau2018-12-111-3/+1Star
* memory-device: complete factoring out unplug handlingDavid Hildenbrand2018-10-241-1/+1
* memory-device: complete factoring out plug handlingDavid Hildenbrand2018-10-241-2/+1Star
* memory-device: complete factoring out pre_plug handlingDavid Hildenbrand2018-10-241-3/+2Star
* memory-device: add device class function set_addr()David Hildenbrand2018-10-241-0/+8
* memory-device: drop get_region_size()David Hildenbrand2018-10-241-1/+0Star
* memory-device: factor out get_memory_region() from pc-dimmDavid Hildenbrand2018-10-242-4/+15
* memory-device: add and use memory_device_get_region_size()David Hildenbrand2018-10-241-0/+2
* memory-device: document MemoryDeviceClassDavid Hildenbrand2018-10-241-0/+36
* memory-device: forward errors in get_region_size()/get_plugged_size()David Hildenbrand2018-10-241-2/+2
* pc-dimm: pass PCDIMMDevice to pc_dimm_.*plugDavid Hildenbrand2018-10-241-3/+3
* pc-dimm: assign and verify the "addr" property during pre_plugDavid Hildenbrand2018-08-231-3/+3
* pc-dimm: assign and verify the "slot" property during pre_plugDavid Hildenbrand2018-08-231-0/+1
* pc-dimm: get_memory_region() will not fail after realizeDavid Hildenbrand2018-06-281-2/+4
* nvdimm: convert nvdimm_mr into a pointerDavid Hildenbrand2018-06-281-1/+1
* pc-dimm: merge get_(vmstate_)memory_region()David Hildenbrand2018-06-281-1/+2
* pc-dimm: remove pc_dimm_get_free_slot() from headerDavid Hildenbrand2018-06-281-2/+0Star
* pc-dimm: rename pc_dimm_memory_* to pc_dimm_*David Hildenbrand2018-06-281-3/+3
* nvdimm: make persistence option symbolicRoss Zwisler2018-06-111-1/+2
* nvdimm, acpi: support NFIT platform capabilitiesRoss Zwisler2018-06-011-0/+5
* nvdimm: fix typo in label-size definitionRoss Zwisler2018-05-231-1/+1
* pc-dimm: move actual plug/unplug of a memory region to MemoryDeviceDavid Hildenbrand2018-05-071-0/+3
* pc-dimm: factor out capacity and slot checks into MemoryDeviceDavid Hildenbrand2018-05-071-1/+0Star
* pc-dimm: factor out address search into MemoryDevice codeDavid Hildenbrand2018-05-072-5/+3Star
* pc-dimm: pass in the machine and to the MemoryHotplugStateDavid Hildenbrand2018-05-071-2/+2
* pc-dimm: no need to pass the memory regionDavid Hildenbrand2018-05-071-3/+2Star
* machine: make MemoryHotplugState accessible via the machineDavid Hildenbrand2018-05-071-11/+1Star
* pc-dimm: factor out MemoryDevice interfaceDavid Hildenbrand2018-05-072-2/+45
* pc-dimm: make qmp_pc_dimm_device_list() sort devices by addressHaozhong Zhang2018-03-201-1/+1
* nvdimm: add 'unarmed' optionHaozhong Zhang2018-01-191-0/+9
* nvdimm: add a macro for property "label-size"Haozhong Zhang2018-01-191-0/+3
* qmp: introduce query-memory-size-summary commandVadim Galitsyn2017-09-141-0/+1
* hw/ppc/spapr: Fix segfault when instantiating a 'pc-dimm' without 'memdev'Thomas Huth2017-08-221-1/+1
* nvdimm acpi: rename nvdimm_acpi_hotplugXiao Guangrong2016-11-151-1/+1
* pc: memhp: move nvdimm hotplug out of memory hotplugXiao Guangrong2016-11-151-0/+1
* nvdimm acpi: drop the lock of fit bufferXiao Guangrong2016-11-151-12/+5Star
* nvdimm acpi: introduce fit bufferXiao Guangrong2016-11-011-1/+25
* nvdimm acpi: prebuild nvdimm devices for available slotsXiao Guangrong2016-11-011-1/+2
* nvdimm: support nvdimm labelXiao Guangrong2016-06-241-1/+54
* pc-dimm: introduce get_vmstate_memory_region callbackXiao Guangrong2016-06-241-1/+4
* pc-dimm: introduce realize callbackXiao Guangrong2016-06-071-0/+3
* pc-dimm: get memory region from ->get_memory_region()Xiao Guangrong2016-06-071-1/+2
* acpi: simplify bios_linker API by removing redundant 'table' argumentIgor Mammedov2016-06-071-1/+1
* acpi: convert linker from GArray to BIOSLinker structureIgor Mammedov2016-06-071-1/+2
* pc-dimm: correct comment of MemoryHotplugStateCao jin2016-05-201-3/+1Star