summaryrefslogtreecommitdiffstats
path: root/hw/misc/ivshmem.c
Commit message (Expand)AuthorAgeFilesLines
* Use g_unix_set_fd_nonblocking()Marc-André Lureau2022-05-031-1/+1
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-2/+2
* kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)2022-03-151-1/+4
* ivshmem.c: change endianness to LITTLE_ENDIANDaniel Henrique Barboza2021-12-171-1/+1
* softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()David Hildenbrand2021-06-151-3/+2Star
* qtest: delete superfluous inclusions of qtest.hChen Qun2021-03-091-1/+0Star
* memory: alloc RAM from file at offsetJagannathan Raman2021-02-091-1/+2
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-8/+8
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster2020-07-211-3/+2Star
* error: Avoid error_propagate() after migrate_add_blocker()Markus Armbruster2020-07-101-3/+1Star
* hw/misc/ivshmem: Use one Error * variable instead of twoMarkus Armbruster2020-03-171-4/+3Star
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-2/+2
* hw/misc/ivshmem: Bury dead legacy INTx codeMarkus Armbruster2019-12-171-35/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+2
* hw/misc/ivshmem: Remove deprecated "ivshmem" legacy deviceThomas Huth2019-01-151-205/+5Star
* qom: make user_creatable_complete() specific to UserCreatableMarc-André Lureau2018-12-111-1/+1
* ivshmem: fix memory backend leakIgor Mammedov2018-11-061-0/+1
* cpus hw target: Use warn_report() & friends to report warningsMarkus Armbruster2018-10-191-2/+2
* ivshmem: Fix unplug of device "ivshmem-plain"Markus Armbruster2018-10-101-9/+5Star
* hw/ivshmem: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-1/+2
* hostmem: drop error variable from host_memory_backend_get_memory()David Hildenbrand2018-06-281-2/+1Star
* ivshmem: Disable irqfd on device resetLadi Prosek2018-02-071-0/+4
* ivshmem: Improve MSI irqfd error handlingLadi Prosek2018-02-071-13/+24
* ivshmem: Always remove irqfd notifiersLadi Prosek2018-02-071-3/+23
* ivshmem: Don't update non-existent MSI routesLadi Prosek2018-02-071-2/+10
* misc: remove old i386 dependencyPhilippe Mathieu-Daudé2017-12-181-1/+0Star
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* hw/misc/ivshmem: Fix ivshmem_recv_msg() to also work on big endian systemsThomas Huth2017-09-191-1/+1
* ivshmem: fix incorrect error handling in ivshmem_recv_msg()Philippe Mathieu-Daudé2017-07-311-1/+4
* ivshmem: Convert to DEFINE_PROP_LINKFam Zheng2017-07-141-17/+7Star
* qom: enforce readonly nature of link's check callbackIgor Mammedov2017-07-141-1/+1
* char: avoid chardevice direct accessAnton Nefedov2017-07-141-2/+2
* char: add backend hotswap handlerAnton Nefedov2017-07-141-1/+1
* ivshmem: use ram_from_fd()Marc-André Lureau2017-06-151-8/+6Star
* char: move CharBackend handling in char-fe unitMarc-André Lureau2017-06-021-1/+1
* chardev: move headers to include/chardevMarc-André Lureau2017-06-021-1/+1
* migration: Create migration/blocker.hJuan Quintela2017-05-171-1/+1
* util/cutils: Change qemu_strtosz*() from int64_t to uint64_tMarkus Armbruster2017-02-231-1/+1
* util/cutils: Return qemu_strtosz*() error and value separatelyMarkus Armbruster2017-02-231-2/+5
* util/cutils: Let qemu_strtosz*() optionally reject trailing crapMarkus Armbruster2017-02-231-4/+2Star
* util/cutils: Rename qemu_strtosz() to qemu_strtosz_MiB()Markus Armbruster2017-02-231-1/+1
* pci: Convert msix_init() to Error and fix callersCao jin2017-02-011-4/+4
* char: rename CharDriverState ChardevMarc-André Lureau2017-01-271-1/+1
* migration: disallow migrate_add_blocker during migrationAshijeet Acharya2017-01-241-4/+10
* ivshmem: Fix 64 bit memory bar configurationZhuang Yanying2016-11-171-1/+3