aboutsummaryrefslogtreecommitdiff
path: root/hw/mem
AgeCommit message (Expand)AuthorFilesLines
2020-09-14hw/mem: Stubbed out NPCM7xx Memory Controller modelHavard Skinnemoen2-0/+85
2020-08-21meson: convert hw/memMarc-André Lureau3-3/+7
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-07-21qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster2-6/+4
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-3/+1
2020-07-10error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster2-16/+15
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-2/+2
2020-07-10qapi: Use returned bool to check for failure, manual partMarkus Armbruster1-6/+3
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-4/+2
2020-05-27nvdimm: Plug memory leak in uuid property setterMarkus Armbruster1-1/+0
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2-3/+3
2020-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell1-3/+4
2020-05-04hw/arm/virt: Add nvdimm hot-plug infrastructureKwangwoo Lee1-1/+1
2020-05-04hw/mem/pc-dimm: Fix line over 80 characters warningWainer dos Santos Moschetta1-1/+2
2020-05-04hw/mem/pc-dimm: Print slot number on error at pc_dimm_pre_plug()Wainer dos Santos Moschetta1-2/+2
2020-02-21spapr: Add NVDIMM device supportShivaprasad G Bhat1-1/+1
2020-02-21nvdimm: add uuid property to nvdimmShivaprasad G Bhat1-0/+40
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau2-2/+2
2019-12-18memory-device: Fix memory pre-plug error API violationsMarkus Armbruster1-2/+4
2019-10-22memory-device: simplify Makefile.objs conditionsPaolo Bonzini1-1/+1
2019-10-15memory-device: break the loop if tmp exceed the hinted rangeWei Yang1-0/+2
2019-10-15memory-device: not necessary to use goto for the last checkWei Yang1-1/+0
2019-09-03numa: move numa global variable nb_numa_nodes into MachineStateTao Xu1-0/+2
2019-08-16numa: Move remaining NUMA declarations from sysemu.h to numa.hMarkus Armbruster1-0/+1
2019-08-16Include sysemu/hostmem.h lessMarkus Armbruster1-0/+1
2019-08-16numa: Don't include hw/boards.h into sysemu/numa.hMarkus Armbruster1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster3-1/+2
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-07-29pc-dimm: fix crash when invalid slot number is usedIgor Mammedov1-0/+7
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2-0/+2
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-2/+2
2019-03-07ppc64: Express dependencies of 'pseries' and 'powernv' machines with kconfigThomas Huth1-0/+1
2019-03-07i386-softmmu.mak: remove all CONFIG_* except boards definitionsYang Zhong1-0/+2
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+8
2019-02-21pc-dimm: use same mechanism for [get|set]_addrWei Yang1-3/+1
2019-01-09memory-device: rewrite address assignment using rangesDavid Hildenbrand1-25/+26
2018-12-11memory-device: avoid overflows on very huge devicesDavid Hildenbrand1-1/+2
2018-12-11memory-device: use QEMU_IS_ALIGNEDDavid Hildenbrand1-3/+3
2018-11-06nvdimm: set non-volatile on the memory regionMarc-André Lureau1-0/+1
2018-10-24memory-device: trace when pre_plugging/plugging/unpluggingDavid Hildenbrand3-9/+12
2018-10-24memory-device: complete factoring out unplug handlingDavid Hildenbrand2-6/+10
2018-10-24memory-device: complete factoring out plug handlingDavid Hildenbrand2-11/+11
2018-10-24memory-device: complete factoring out pre_plug handlingDavid Hildenbrand2-15/+32
2018-10-24memory-device: add device class function set_addr()David Hildenbrand1-0/+7
2018-10-24memory-device: drop get_region_size()David Hildenbrand2-19/+10
2018-10-24memory-device: factor out get_memory_region() from pc-dimmDavid Hildenbrand2-12/+24
2018-10-24memory-device: add and use memory_device_get_region_size()David Hildenbrand2-9/+14
2018-10-24memory-device: forward errors in get_region_size()/get_plugged_size()David Hildenbrand2-8/+6
2018-10-24memory-device: introduce separate config optionDavid Hildenbrand1-2/+2