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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-14
hw/mem: Stubbed out NPCM7xx Memory Controller model
Havard Skinnemoen
2
-0
/
+85
2020-08-21
meson: convert hw/mem
Marc-André Lureau
3
-3
/
+7
2020-08-21
trace: switch position of headers to what Meson requires
Paolo Bonzini
1
-0
/
+1
2020-07-21
qom: Change object_get_canonical_path_component() not to malloc
Markus Armbruster
2
-6
/
+4
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
1
-3
/
+1
2020-07-10
error: Avoid unnecessary error_propagate() after error_setg()
Markus Armbruster
2
-16
/
+15
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
1
-2
/
+2
2020-07-10
qapi: Use returned bool to check for failure, manual part
Markus Armbruster
1
-6
/
+3
2020-07-10
qapi: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
1
-4
/
+2
2020-05-27
nvdimm: Plug memory leak in uuid property setter
Markus Armbruster
1
-1
/
+0
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
2
-3
/
+3
2020-05-05
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...
Peter Maydell
1
-3
/
+4
2020-05-04
hw/arm/virt: Add nvdimm hot-plug infrastructure
Kwangwoo Lee
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-02-21
spapr: Add NVDIMM device support
Shivaprasad G Bhat
1
-1
/
+1
2020-02-21
nvdimm: add uuid property to nvdimm
Shivaprasad G Bhat
1
-0
/
+40
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2
-2
/
+2
2019-12-18
memory-device: Fix memory pre-plug error API violations
Markus Armbruster
1
-2
/
+4
2019-10-22
memory-device: simplify Makefile.objs conditions
Paolo Bonzini
1
-1
/
+1
2019-10-15
memory-device: break the loop if tmp exceed the hinted range
Wei Yang
1
-0
/
+2
2019-10-15
memory-device: not necessary to use goto for the last check
Wei Yang
1
-1
/
+0
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
Include sysemu/hostmem.h less
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
3
-1
/
+2
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
2
-0
/
+2
2019-03-22
trace-events: Shorten file names in comments
Markus Armbruster
1
-2
/
+2
2019-03-07
ppc64: Express dependencies of 'pseries' and 'powernv' machines with kconfig
Thomas Huth
1
-0
/
+1
2019-03-07
i386-softmmu.mak: remove all CONFIG_* except boards definitions
Yang Zhong
1
-0
/
+2
2019-03-07
kconfig: introduce kconfig files
Paolo Bonzini
1
-0
/
+8
2019-02-21
pc-dimm: use same mechanism for [get|set]_addr
Wei Yang
1
-3
/
+1
2019-01-09
memory-device: rewrite address assignment using ranges
David Hildenbrand
1
-25
/
+26
2018-12-11
memory-device: avoid overflows on very huge devices
David Hildenbrand
1
-1
/
+2
2018-12-11
memory-device: use QEMU_IS_ALIGNED
David Hildenbrand
1
-3
/
+3
2018-11-06
nvdimm: set non-volatile on the memory region
Marc-André Lureau
1
-0
/
+1
2018-10-24
memory-device: trace when pre_plugging/plugging/unplugging
David Hildenbrand
3
-9
/
+12
2018-10-24
memory-device: complete factoring out unplug handling
David Hildenbrand
2
-6
/
+10
2018-10-24
memory-device: complete factoring out plug handling
David Hildenbrand
2
-11
/
+11
2018-10-24
memory-device: complete factoring out pre_plug handling
David Hildenbrand
2
-15
/
+32
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
2
-19
/
+10
2018-10-24
memory-device: factor out get_memory_region() from pc-dimm
David Hildenbrand
2
-12
/
+24
2018-10-24
memory-device: add and use memory_device_get_region_size()
David Hildenbrand
2
-9
/
+14
2018-10-24
memory-device: forward errors in get_region_size()/get_plugged_size()
David Hildenbrand
2
-8
/
+6
2018-10-24
memory-device: introduce separate config option
David Hildenbrand
1
-2
/
+2
[next]