index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
virtio
/
virtio-pmem.c
Age
Commit message (
Expand
)
Author
2023-11-06
Revert "hw/virtio/virtio-pmem: Replace impossible check by assertion"
Maciej S. Szmigiero
2023-10-19
hw/virtio/virtio-pmem: Replace impossible check by assertion
Philippe Mathieu-Daudé
2023-04-25
thread-pool: avoid passing the pool parameter every time
Emanuele Giuseppe Esposito
2023-01-20
include/block: Untangle inclusion loops
Markus Armbruster
2022-05-16
virtio: drop name parameter for virtio_init()
Jonah Palmer
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2022-02-21
Mark remaining global TypeInfo instances as const
Bernhard Beschow
2021-03-22
virtio-pmem: fix virtio_pmem_resp assign problem
Wang Liang
2021-02-20
virtio-pmem: put it into the 'storage' category
Gan Qixin
2021-02-05
virtio-pmem: add trace events
Pankaj Gupta
2020-09-29
hw: virtio-pmem: detach the element fromt the virtqueue when error occurs
Li Qiang
2020-07-21
qom: Change object_get_canonical_path_component() not to malloc
Markus Armbruster
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
2020-02-25
virtio-pmem: do delete rq_vq in virtio_pmem_unrealize
Pan Nengyuan
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-08-16
Include sysemu/hostmem.h less
Markus Armbruster
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
2019-07-12
virtio pmem: remove memdev null check
Pankaj Gupta
2019-07-02
virtio-pmem: add virtio device
Pankaj Gupta