Age | Commit message (Expand) | Author | Files | Lines |
2022-02-18 | nvdimm: Add realize, unrealize callbacks to NVDIMMDevice class | Shivaprasad G Bhat | 1 | -0/+1 |
2021-05-14 | pc-dimm: remove unnecessary get_vmstate_memory_region() method | Maciej S. Szmigiero | 1 | -5/+0 |
2020-10-28 | pc-dimm: Drop @errp argument of pc_dimm_plug() | Greg Kurz | 1 | -1/+1 |
2020-09-18 | qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros | Eduardo Habkost | 1 | -1/+1 |
2020-09-09 | Use OBJECT_DECLARE_TYPE where possible | Eduardo Habkost | 1 | -4/+2 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 1 | -6/+2 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 1 | -4/+7 |
2019-08-16 | Include sysemu/hostmem.h less | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | Include hw/boards.h a bit less | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 1 | -1/+1 |
2018-10-24 | memory-device: factor out get_memory_region() from pc-dimm | David Hildenbrand | 1 | -4/+0 |
2018-10-24 | pc-dimm: pass PCDIMMDevice to pc_dimm_.*plug | David Hildenbrand | 1 | -3/+3 |
2018-08-23 | pc-dimm: assign and verify the "addr" property during pre_plug | David Hildenbrand | 1 | -3/+3 |
2018-08-23 | pc-dimm: assign and verify the "slot" property during pre_plug | David Hildenbrand | 1 | -0/+1 |
2018-06-28 | pc-dimm: get_memory_region() will not fail after realize | David Hildenbrand | 1 | -2/+4 |
2018-06-28 | pc-dimm: merge get_(vmstate_)memory_region() | David Hildenbrand | 1 | -1/+2 |
2018-06-28 | pc-dimm: remove pc_dimm_get_free_slot() from header | David Hildenbrand | 1 | -2/+0 |
2018-06-28 | pc-dimm: rename pc_dimm_memory_* to pc_dimm_* | David Hildenbrand | 1 | -3/+3 |
2018-05-07 | pc-dimm: factor out capacity and slot checks into MemoryDevice | David Hildenbrand | 1 | -1/+0 |
2018-05-07 | pc-dimm: factor out address search into MemoryDevice code | David Hildenbrand | 1 | -5/+0 |
2018-05-07 | pc-dimm: pass in the machine and to the MemoryHotplugState | David Hildenbrand | 1 | -2/+2 |
2018-05-07 | pc-dimm: no need to pass the memory region | David Hildenbrand | 1 | -3/+2 |
2018-05-07 | machine: make MemoryHotplugState accessible via the machine | David Hildenbrand | 1 | -11/+1 |
2018-05-07 | pc-dimm: factor out MemoryDevice interface | David Hildenbrand | 1 | -2/+0 |
2018-03-20 | pc-dimm: make qmp_pc_dimm_device_list() sort devices by address | Haozhong Zhang | 1 | -1/+1 |
2017-09-14 | qmp: introduce query-memory-size-summary command | Vadim Galitsyn | 1 | -0/+1 |
2017-08-22 | hw/ppc/spapr: Fix segfault when instantiating a 'pc-dimm' without 'memdev' | Thomas Huth | 1 | -1/+1 |
2016-06-24 | pc-dimm: introduce get_vmstate_memory_region callback | Xiao Guangrong | 1 | -1/+4 |
2016-06-07 | pc-dimm: introduce realize callback | Xiao Guangrong | 1 | -0/+3 |
2016-06-07 | pc-dimm: get memory region from ->get_memory_region() | Xiao Guangrong | 1 | -1/+2 |
2016-05-20 | pc-dimm: correct comment of MemoryHotplugState | Cao jin | 1 | -3/+1 |
2016-02-06 | dimm: Correct type of MemoryHotplugState->base | David Gibson | 1 | -1/+1 |
2015-10-29 | Revert "memhp: extend address auto assignment to support gaps" | Michael S. Tsirkin | 1 | -4/+3 |
2015-10-02 | memhp: extend address auto assignment to support gaps | Igor Mammedov | 1 | -3/+4 |
2015-07-03 | pc,pc-dimm: Factor out reusable parts in pc_dimm_plug to a separate routine | Bharata B Rao | 1 | -0/+4 |
2015-07-03 | pc,pc-dimm: Extract hotplug related fields in PCMachineState to a structure | Bharata B Rao | 1 | -0/+11 |
2015-01-27 | pc-dimm: Add Error argument to pc_existing_dimms_capacity | Bharata B Rao | 1 | -1/+1 |
2015-01-27 | pc-dimm: Make pc_existing_dimms_capacity global | Bharata B Rao | 1 | -0/+1 |
2014-11-23 | pc: limit DIMM address and size to page aligned values | Igor Mammedov | 1 | -1/+1 |
2014-06-19 | qmp: add query-memory-devices command | Igor Mammedov | 1 | -0/+2 |
2014-06-19 | pc-dimm: add busy slot check and slot auto-allocation | Igor Mammedov | 1 | -0/+2 |
2014-06-19 | pc-dimm: add busy address check and address auto-allocation | Igor Mammedov | 1 | -0/+4 |
2014-06-19 | pc: implement pc-dimm device abstraction | Vasilis Liaskovitis | 1 | -0/+73 |