index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
mem
/
pc-dimm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
1
-1
/
+1
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
1
-1
/
+1
2020-05-04
hw/mem/pc-dimm: Fix line over 80 characters warning
Wainer dos Santos Moschetta
1
-1
/
+2
2020-05-04
hw/mem/pc-dimm: Print slot number on error at pc_dimm_pre_plug()
Wainer dos Santos Moschetta
1
-2
/
+2
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2019-09-03
numa: move numa global variable nb_numa_nodes into MachineState
Tao Xu
1
-0
/
+2
2019-08-16
numa: Move remaining NUMA declarations from sysemu.h to numa.h
Markus Armbruster
1
-0
/
+1
2019-08-16
numa: Don't include hw/boards.h into sysemu/numa.h
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-07-29
pc-dimm: fix crash when invalid slot number is used
Igor Mammedov
1
-0
/
+7
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-02-21
pc-dimm: use same mechanism for [get|set]_addr
Wei Yang
1
-3
/
+1
2018-10-24
memory-device: trace when pre_plugging/plugging/unplugging
David Hildenbrand
1
-8
/
+0
2018-10-24
memory-device: complete factoring out unplug handling
David Hildenbrand
1
-4
/
+1
2018-10-24
memory-device: complete factoring out plug handling
David Hildenbrand
1
-8
/
+1
2018-10-24
memory-device: complete factoring out pre_plug handling
David Hildenbrand
1
-12
/
+3
2018-10-24
memory-device: add device class function set_addr()
David Hildenbrand
1
-0
/
+7
2018-10-24
memory-device: drop get_region_size()
David Hildenbrand
1
-17
/
+1
2018-10-24
memory-device: factor out get_memory_region() from pc-dimm
David Hildenbrand
1
-9
/
+18
2018-10-24
memory-device: add and use memory_device_get_region_size()
David Hildenbrand
1
-6
/
+4
2018-10-24
memory-device: forward errors in get_region_size()/get_plugged_size()
David Hildenbrand
1
-2
/
+3
2018-10-24
pc-dimm: pass PCDIMMDevice to pc_dimm_.*plug
David Hildenbrand
1
-13
/
+11
2018-08-23
pc-dimm: assign and verify the "addr" property during pre_plug
David Hildenbrand
1
-24
/
+26
2018-08-23
pc-dimm: assign and verify the "slot" property during pre_plug
David Hildenbrand
1
-17
/
+18
2018-06-28
pc-dimm: get_memory_region() will not fail after realize
David Hildenbrand
1
-6
/
+1
2018-06-28
pc-dimm: merge get_(vmstate_)memory_region()
David Hildenbrand
1
-8
/
+5
2018-06-28
hostmem: drop error variable from host_memory_backend_get_memory()
David Hildenbrand
1
-2
/
+2
2018-06-28
pc-dimm: remove pc_dimm_get_free_slot() from header
David Hildenbrand
1
-1
/
+3
2018-06-28
pc-dimm: rename pc_dimm_memory_* to pc_dimm_*
David Hildenbrand
1
-3
/
+3
2018-06-28
pc-dimm: remove leftover "struct pc_dimms_capacity"
David Hildenbrand
1
-5
/
+0
2018-05-11
pc-dimm: fix error messages if no slots were defined
David Hildenbrand
1
-1
/
+8
2018-05-07
pc-dimm: move actual plug/unplug of a memory region to MemoryDevice
David Hildenbrand
1
-3
/
+2
2018-05-07
pc-dimm: factor out capacity and slot checks into MemoryDevice
David Hildenbrand
1
-60
/
+0
2018-05-07
pc-dimm: factor out address search into MemoryDevice code
David Hildenbrand
1
-107
/
+2
2018-05-07
pc-dimm: pass in the machine and to the MemoryHotplugState
David Hildenbrand
1
-4
/
+4
2018-05-07
pc-dimm: no need to pass the memory region
David Hildenbrand
1
-3
/
+9
2018-05-07
pc-dimm: factor out MemoryDevice interface
David Hildenbrand
1
-56
/
+64
2018-03-20
qmp: distinguish PC-DIMM and NVDIMM in MemoryDeviceInfoList
Haozhong Zhang
1
-1
/
+9
2018-03-20
pc-dimm: make qmp_pc_dimm_device_list() sort devices by address
Haozhong Zhang
1
-39
/
+44
2017-12-15
spapr: replace numa_get_node() with lookup in pc-dimm list
Igor Mammedov
1
-2
/
+0
2017-09-14
qmp: introduce query-memory-size-summary command
Vadim Galitsyn
1
-0
/
+5
2017-08-22
hw/ppc/spapr: Fix segfault when instantiating a 'pc-dimm' without 'memdev'
Thomas Huth
1
-3
/
+11
2017-07-14
dimm: Convert to DEFINE_PROP_LINK
Fam Zheng
1
-23
/
+7
2017-07-14
qom: enforce readonly nature of link's check callback
Igor Mammedov
1
-1
/
+1
2017-06-20
pc-dimm: make "size" property uint64
Marc-André Lureau
1
-9
/
+9
2017-06-20
pc-dimm: use get_uint() for dimm properties
Marc-André Lureau
1
-2
/
+3
2016-07-13
hostmem: detect host backend memory is being used properly
Xiao Guangrong
1
-7
/
+11
2016-06-24
pc-dimm: introduce get_vmstate_memory_region callback
Xiao Guangrong
1
-2
/
+12
2016-06-07
pc-dimm: introduce realize callback
Xiao Guangrong
1
-0
/
+5
[next]