aboutsummaryrefslogtreecommitdiff
path: root/hw/mem
AgeCommit message (Expand)AuthorFilesLines
2022-10-24hw/mem/nvdimm: fix error message for 'unarmed' flagJulia Suvorova1-1/+1
2022-10-09mem/cxl-type3: Add sn option to provide serial number for PCI ecapJonathan Cameron1-1/+13
2022-09-29mem/cxl_type3: fix GPF DVSECTong Zhang1-1/+1
2022-05-13mem/cxl_type3: Add read and write functions for associated hostmem.Jonathan Cameron1-0/+91
2022-05-13hw/cxl/device: Implement get/set Label Storage Area (LSA)Ben Widawsky1-1/+55
2022-05-13hw/cxl/device: Plumb real Label Storage Area (LSA) sizingBen Widawsky1-0/+9
2022-05-13hw/cxl/device: Implement MMIO HDM decoding (8.2.5.12)Ben Widawsky1-0/+55
2022-05-13hw/cxl/device: Add a memory device (8.2.8.5)Ben Widawsky3-0/+168
2022-02-21Mark remaining global TypeInfo instances as constBernhard Beschow2-2/+2
2022-02-18nvdimm: Add realize, unrealize callbacks to NVDIMMDevice classShivaprasad G Bhat2-0/+21
2021-11-11hw/mem/pc-dimm: Restrict NUMA-specific code to NUMA machinesPhilippe Mathieu-Daudé1-8/+15
2021-10-14kconfig: split CONFIG_SPARSE_MEM from fuzzingPaolo Bonzini2-1/+4
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-05-26hw/mem/nvdimm: Use Kconfig 'imply' instead of 'depends on'Philippe Mathieu-Daudé1-2/+0
2021-05-17Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell1-1/+2
2021-05-16Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-19/+14
2021-05-14pc-dimm: remove unnecessary get_vmstate_memory_region() methodMaciej S. Szmigiero1-19/+14
2021-05-13hw/mem/meson: Fix linking sparse-mem device with fuzzerPhilippe Mathieu-Daudé1-1/+2
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-03-16memory: add a sparse memory device for fuzzingAlexander Bulekov2-0/+152
2021-02-20nvdimm: put it into the 'storage' categoryGan Qixin1-0/+1
2021-02-01nvdimm: check -object memory-backend-file, readonly=on optionStefan Hajnoczi1-0/+9
2021-01-28qapi: More complex uses of QAPI_LIST_APPENDEric Blake1-10/+2
2021-01-12hw/*: Use type casting for SysBusDevice in NPCM7XXHao Wu1-1/+1
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant2-2/+2
2020-11-03memory-device: Add get_min_alignment() callbackDavid Hildenbrand1-2/+9
2020-11-03memory-device: Support big alignment requirementsDavid Hildenbrand1-4/+5
2020-10-28pc-dimm: Drop @errp argument of pc_dimm_plug()Greg Kurz1-1/+1
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