aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/ivshmem.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-09memory: alloc RAM from file at offsetJagannathan Raman1-1/+2
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-8/+8
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-07-21qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster1-3/+2
2020-07-10error: Avoid error_propagate() after migrate_add_blocker()Markus Armbruster1-3/+1
2020-03-17hw/misc/ivshmem: Use one Error * variable instead of twoMarkus Armbruster1-4/+3
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-2/+2
2019-12-17hw/misc/ivshmem: Bury dead legacy INTx codeMarkus Armbruster1-35/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+2
2019-01-14hw/misc/ivshmem: Remove deprecated "ivshmem" legacy deviceThomas Huth1-205/+5
2018-12-11qom: make user_creatable_complete() specific to UserCreatableMarc-André Lureau1-1/+1
2018-11-06ivshmem: fix memory backend leakIgor Mammedov1-0/+1
2018-10-19cpus hw target: Use warn_report() & friends to report warningsMarkus Armbruster1-2/+2
2018-10-10ivshmem: Fix unplug of device "ivshmem-plain"Markus Armbruster1-9/+5
2018-07-02hw/ivshmem: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-1/+2
2018-06-28hostmem: drop error variable from host_memory_backend_get_memory()David Hildenbrand1-2/+1
2018-02-07ivshmem: Disable irqfd on device resetLadi Prosek1-0/+4
2018-02-07ivshmem: Improve MSI irqfd error handlingLadi Prosek1-13/+24
2018-02-07ivshmem: Always remove irqfd notifiersLadi Prosek1-3/+23
2018-02-07ivshmem: Don't update non-existent MSI routesLadi Prosek1-2/+10
2017-12-18misc: remove old i386 dependencyPhilippe Mathieu-Daudé1-1/+0
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+4
2017-09-19hw/misc/ivshmem: Fix ivshmem_recv_msg() to also work on big endian systemsThomas Huth1-1/+1
2017-07-31ivshmem: fix incorrect error handling in ivshmem_recv_msg()Philippe Mathieu-Daudé1-1/+4
2017-07-14ivshmem: Convert to DEFINE_PROP_LINKFam Zheng1-17/+7
2017-07-14qom: enforce readonly nature of link's check callbackIgor Mammedov1-1/+1
2017-07-14char: avoid chardevice direct accessAnton Nefedov1-2/+2
2017-07-14char: add backend hotswap handlerAnton Nefedov1-1/+1
2017-06-15ivshmem: use ram_from_fd()Marc-André Lureau1-8/+6
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau1-1/+1
2017-06-02chardev: move headers to include/chardevMarc-André Lureau1-1/+1
2017-05-17migration: Create migration/blocker.hJuan Quintela1-1/+1
2017-02-23util/cutils: Change qemu_strtosz*() from int64_t to uint64_tMarkus Armbruster1-1/+1
2017-02-23util/cutils: Return qemu_strtosz*() error and value separatelyMarkus Armbruster1-2/+5
2017-02-23util/cutils: Let qemu_strtosz*() optionally reject trailing crapMarkus Armbruster1-4/+2
2017-02-23util/cutils: Rename qemu_strtosz() to qemu_strtosz_MiB()Markus Armbruster1-1/+1
2017-02-01pci: Convert msix_init() to Error and fix callersCao jin1-4/+4
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau1-1/+1
2017-01-24migration: disallow migrate_add_blocker during migrationAshijeet Acharya1-4/+10
2016-11-17ivshmem: Fix 64 bit memory bar configurationZhuang Yanying1-1/+3
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau1-1/+1
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau1-10/+11
2016-10-24char: replace PROP_CHR with CharBackendMarc-André Lureau1-9/+9
2016-09-15ivshmem: Delete duplicate debug messageStefano Dong (董兴水)1-1/+0
2016-07-21kvm-irqchip: do explicit commit when update irqPeter Xu1-0/+1
2016-07-21kvm-irqchip: simplify kvm_irqchip_add_msi_routePeter Xu1-2/+1