aboutsummaryrefslogtreecommitdiff
path: root/include/hw/mem
AgeCommit message (Expand)AuthorFilesLines
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 Bhat2-0/+3
2021-05-14pc-dimm: remove unnecessary get_vmstate_memory_region() methodMaciej S. Szmigiero1-5/+0
2021-03-16memory: add a sparse memory device for fuzzingAlexander Bulekov1-0/+19
2021-02-05acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca1-1/+2
2020-11-03memory-device: Add get_min_alignment() callbackDavid Hildenbrand1-0/+10
2020-10-28pc-dimm: Drop @errp argument of pc_dimm_plug()Greg Kurz1-1/+1
2020-09-29qapi: Restrict device memory commands to machine codePhilippe Mathieu-Daudé1-1/+1
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost1-4/+1
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost1-1/+1
2020-09-14hw/mem: Stubbed out NPCM7xx Memory Controller modelHavard Skinnemoen1-0/+36
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost1-4/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost3-14/+6
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost3-8/+13
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-08-16Include sysemu/hostmem.h lessMarkus Armbruster1-1/+0
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster1-1/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster2-2/+2
2019-08-16Include generated QAPI headers lessMarkus Armbruster1-0/+1
2019-03-11nvdimm: Rename AcpiNVDIMMState into NVDIMMStateEric Auger1-5/+5
2018-12-11qom: make interface types abstractMarc-André Lureau1-3/+1
2018-10-24memory-device: complete factoring out unplug handlingDavid Hildenbrand1-1/+1
2018-10-24memory-device: complete factoring out plug handlingDavid Hildenbrand1-2/+1
2018-10-24memory-device: complete factoring out pre_plug handlingDavid Hildenbrand1-3/+2
2018-10-24memory-device: add device class function set_addr()David Hildenbrand1-0/+8
2018-10-24memory-device: drop get_region_size()David Hildenbrand1-1/+0
2018-10-24memory-device: factor out get_memory_region() from pc-dimmDavid Hildenbrand2-4/+15
2018-10-24memory-device: add and use memory_device_get_region_size()David Hildenbrand1-0/+2
2018-10-24memory-device: document MemoryDeviceClassDavid Hildenbrand1-0/+36
2018-10-24memory-device: forward errors in get_region_size()/get_plugged_size()David Hildenbrand1-2/+2
2018-10-24pc-dimm: pass PCDIMMDevice to pc_dimm_.*plugDavid Hildenbrand1-3/+3
2018-08-23pc-dimm: assign and verify the "addr" property during pre_plugDavid Hildenbrand1-3/+3
2018-08-23pc-dimm: assign and verify the "slot" property during pre_plugDavid Hildenbrand1-0/+1
2018-06-28pc-dimm: get_memory_region() will not fail after realizeDavid Hildenbrand1-2/+4
2018-06-28nvdimm: convert nvdimm_mr into a pointerDavid Hildenbrand1-1/+1
2018-06-28pc-dimm: merge get_(vmstate_)memory_region()David Hildenbrand1-1/+2
2018-06-28pc-dimm: remove pc_dimm_get_free_slot() from headerDavid Hildenbrand1-2/+0
2018-06-28pc-dimm: rename pc_dimm_memory_* to pc_dimm_*David Hildenbrand1-3/+3
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-05-07pc-dimm: move actual plug/unplug of a memory region to MemoryDeviceDavid Hildenbrand1-0/+3
2018-05-07pc-dimm: factor out capacity and slot checks into MemoryDeviceDavid Hildenbrand1-1/+0
2018-05-07pc-dimm: factor out address search into MemoryDevice codeDavid Hildenbrand2-5/+3
2018-05-07pc-dimm: pass in the machine and to the MemoryHotplugStateDavid Hildenbrand1-2/+2
2018-05-07pc-dimm: no need to pass the memory regionDavid Hildenbrand1-3/+2
2018-05-07machine: make MemoryHotplugState accessible via the machineDavid Hildenbrand1-11/+1
2018-05-07pc-dimm: factor out MemoryDevice interfaceDavid Hildenbrand2-2/+45