summaryrefslogtreecommitdiffstats
path: root/hw/mem
Commit message (Expand)AuthorAgeFilesLines
* nvdimm: Plug memory leak in uuid property setterMarkus Armbruster2020-05-271-1/+0Star
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-1/+1
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-152-3/+3
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell2020-05-051-3/+4
|\
| * 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
* | hw/arm/virt: Add nvdimm hot-plug infrastructureKwangwoo Lee2020-05-041-1/+1
|/
* spapr: Add NVDIMM device supportShivaprasad G Bhat2020-02-201-1/+1
* nvdimm: add uuid property to nvdimmShivaprasad G Bhat2020-02-201-0/+40
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-242-2/+2
* memory-device: Fix memory pre-plug error API violationsMarkus Armbruster2019-12-181-2/+4
* memory-device: simplify Makefile.objs conditionsPaolo Bonzini2019-10-221-1/+1
* memory-device: break the loop if tmp exceed the hinted rangeWei Yang2019-10-151-0/+2
* memory-device: not necessary to use goto for the last checkWei Yang2019-10-151-1/+0Star
* 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
* Include sysemu/hostmem.h lessMarkus 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-163-1/+2
* 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-122-0/+2
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-2/+2
* ppc64: Express dependencies of 'pseries' and 'powernv' machines with kconfigThomas Huth2019-03-071-0/+1
* i386-softmmu.mak: remove all CONFIG_* except boards definitionsYang Zhong2019-03-071-0/+2
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+8
* pc-dimm: use same mechanism for [get|set]_addrWei Yang2019-02-211-3/+1Star
* memory-device: rewrite address assignment using rangesDavid Hildenbrand2019-01-101-25/+26
* memory-device: avoid overflows on very huge devicesDavid Hildenbrand2018-12-111-1/+2
* memory-device: use QEMU_IS_ALIGNEDDavid Hildenbrand2018-12-111-3/+3
* nvdimm: set non-volatile on the memory regionMarc-André Lureau2018-11-061-0/+1
* memory-device: trace when pre_plugging/plugging/unpluggingDavid Hildenbrand2018-10-243-9/+12
* memory-device: complete factoring out unplug handlingDavid Hildenbrand2018-10-242-6/+10
* memory-device: complete factoring out plug handlingDavid Hildenbrand2018-10-242-11/+11
* memory-device: complete factoring out pre_plug handlingDavid Hildenbrand2018-10-242-15/+32
* memory-device: add device class function set_addr()David Hildenbrand2018-10-241-0/+7
* memory-device: drop get_region_size()David Hildenbrand2018-10-242-19/+10Star
* memory-device: factor out get_memory_region() from pc-dimmDavid Hildenbrand2018-10-242-12/+24
* memory-device: add and use memory_device_get_region_size()David Hildenbrand2018-10-242-9/+14
* memory-device: forward errors in get_region_size()/get_plugged_size()David Hildenbrand2018-10-242-8/+6Star
* memory-device: introduce separate config optionDavid Hildenbrand2018-10-241-2/+2
* memory-device: use memory device terminology in error messagesDavid Hildenbrand2018-10-241-3/+3
* pc-dimm: pass PCDIMMDevice to pc_dimm_.*plugDavid Hildenbrand2018-10-241-13/+11Star
* memory-device: improve "range conflicts" error messageDavid Hildenbrand2018-10-241-1/+2
* memory-device: fix error message when hinted address is too smallDavid Hildenbrand2018-10-241-1/+2
* memory-device: fix alignment error messageDavid Hildenbrand2018-10-241-1/+1
* 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
* mem/nvdimm: ensure write persistence to PMEM in label emulationJunyan He2018-08-101-1/+8
* pc-dimm: get_memory_region() will not fail after realizeDavid Hildenbrand2018-06-281-6/+1Star