index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
misc
/
ivshmem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-8
/
+8
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
1
-2
/
+4
*
qom: Change object_get_canonical_path_component() not to malloc
Markus Armbruster
2020-07-21
1
-3
/
+2
*
error: Avoid error_propagate() after migrate_add_blocker()
Markus Armbruster
2020-07-10
1
-3
/
+1
*
hw/misc/ivshmem: Use one Error * variable instead of two
Markus Armbruster
2020-03-17
1
-4
/
+3
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-2
/
+2
*
hw/misc/ivshmem: Bury dead legacy INTx code
Markus Armbruster
2019-12-17
1
-35
/
+0
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+2
*
hw/misc/ivshmem: Remove deprecated "ivshmem" legacy device
Thomas Huth
2019-01-15
1
-205
/
+5
*
qom: make user_creatable_complete() specific to UserCreatable
Marc-André Lureau
2018-12-11
1
-1
/
+1
*
ivshmem: fix memory backend leak
Igor Mammedov
2018-11-06
1
-0
/
+1
*
cpus hw target: Use warn_report() & friends to report warnings
Markus Armbruster
2018-10-19
1
-2
/
+2
*
ivshmem: Fix unplug of device "ivshmem-plain"
Markus Armbruster
2018-10-10
1
-9
/
+5
*
hw/ivshmem: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2018-07-02
1
-1
/
+2
*
hostmem: drop error variable from host_memory_backend_get_memory()
David Hildenbrand
2018-06-28
1
-2
/
+1
*
ivshmem: Disable irqfd on device reset
Ladi Prosek
2018-02-07
1
-0
/
+4
*
ivshmem: Improve MSI irqfd error handling
Ladi Prosek
2018-02-07
1
-13
/
+24
*
ivshmem: Always remove irqfd notifiers
Ladi Prosek
2018-02-07
1
-3
/
+23
*
ivshmem: Don't update non-existent MSI routes
Ladi Prosek
2018-02-07
1
-2
/
+10
*
misc: remove old i386 dependency
Philippe Mathieu-Daudé
2017-12-18
1
-1
/
+0
*
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
2017-10-15
1
-0
/
+4
*
hw/misc/ivshmem: Fix ivshmem_recv_msg() to also work on big endian systems
Thomas Huth
2017-09-19
1
-1
/
+1
*
ivshmem: fix incorrect error handling in ivshmem_recv_msg()
Philippe Mathieu-Daudé
2017-07-31
1
-1
/
+4
*
ivshmem: Convert to DEFINE_PROP_LINK
Fam Zheng
2017-07-14
1
-17
/
+7
*
qom: enforce readonly nature of link's check callback
Igor Mammedov
2017-07-14
1
-1
/
+1
*
char: avoid chardevice direct access
Anton Nefedov
2017-07-14
1
-2
/
+2
*
char: add backend hotswap handler
Anton Nefedov
2017-07-14
1
-1
/
+1
*
ivshmem: use ram_from_fd()
Marc-André Lureau
2017-06-15
1
-8
/
+6
*
char: move CharBackend handling in char-fe unit
Marc-André Lureau
2017-06-02
1
-1
/
+1
*
chardev: move headers to include/chardev
Marc-André Lureau
2017-06-02
1
-1
/
+1
*
migration: Create migration/blocker.h
Juan Quintela
2017-05-17
1
-1
/
+1
*
util/cutils: Change qemu_strtosz*() from int64_t to uint64_t
Markus Armbruster
2017-02-23
1
-1
/
+1
*
util/cutils: Return qemu_strtosz*() error and value separately
Markus Armbruster
2017-02-23
1
-2
/
+5
*
util/cutils: Let qemu_strtosz*() optionally reject trailing crap
Markus Armbruster
2017-02-23
1
-4
/
+2
*
util/cutils: Rename qemu_strtosz() to qemu_strtosz_MiB()
Markus Armbruster
2017-02-23
1
-1
/
+1
*
pci: Convert msix_init() to Error and fix callers
Cao jin
2017-02-01
1
-4
/
+4
*
char: rename CharDriverState Chardev
Marc-André Lureau
2017-01-27
1
-1
/
+1
*
migration: disallow migrate_add_blocker during migration
Ashijeet Acharya
2017-01-24
1
-4
/
+10
*
ivshmem: Fix 64 bit memory bar configuration
Zhuang Yanying
2016-11-17
1
-1
/
+3
*
char: remove explicit_fe_open, use a set_handlers argument
Marc-André Lureau
2016-10-24
1
-1
/
+1
*
char: use qemu_chr_fe* functions with CharBackend argument
Marc-André Lureau
2016-10-24
1
-10
/
+11
*
char: replace PROP_CHR with CharBackend
Marc-André Lureau
2016-10-24
1
-9
/
+9
*
ivshmem: Delete duplicate debug message
Stefano Dong (董兴水)
2016-09-15
1
-1
/
+0
*
kvm-irqchip: do explicit commit when update irq
Peter Xu
2016-07-21
1
-0
/
+1
*
kvm-irqchip: simplify kvm_irqchip_add_msi_route
Peter Xu
2016-07-21
1
-2
/
+1
*
hostmem: detect host backend memory is being used properly
Xiao Guangrong
2016-07-13
1
-4
/
+10
*
os-posix: include sys/mman.h
Paolo Bonzini
2016-06-16
1
-2
/
+0
[next]