| Commit message (Expand) | Author | Age | Files | Lines |
* | nvdimm: put it into the 'storage' category | Gan Qixin | 2021-02-20 | 1 | -0/+1 |
* | nvdimm: check -object memory-backend-file, readonly=on option | Stefan Hajnoczi | 2021-02-01 | 1 | -0/+9 |
* | qapi: More complex uses of QAPI_LIST_APPEND | Eric Blake | 2021-01-28 | 1 | -10/+2 |
* | hw/*: Use type casting for SysBusDevice in NPCM7XX | Hao Wu | 2021-01-12 | 1 | -1/+1 |
* | nomaintainer: Fix Lesser GPL version number | Chetan Pant | 2020-11-15 | 2 | -2/+2 |
* | memory-device: Add get_min_alignment() callback | David Hildenbrand | 2020-11-03 | 1 | -2/+9 |
* | memory-device: Support big alignment requirements | David Hildenbrand | 2020-11-03 | 1 | -4/+5 |
* | pc-dimm: Drop @errp argument of pc_dimm_plug() | Greg Kurz | 2020-10-27 | 1 | -1/+1 |
* | hw/mem: Stubbed out NPCM7xx Memory Controller model | Havard Skinnemoen | 2020-09-14 | 2 | -0/+85 |
* | meson: convert hw/mem | Marc-André Lureau | 2020-08-21 | 3 | -3/+7 |
* | trace: switch position of headers to what Meson requires | Paolo Bonzini | 2020-08-21 | 1 | -0/+1 |
* | qom: Change object_get_canonical_path_component() not to malloc | Markus Armbruster | 2020-07-21 | 2 | -6/+4 |
* | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster | 2020-07-10 | 1 | -3/+1 |
* | error: Avoid unnecessary error_propagate() after error_setg() | Markus Armbruster | 2020-07-10 | 2 | -16/+15 |
* | qom: Put name parameter before value / visitor parameter | Markus Armbruster | 2020-07-10 | 1 | -2/+2 |
* | qapi: Use returned bool to check for failure, manual part | Markus Armbruster | 2020-07-10 | 1 | -6/+3 |
* | qapi: Use returned bool to check for failure, Coccinelle part | Markus Armbruster | 2020-07-10 | 1 | -4/+2 |
* | nvdimm: Plug memory leak in uuid property setter | Markus Armbruster | 2020-05-27 | 1 | -1/+0 |
* | qdev: Unrealize must not fail | Markus Armbruster | 2020-05-15 | 1 | -1/+1 |
* | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 2020-05-15 | 2 | -3/+3 |
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul... | Peter Maydell | 2020-05-05 | 1 | -3/+4 |
|\ |
|
| * | hw/mem/pc-dimm: Fix line over 80 characters warning | Wainer dos Santos Moschetta | 2020-05-04 | 1 | -1/+2 |
| * | hw/mem/pc-dimm: Print slot number on error at pc_dimm_pre_plug() | Wainer dos Santos Moschetta | 2020-05-04 | 1 | -2/+2 |
* | | hw/arm/virt: Add nvdimm hot-plug infrastructure | Kwangwoo Lee | 2020-05-04 | 1 | -1/+1 |
|/ |
|
* | spapr: Add NVDIMM device support | Shivaprasad G Bhat | 2020-02-20 | 1 | -1/+1 |
* | nvdimm: add uuid property to nvdimm | Shivaprasad G Bhat | 2020-02-20 | 1 | -0/+40 |
* | qdev: set properties with device_class_set_props() | Marc-André Lureau | 2020-01-24 | 2 | -2/+2 |
* | memory-device: Fix memory pre-plug error API violations | Markus Armbruster | 2019-12-18 | 1 | -2/+4 |
* | memory-device: simplify Makefile.objs conditions | Paolo Bonzini | 2019-10-22 | 1 | -1/+1 |
* | memory-device: break the loop if tmp exceed the hinted range | Wei Yang | 2019-10-15 | 1 | -0/+2 |
* | memory-device: not necessary to use goto for the last check | Wei Yang | 2019-10-15 | 1 | -1/+0 |
* | numa: move numa global variable nb_numa_nodes into MachineState | Tao Xu | 2019-09-03 | 1 | -0/+2 |
* | numa: Move remaining NUMA declarations from sysemu.h to numa.h | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include sysemu/hostmem.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | numa: Don't include hw/boards.h into sysemu/numa.h | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include hw/qdev-properties.h less | Markus Armbruster | 2019-08-16 | 3 | -1/+2 |
* | Include migration/vmstate.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | pc-dimm: fix crash when invalid slot number is used | Igor Mammedov | 2019-07-29 | 1 | -0/+7 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 2 | -0/+2 |
* | trace-events: Shorten file names in comments | Markus Armbruster | 2019-03-22 | 1 | -2/+2 |
* | ppc64: Express dependencies of 'pseries' and 'powernv' machines with kconfig | Thomas Huth | 2019-03-07 | 1 | -0/+1 |
* | i386-softmmu.mak: remove all CONFIG_* except boards definitions | Yang Zhong | 2019-03-07 | 1 | -0/+2 |
* | kconfig: introduce kconfig files | Paolo Bonzini | 2019-03-07 | 1 | -0/+8 |
* | pc-dimm: use same mechanism for [get|set]_addr | Wei Yang | 2019-02-21 | 1 | -3/+1 |
* | memory-device: rewrite address assignment using ranges | David Hildenbrand | 2019-01-10 | 1 | -25/+26 |
* | memory-device: avoid overflows on very huge devices | David Hildenbrand | 2018-12-11 | 1 | -1/+2 |
* | memory-device: use QEMU_IS_ALIGNED | David Hildenbrand | 2018-12-11 | 1 | -3/+3 |
* | nvdimm: set non-volatile on the memory region | Marc-André Lureau | 2018-11-06 | 1 | -0/+1 |
* | memory-device: trace when pre_plugging/plugging/unplugging | David Hildenbrand | 2018-10-24 | 3 | -9/+12 |
* | memory-device: complete factoring out unplug handling | David Hildenbrand | 2018-10-24 | 2 | -6/+10 |