aboutsummaryrefslogtreecommitdiff
path: root/hw/mem/pc-dimm.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-21qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster1-3/+2
2020-07-10error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster1-7/+7
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-2/+2
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-1/+1
2020-05-04hw/mem/pc-dimm: Fix line over 80 characters warningWainer dos Santos Moschetta1-1/+2
2020-05-04hw/mem/pc-dimm: Print slot number on error at pc_dimm_pre_plug()Wainer dos Santos Moschetta1-2/+2
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-09-03numa: move numa global variable nb_numa_nodes into MachineStateTao Xu1-0/+2
2019-08-16numa: Move remaining NUMA declarations from sysemu.h to numa.hMarkus Armbruster1-0/+1
2019-08-16numa: Don't include hw/boards.h into sysemu/numa.hMarkus Armbruster1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-07-29pc-dimm: fix crash when invalid slot number is usedIgor Mammedov1-0/+7
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-02-21pc-dimm: use same mechanism for [get|set]_addrWei Yang1-3/+1
2018-10-24memory-device: trace when pre_plugging/plugging/unpluggingDavid Hildenbrand1-8/+0
2018-10-24memory-device: complete factoring out unplug handlingDavid Hildenbrand1-4/+1
2018-10-24memory-device: complete factoring out plug handlingDavid Hildenbrand1-8/+1
2018-10-24memory-device: complete factoring out pre_plug handlingDavid Hildenbrand1-12/+3
2018-10-24memory-device: add device class function set_addr()David Hildenbrand1-0/+7
2018-10-24memory-device: drop get_region_size()David Hildenbrand1-17/+1
2018-10-24memory-device: factor out get_memory_region() from pc-dimmDavid Hildenbrand1-9/+18
2018-10-24memory-device: add and use memory_device_get_region_size()David Hildenbrand1-6/+4
2018-10-24memory-device: forward errors in get_region_size()/get_plugged_size()David Hildenbrand1-2/+3
2018-10-24pc-dimm: pass PCDIMMDevice to pc_dimm_.*plugDavid Hildenbrand1-13/+11
2018-08-23pc-dimm: assign and verify the "addr" property during pre_plugDavid Hildenbrand1-24/+26
2018-08-23pc-dimm: assign and verify the "slot" property during pre_plugDavid Hildenbrand1-17/+18
2018-06-28pc-dimm: get_memory_region() will not fail after realizeDavid Hildenbrand1-6/+1
2018-06-28pc-dimm: merge get_(vmstate_)memory_region()David Hildenbrand1-8/+5
2018-06-28hostmem: drop error variable from host_memory_backend_get_memory()David Hildenbrand1-2/+2
2018-06-28pc-dimm: remove pc_dimm_get_free_slot() from headerDavid Hildenbrand1-1/+3
2018-06-28pc-dimm: rename pc_dimm_memory_* to pc_dimm_*David Hildenbrand1-3/+3
2018-06-28pc-dimm: remove leftover "struct pc_dimms_capacity"David Hildenbrand1-5/+0
2018-05-11pc-dimm: fix error messages if no slots were definedDavid Hildenbrand1-1/+8
2018-05-07pc-dimm: move actual plug/unplug of a memory region to MemoryDeviceDavid Hildenbrand1-3/+2
2018-05-07pc-dimm: factor out capacity and slot checks into MemoryDeviceDavid Hildenbrand1-60/+0
2018-05-07pc-dimm: factor out address search into MemoryDevice codeDavid Hildenbrand1-107/+2
2018-05-07pc-dimm: pass in the machine and to the MemoryHotplugStateDavid Hildenbrand1-4/+4
2018-05-07pc-dimm: no need to pass the memory regionDavid Hildenbrand1-3/+9
2018-05-07pc-dimm: factor out MemoryDevice interfaceDavid Hildenbrand1-56/+64
2018-03-20qmp: distinguish PC-DIMM and NVDIMM in MemoryDeviceInfoListHaozhong Zhang1-1/+9
2018-03-20pc-dimm: make qmp_pc_dimm_device_list() sort devices by addressHaozhong Zhang1-39/+44
2017-12-15spapr: replace numa_get_node() with lookup in pc-dimm listIgor Mammedov1-2/+0
2017-09-14qmp: introduce query-memory-size-summary commandVadim Galitsyn1-0/+5
2017-08-22hw/ppc/spapr: Fix segfault when instantiating a 'pc-dimm' without 'memdev'Thomas Huth1-3/+11
2017-07-14dimm: Convert to DEFINE_PROP_LINKFam Zheng1-23/+7
2017-07-14qom: enforce readonly nature of link's check callbackIgor Mammedov1-1/+1
2017-06-20pc-dimm: make "size" property uint64Marc-André Lureau1-9/+9
2017-06-20pc-dimm: use get_uint() for dimm propertiesMarc-André Lureau1-2/+3