summaryrefslogtreecommitdiff
path: root/include/hw/mem
AgeCommit message (Expand)Author
2019-08-16Include sysemu/hostmem.h lessMarkus Armbruster
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include generated QAPI headers lessMarkus Armbruster
2019-03-11nvdimm: Rename AcpiNVDIMMState into NVDIMMStateEric Auger
2018-12-11qom: make interface types abstractMarc-André Lureau
2018-10-24memory-device: complete factoring out unplug handlingDavid Hildenbrand
2018-10-24memory-device: complete factoring out plug handlingDavid Hildenbrand
2018-10-24memory-device: complete factoring out pre_plug handlingDavid Hildenbrand
2018-10-24memory-device: add device class function set_addr()David Hildenbrand
2018-10-24memory-device: drop get_region_size()David Hildenbrand
2018-10-24memory-device: factor out get_memory_region() from pc-dimmDavid Hildenbrand
2018-10-24memory-device: add and use memory_device_get_region_size()David Hildenbrand
2018-10-24memory-device: document MemoryDeviceClassDavid Hildenbrand
2018-10-24memory-device: forward errors in get_region_size()/get_plugged_size()David Hildenbrand
2018-10-24pc-dimm: pass PCDIMMDevice to pc_dimm_.*plugDavid Hildenbrand
2018-08-23pc-dimm: assign and verify the "addr" property during pre_plugDavid Hildenbrand
2018-08-23pc-dimm: assign and verify the "slot" property during pre_plugDavid Hildenbrand
2018-06-28pc-dimm: get_memory_region() will not fail after realizeDavid Hildenbrand
2018-06-28nvdimm: convert nvdimm_mr into a pointerDavid Hildenbrand
2018-06-28pc-dimm: merge get_(vmstate_)memory_region()David Hildenbrand
2018-06-28pc-dimm: remove pc_dimm_get_free_slot() from headerDavid Hildenbrand
2018-06-28pc-dimm: rename pc_dimm_memory_* to pc_dimm_*David Hildenbrand
2018-06-11nvdimm: make persistence option symbolicRoss Zwisler
2018-06-01nvdimm, acpi: support NFIT platform capabilitiesRoss Zwisler
2018-05-23nvdimm: fix typo in label-size definitionRoss Zwisler
2018-05-07pc-dimm: move actual plug/unplug of a memory region to MemoryDeviceDavid Hildenbrand
2018-05-07pc-dimm: factor out capacity and slot checks into MemoryDeviceDavid Hildenbrand
2018-05-07pc-dimm: factor out address search into MemoryDevice codeDavid Hildenbrand
2018-05-07pc-dimm: pass in the machine and to the MemoryHotplugStateDavid Hildenbrand
2018-05-07pc-dimm: no need to pass the memory regionDavid Hildenbrand
2018-05-07machine: make MemoryHotplugState accessible via the machineDavid Hildenbrand
2018-05-07pc-dimm: factor out MemoryDevice interfaceDavid Hildenbrand
2018-03-20pc-dimm: make qmp_pc_dimm_device_list() sort devices by addressHaozhong Zhang
2018-01-19nvdimm: add 'unarmed' optionHaozhong Zhang
2018-01-19nvdimm: add a macro for property "label-size"Haozhong Zhang
2017-09-14qmp: introduce query-memory-size-summary commandVadim Galitsyn
2017-08-22hw/ppc/spapr: Fix segfault when instantiating a 'pc-dimm' without 'memdev'Thomas Huth
2016-11-15nvdimm acpi: rename nvdimm_acpi_hotplugXiao Guangrong
2016-11-15pc: memhp: move nvdimm hotplug out of memory hotplugXiao Guangrong
2016-11-15nvdimm acpi: drop the lock of fit bufferXiao Guangrong
2016-11-01nvdimm acpi: introduce fit bufferXiao Guangrong
2016-11-01nvdimm acpi: prebuild nvdimm devices for available slotsXiao Guangrong
2016-06-24nvdimm: support nvdimm labelXiao Guangrong
2016-06-24pc-dimm: introduce get_vmstate_memory_region callbackXiao Guangrong
2016-06-07pc-dimm: introduce realize callbackXiao Guangrong
2016-06-07pc-dimm: get memory region from ->get_memory_region()Xiao Guangrong
2016-06-07acpi: simplify bios_linker API by removing redundant 'table' argumentIgor Mammedov
2016-06-07acpi: convert linker from GArray to BIOSLinker structureIgor Mammedov
2016-05-20pc-dimm: correct comment of MemoryHotplugStateCao jin