summaryrefslogtreecommitdiff
path: root/hw/misc/ivshmem.c
AgeCommit message (Expand)Author
2021-06-15softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()David Hildenbrand
2021-03-09qtest: delete superfluous inclusions of qtest.hChen Qun
2021-02-09memory: alloc RAM from file at offsetJagannathan Raman
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-07-21qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster
2020-07-10error: Avoid error_propagate() after migrate_add_blocker()Markus Armbruster
2020-03-17hw/misc/ivshmem: Use one Error * variable instead of twoMarkus Armbruster
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-12-17hw/misc/ivshmem: Bury dead legacy INTx codeMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-01-14hw/misc/ivshmem: Remove deprecated "ivshmem" legacy deviceThomas Huth
2018-12-11qom: make user_creatable_complete() specific to UserCreatableMarc-André Lureau
2018-11-06ivshmem: fix memory backend leakIgor Mammedov
2018-10-19cpus hw target: Use warn_report() & friends to report warningsMarkus Armbruster
2018-10-10ivshmem: Fix unplug of device "ivshmem-plain"Markus Armbruster
2018-07-02hw/ivshmem: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-06-28hostmem: drop error variable from host_memory_backend_get_memory()David Hildenbrand
2018-02-07ivshmem: Disable irqfd on device resetLadi Prosek
2018-02-07ivshmem: Improve MSI irqfd error handlingLadi Prosek
2018-02-07ivshmem: Always remove irqfd notifiersLadi Prosek
2018-02-07ivshmem: Don't update non-existent MSI routesLadi Prosek
2017-12-18misc: remove old i386 dependencyPhilippe Mathieu-Daudé
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-09-19hw/misc/ivshmem: Fix ivshmem_recv_msg() to also work on big endian systemsThomas Huth
2017-07-31ivshmem: fix incorrect error handling in ivshmem_recv_msg()Philippe Mathieu-Daudé
2017-07-14ivshmem: Convert to DEFINE_PROP_LINKFam Zheng
2017-07-14qom: enforce readonly nature of link's check callbackIgor Mammedov
2017-07-14char: avoid chardevice direct accessAnton Nefedov
2017-07-14char: add backend hotswap handlerAnton Nefedov
2017-06-15ivshmem: use ram_from_fd()Marc-André Lureau
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau
2017-06-02chardev: move headers to include/chardevMarc-André Lureau
2017-05-17migration: Create migration/blocker.hJuan Quintela
2017-02-23util/cutils: Change qemu_strtosz*() from int64_t to uint64_tMarkus Armbruster
2017-02-23util/cutils: Return qemu_strtosz*() error and value separatelyMarkus Armbruster
2017-02-23util/cutils: Let qemu_strtosz*() optionally reject trailing crapMarkus Armbruster
2017-02-23util/cutils: Rename qemu_strtosz() to qemu_strtosz_MiB()Markus Armbruster
2017-02-01pci: Convert msix_init() to Error and fix callersCao jin
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau
2017-01-24migration: disallow migrate_add_blocker during migrationAshijeet Acharya
2016-11-17ivshmem: Fix 64 bit memory bar configurationZhuang Yanying
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau
2016-10-24char: replace PROP_CHR with CharBackendMarc-André Lureau
2016-09-15ivshmem: Delete duplicate debug messageStefano Dong (董兴水)