index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
mem
/
pc-dimm.c
Age
Commit message (
Expand
)
Author
2021-11-11
hw/mem/pc-dimm: Restrict NUMA-specific code to NUMA machines
Philippe Mathieu-Daudé
2021-05-14
pc-dimm: remove unnecessary get_vmstate_memory_region() method
Maciej S. Szmigiero
2020-11-15
nomaintainer: Fix Lesser GPL version number
Chetan Pant
2020-10-28
pc-dimm: Drop @errp argument of pc_dimm_plug()
Greg Kurz
2020-07-21
qom: Change object_get_canonical_path_component() not to malloc
Markus Armbruster
2020-07-10
error: Avoid unnecessary error_propagate() after error_setg()
Markus Armbruster
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-04
hw/mem/pc-dimm: Fix line over 80 characters warning
Wainer dos Santos Moschetta
2020-05-04
hw/mem/pc-dimm: Print slot number on error at pc_dimm_pre_plug()
Wainer dos Santos Moschetta
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-09-03
numa: move numa global variable nb_numa_nodes into MachineState
Tao Xu
2019-08-16
numa: Move remaining NUMA declarations from sysemu.h to numa.h
Markus Armbruster
2019-08-16
numa: Don't include hw/boards.h into sysemu/numa.h
Markus Armbruster
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-07-29
pc-dimm: fix crash when invalid slot number is used
Igor Mammedov
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-02-21
pc-dimm: use same mechanism for [get|set]_addr
Wei Yang
2018-10-24
memory-device: trace when pre_plugging/plugging/unplugging
David Hildenbrand
2018-10-24
memory-device: complete factoring out unplug handling
David Hildenbrand
2018-10-24
memory-device: complete factoring out plug handling
David Hildenbrand
2018-10-24
memory-device: complete factoring out pre_plug handling
David Hildenbrand
2018-10-24
memory-device: add device class function set_addr()
David Hildenbrand
2018-10-24
memory-device: drop get_region_size()
David Hildenbrand
2018-10-24
memory-device: factor out get_memory_region() from pc-dimm
David Hildenbrand
2018-10-24
memory-device: add and use memory_device_get_region_size()
David Hildenbrand
2018-10-24
memory-device: forward errors in get_region_size()/get_plugged_size()
David Hildenbrand
2018-10-24
pc-dimm: pass PCDIMMDevice to pc_dimm_.*plug
David Hildenbrand
2018-08-23
pc-dimm: assign and verify the "addr" property during pre_plug
David Hildenbrand
2018-08-23
pc-dimm: assign and verify the "slot" property during pre_plug
David Hildenbrand
2018-06-28
pc-dimm: get_memory_region() will not fail after realize
David Hildenbrand
2018-06-28
pc-dimm: merge get_(vmstate_)memory_region()
David Hildenbrand
2018-06-28
hostmem: drop error variable from host_memory_backend_get_memory()
David Hildenbrand
2018-06-28
pc-dimm: remove pc_dimm_get_free_slot() from header
David Hildenbrand
2018-06-28
pc-dimm: rename pc_dimm_memory_* to pc_dimm_*
David Hildenbrand
2018-06-28
pc-dimm: remove leftover "struct pc_dimms_capacity"
David Hildenbrand
2018-05-11
pc-dimm: fix error messages if no slots were defined
David Hildenbrand
2018-05-07
pc-dimm: move actual plug/unplug of a memory region to MemoryDevice
David Hildenbrand
2018-05-07
pc-dimm: factor out capacity and slot checks into MemoryDevice
David Hildenbrand
2018-05-07
pc-dimm: factor out address search into MemoryDevice code
David Hildenbrand
2018-05-07
pc-dimm: pass in the machine and to the MemoryHotplugState
David Hildenbrand
2018-05-07
pc-dimm: no need to pass the memory region
David Hildenbrand
2018-05-07
pc-dimm: factor out MemoryDevice interface
David Hildenbrand
2018-03-20
qmp: distinguish PC-DIMM and NVDIMM in MemoryDeviceInfoList
Haozhong Zhang
2018-03-20
pc-dimm: make qmp_pc_dimm_device_list() sort devices by address
Haozhong Zhang
2017-12-15
spapr: replace numa_get_node() with lookup in pc-dimm list
Igor Mammedov
2017-09-14
qmp: introduce query-memory-size-summary command
Vadim Galitsyn
2017-08-22
hw/ppc/spapr: Fix segfault when instantiating a 'pc-dimm' without 'memdev'
Thomas Huth
[next]