summaryrefslogtreecommitdiffstats
path: root/hw/mem/pc-dimm.c
Commit message (Expand)AuthorAgeFilesLines
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* pc-dimm: Drop @errp argument of pc_dimm_plug()Greg Kurz2020-10-271-1/+1
* qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster2020-07-211-3/+2Star
* error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster2020-07-101-7/+7
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-2/+2
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-1/+1
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-1/+1
* hw/mem/pc-dimm: Fix line over 80 characters warningWainer dos Santos Moschetta2020-05-041-1/+2
* hw/mem/pc-dimm: Print slot number on error at pc_dimm_pre_plug()Wainer dos Santos Moschetta2020-05-041-2/+2
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* numa: move numa global variable nb_numa_nodes into MachineStateTao Xu2019-09-031-0/+2
* numa: Move remaining NUMA declarations from sysemu.h to numa.hMarkus Armbruster2019-08-161-0/+1
* numa: Don't include hw/boards.h into sysemu/numa.hMarkus Armbruster2019-08-161-0/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* pc-dimm: fix crash when invalid slot number is usedIgor Mammedov2019-07-291-0/+7
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* pc-dimm: use same mechanism for [get|set]_addrWei Yang2019-02-211-3/+1Star
* memory-device: trace when pre_plugging/plugging/unpluggingDavid Hildenbrand2018-10-241-8/+0Star
* memory-device: complete factoring out unplug handlingDavid Hildenbrand2018-10-241-4/+1Star
* memory-device: complete factoring out plug handlingDavid Hildenbrand2018-10-241-8/+1Star
* memory-device: complete factoring out pre_plug handlingDavid Hildenbrand2018-10-241-12/+3Star
* memory-device: add device class function set_addr()David Hildenbrand2018-10-241-0/+7
* memory-device: drop get_region_size()David Hildenbrand2018-10-241-17/+1Star
* memory-device: factor out get_memory_region() from pc-dimmDavid Hildenbrand2018-10-241-9/+18
* memory-device: add and use memory_device_get_region_size()David Hildenbrand2018-10-241-6/+4Star
* memory-device: forward errors in get_region_size()/get_plugged_size()David Hildenbrand2018-10-241-2/+3
* pc-dimm: pass PCDIMMDevice to pc_dimm_.*plugDavid Hildenbrand2018-10-241-13/+11Star
* pc-dimm: assign and verify the "addr" property during pre_plugDavid Hildenbrand2018-08-231-24/+26
* pc-dimm: assign and verify the "slot" property during pre_plugDavid Hildenbrand2018-08-231-17/+18
* pc-dimm: get_memory_region() will not fail after realizeDavid Hildenbrand2018-06-281-6/+1Star
* pc-dimm: merge get_(vmstate_)memory_region()David Hildenbrand2018-06-281-8/+5Star
* hostmem: drop error variable from host_memory_backend_get_memory()David Hildenbrand2018-06-281-2/+2
* pc-dimm: remove pc_dimm_get_free_slot() from headerDavid Hildenbrand2018-06-281-1/+3
* pc-dimm: rename pc_dimm_memory_* to pc_dimm_*David Hildenbrand2018-06-281-3/+3
* pc-dimm: remove leftover "struct pc_dimms_capacity"David Hildenbrand2018-06-281-5/+0Star
* pc-dimm: fix error messages if no slots were definedDavid Hildenbrand2018-05-111-1/+8
* pc-dimm: move actual plug/unplug of a memory region to MemoryDeviceDavid Hildenbrand2018-05-071-3/+2Star
* pc-dimm: factor out capacity and slot checks into MemoryDeviceDavid Hildenbrand2018-05-071-60/+0Star
* pc-dimm: factor out address search into MemoryDevice codeDavid Hildenbrand2018-05-071-107/+2Star
* pc-dimm: pass in the machine and to the MemoryHotplugStateDavid Hildenbrand2018-05-071-4/+4
* pc-dimm: no need to pass the memory regionDavid Hildenbrand2018-05-071-3/+9
* pc-dimm: factor out MemoryDevice interfaceDavid Hildenbrand2018-05-071-56/+64
* qmp: distinguish PC-DIMM and NVDIMM in MemoryDeviceInfoListHaozhong Zhang2018-03-201-1/+9
* pc-dimm: make qmp_pc_dimm_device_list() sort devices by addressHaozhong Zhang2018-03-201-39/+44
* spapr: replace numa_get_node() with lookup in pc-dimm listIgor Mammedov2017-12-141-2/+0Star
* qmp: introduce query-memory-size-summary commandVadim Galitsyn2017-09-141-0/+5
* hw/ppc/spapr: Fix segfault when instantiating a 'pc-dimm' without 'memdev'Thomas Huth2017-08-221-3/+11
* dimm: Convert to DEFINE_PROP_LINKFam Zheng2017-07-141-23/+7Star
* qom: enforce readonly nature of link's check callbackIgor Mammedov2017-07-141-1/+1