summaryrefslogtreecommitdiffstats
path: root/include/hw/mem
Commit message (Expand)AuthorAgeFilesLines
* acpi/nvdimm: Define trace events for NVDIMM and substitute nvdimm_debug()Robert Hoo2022-07-261-8/+0Star
* nvdimm: Add realize, unrealize callbacks to NVDIMMDevice classShivaprasad G Bhat2022-02-182-0/+3
* pc-dimm: remove unnecessary get_vmstate_memory_region() methodMaciej S. Szmigiero2021-05-141-5/+0Star
* memory: add a sparse memory device for fuzzingAlexander Bulekov2021-03-161-0/+19
* acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca2021-02-051-1/+2
* memory-device: Add get_min_alignment() callbackDavid Hildenbrand2020-11-031-0/+10
* pc-dimm: Drop @errp argument of pc_dimm_plug()Greg Kurz2020-10-271-1/+1
* qapi: Restrict device memory commands to machine codePhilippe Mathieu-Daudé2020-09-291-1/+1
* Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2020-09-181-4/+1Star
* qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost2020-09-181-1/+1
* hw/mem: Stubbed out NPCM7xx Memory Controller modelHavard Skinnemoen2020-09-141-0/+36
* Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost2020-09-091-4/+2Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-093-14/+6Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-093-8/+13
* hw/acpi/nvdimm: add a helper to augment SRAT generationVishal Verma2020-06-091-0/+1
* nvdimm: Use configurable ACPI IO base and sizeKwangwoo Lee2020-05-041-0/+3
* nvdimm: add uuid property to nvdimmShivaprasad G Bhat2020-02-201-0/+7
* 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