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