Age | Commit message (Expand) | Author | Files | Lines |
2024-12-21 | Merge tag 'exec-20241220' of https://github.com/philmd/qemu into staging | Stefan Hajnoczi | 1 | -2/+2 |
2024-12-20 | include: Rename sysemu/ -> system/ | Philippe Mathieu-Daudé | 1 | -2/+2 |
2024-12-19 | include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST | Richard Henderson | 1 | -1/+0 |
2024-12-15 | hw/mem: Constify all Property | Richard Henderson | 1 | -1/+1 |
2024-06-19 | hw/mem/memory-device: Remove legacy_align from memory_device_pre_plug() | Philippe Mathieu-Daudé | 1 | -1/+1 |
2024-06-19 | hw/mem/pc-dimm: Remove legacy_align argument from pc_dimm_pre_plug() | Philippe Mathieu-Daudé | 1 | -4/+2 |
2023-04-21 | virtio-balloon: optimize the virtio-balloon on the ARM platform | Yangming | 1 | -0/+7 |
2022-12-14 | qapi machine: Elide redundant has_FOO in generated C | Markus Armbruster | 1 | -1/+0 |
2022-02-21 | Mark remaining global TypeInfo instances as const | Bernhard Beschow | 1 | -1/+1 |
2022-02-18 | nvdimm: Add realize, unrealize callbacks to NVDIMMDevice class | Shivaprasad G Bhat | 1 | -0/+5 |
2021-11-11 | hw/mem/pc-dimm: Restrict NUMA-specific code to NUMA machines | Philippe Mathieu-Daudé | 1 | -8/+15 |
2021-05-14 | pc-dimm: remove unnecessary get_vmstate_memory_region() method | Maciej S. Szmigiero | 1 | -19/+14 |
2020-11-15 | nomaintainer: Fix Lesser GPL version number | Chetan Pant | 1 | -1/+1 |
2020-10-28 | pc-dimm: Drop @errp argument of pc_dimm_plug() | Greg Kurz | 1 | -1/+1 |
2020-07-21 | qom: Change object_get_canonical_path_component() not to malloc | Markus Armbruster | 1 | -3/+2 |
2020-07-10 | error: Avoid unnecessary error_propagate() after error_setg() | Markus Armbruster | 1 | -7/+7 |
2020-07-10 | qom: Put name parameter before value / visitor parameter | Markus Armbruster | 1 | -2/+2 |
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 | 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-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau | 1 | -1/+1 |
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 | 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 | 1 | -0/+1 |
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 | 1 | -0/+1 |
2019-02-21 | pc-dimm: use same mechanism for [get|set]_addr | Wei Yang | 1 | -3/+1 |
2018-10-24 | memory-device: trace when pre_plugging/plugging/unplugging | David Hildenbrand | 1 | -8/+0 |
2018-10-24 | memory-device: complete factoring out unplug handling | David Hildenbrand | 1 | -4/+1 |
2018-10-24 | memory-device: complete factoring out plug handling | David Hildenbrand | 1 | -8/+1 |
2018-10-24 | memory-device: complete factoring out pre_plug handling | David Hildenbrand | 1 | -12/+3 |
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 | 1 | -17/+1 |
2018-10-24 | memory-device: factor out get_memory_region() from pc-dimm | David Hildenbrand | 1 | -9/+18 |
2018-10-24 | memory-device: add and use memory_device_get_region_size() | David Hildenbrand | 1 | -6/+4 |
2018-10-24 | memory-device: forward errors in get_region_size()/get_plugged_size() | David Hildenbrand | 1 | -2/+3 |
2018-10-24 | pc-dimm: pass PCDIMMDevice to pc_dimm_.*plug | David Hildenbrand | 1 | -13/+11 |
2018-08-23 | pc-dimm: assign and verify the "addr" property during pre_plug | David Hildenbrand | 1 | -24/+26 |
2018-08-23 | pc-dimm: assign and verify the "slot" property during pre_plug | David Hildenbrand | 1 | -17/+18 |
2018-06-28 | pc-dimm: get_memory_region() will not fail after realize | David Hildenbrand | 1 | -6/+1 |
2018-06-28 | pc-dimm: merge get_(vmstate_)memory_region() | David Hildenbrand | 1 | -8/+5 |
2018-06-28 | hostmem: drop error variable from host_memory_backend_get_memory() | David Hildenbrand | 1 | -2/+2 |
2018-06-28 | pc-dimm: remove pc_dimm_get_free_slot() from header | David Hildenbrand | 1 | -1/+3 |
2018-06-28 | pc-dimm: rename pc_dimm_memory_* to pc_dimm_* | David Hildenbrand | 1 | -3/+3 |
2018-06-28 | pc-dimm: remove leftover "struct pc_dimms_capacity" | David Hildenbrand | 1 | -5/+0 |
2018-05-11 | pc-dimm: fix error messages if no slots were defined | David Hildenbrand | 1 | -1/+8 |
2018-05-07 | pc-dimm: move actual plug/unplug of a memory region to MemoryDevice | David Hildenbrand | 1 | -3/+2 |