Age | Commit message (Expand) | Author | Files | Lines |
2023-04-21 | virtio-balloon: optimize the virtio-balloon on the ARM platform | Yangming | 1 | -0/+7 |
2023-03-22 | *: Add missing includes of qemu/error-report.h | Richard Henderson | 2 | -0/+2 |
2023-03-07 | hw/mem/cxl_type3: Add CXL RAS Error Injection Support. | Jonathan Cameron | 3 | -0/+300 |
2023-03-07 | hw/mem/cxl-type3: Add AER extended capability | Jonathan Cameron | 1 | -0/+13 |
2023-03-02 | hw/cxl: set cxl-type3 device type to PCI_CLASS_MEMORY_CXL | Gregory Price | 1 | -2/+1 |
2023-03-02 | hw/mem/cxl_type3: Improve error handling in realize() | Jonathan Cameron | 1 | -2/+10 |
2023-02-16 | hw/sparse-mem: clear memory on reset | Alexander Bulekov | 1 | -1/+12 |
2022-12-21 | hw/cxl/device: Add Flex Bus Port DVSEC | Ira Weiny | 1 | -0/+11 |
2022-12-14 | qapi machine: Elide redundant has_FOO in generated C | Markus Armbruster | 1 | -1/+0 |
2022-11-07 | hw/mem/cxl-type3: Add CXL CDAT Data Object Exchange | Huai-Cheng Kuo | 1 | -0/+255 |
2022-11-07 | hw/mem/cxl-type3: Add MSIX support | Jonathan Cameron | 1 | -0/+9 |
2022-10-24 | hw/mem/nvdimm: fix error message for 'unarmed' flag | Julia Suvorova | 1 | -1/+1 |
2022-10-09 | mem/cxl-type3: Add sn option to provide serial number for PCI ecap | Jonathan Cameron | 1 | -1/+13 |
2022-09-29 | mem/cxl_type3: fix GPF DVSEC | Tong Zhang | 1 | -1/+1 |
2022-05-13 | mem/cxl_type3: Add read and write functions for associated hostmem. | Jonathan Cameron | 1 | -0/+91 |
2022-05-13 | hw/cxl/device: Implement get/set Label Storage Area (LSA) | Ben Widawsky | 1 | -1/+55 |
2022-05-13 | hw/cxl/device: Plumb real Label Storage Area (LSA) sizing | Ben Widawsky | 1 | -0/+9 |
2022-05-13 | hw/cxl/device: Implement MMIO HDM decoding (8.2.5.12) | Ben Widawsky | 1 | -0/+55 |
2022-05-13 | hw/cxl/device: Add a memory device (8.2.8.5) | Ben Widawsky | 3 | -0/+168 |
2022-02-21 | Mark remaining global TypeInfo instances as const | Bernhard Beschow | 2 | -2/+2 |
2022-02-18 | nvdimm: Add realize, unrealize callbacks to NVDIMMDevice class | Shivaprasad G Bhat | 2 | -0/+21 |
2021-11-11 | hw/mem/pc-dimm: Restrict NUMA-specific code to NUMA machines | Philippe Mathieu-Daudé | 1 | -8/+15 |
2021-10-14 | kconfig: split CONFIG_SPARSE_MEM from fuzzing | Paolo Bonzini | 2 | -1/+4 |
2021-06-02 | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella | 1 | -1/+1 |
2021-05-26 | hw/mem/nvdimm: Use Kconfig 'imply' instead of 'depends on' | Philippe Mathieu-Daudé | 1 | -2/+0 |
2021-05-17 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul... | Peter Maydell | 1 | -1/+2 |
2021-05-16 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -19/+14 |
2021-05-14 | pc-dimm: remove unnecessary get_vmstate_memory_region() method | Maciej S. Szmigiero | 1 | -19/+14 |
2021-05-13 | hw/mem/meson: Fix linking sparse-mem device with fuzzer | Philippe Mathieu-Daudé | 1 | -1/+2 |
2021-05-02 | Do not include exec/address-spaces.h if it's not really necessary | Thomas Huth | 1 | -1/+0 |
2021-03-16 | memory: add a sparse memory device for fuzzing | Alexander Bulekov | 2 | -0/+152 |
2021-02-20 | nvdimm: put it into the 'storage' category | Gan Qixin | 1 | -0/+1 |
2021-02-01 | nvdimm: check -object memory-backend-file, readonly=on option | Stefan Hajnoczi | 1 | -0/+9 |
2021-01-28 | qapi: More complex uses of QAPI_LIST_APPEND | Eric Blake | 1 | -10/+2 |
2021-01-12 | hw/*: Use type casting for SysBusDevice in NPCM7XX | Hao Wu | 1 | -1/+1 |
2020-11-15 | nomaintainer: Fix Lesser GPL version number | Chetan Pant | 2 | -2/+2 |
2020-11-03 | memory-device: Add get_min_alignment() callback | David Hildenbrand | 1 | -2/+9 |
2020-11-03 | memory-device: Support big alignment requirements | David Hildenbrand | 1 | -4/+5 |
2020-10-28 | pc-dimm: Drop @errp argument of pc_dimm_plug() | Greg Kurz | 1 | -1/+1 |
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 |