index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
misc
/
ivshmem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-09
qtest: delete superfluous inclusions of qtest.h
Chen Qun
1
-1
/
+0
2021-02-09
memory: alloc RAM from file at offset
Jagannathan Raman
1
-1
/
+2
2020-12-18
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
1
-0
/
+1
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-8
/
+8
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-2
/
+4
2020-07-21
qom: Change object_get_canonical_path_component() not to malloc
Markus Armbruster
1
-3
/
+2
2020-07-10
error: Avoid error_propagate() after migrate_add_blocker()
Markus Armbruster
1
-3
/
+1
2020-03-17
hw/misc/ivshmem: Use one Error * variable instead of two
Markus Armbruster
1
-4
/
+3
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-2
/
+2
2019-12-17
hw/misc/ivshmem: Bury dead legacy INTx code
Markus Armbruster
1
-35
/
+0
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+2
2019-01-14
hw/misc/ivshmem: Remove deprecated "ivshmem" legacy device
Thomas Huth
1
-205
/
+5
2018-12-11
qom: make user_creatable_complete() specific to UserCreatable
Marc-André Lureau
1
-1
/
+1
2018-11-06
ivshmem: fix memory backend leak
Igor Mammedov
1
-0
/
+1
2018-10-19
cpus hw target: Use warn_report() & friends to report warnings
Markus Armbruster
1
-2
/
+2
2018-10-10
ivshmem: Fix unplug of device "ivshmem-plain"
Markus Armbruster
1
-9
/
+5
2018-07-02
hw/ivshmem: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
1
-1
/
+2
2018-06-28
hostmem: drop error variable from host_memory_backend_get_memory()
David Hildenbrand
1
-2
/
+1
2018-02-07
ivshmem: Disable irqfd on device reset
Ladi Prosek
1
-0
/
+4
2018-02-07
ivshmem: Improve MSI irqfd error handling
Ladi Prosek
1
-13
/
+24
2018-02-07
ivshmem: Always remove irqfd notifiers
Ladi Prosek
1
-3
/
+23
2018-02-07
ivshmem: Don't update non-existent MSI routes
Ladi Prosek
1
-2
/
+10
2017-12-18
misc: remove old i386 dependency
Philippe Mathieu-Daudé
1
-1
/
+0
2017-10-15
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
1
-0
/
+4
2017-09-19
hw/misc/ivshmem: Fix ivshmem_recv_msg() to also work on big endian systems
Thomas Huth
1
-1
/
+1
2017-07-31
ivshmem: fix incorrect error handling in ivshmem_recv_msg()
Philippe Mathieu-Daudé
1
-1
/
+4
2017-07-14
ivshmem: Convert to DEFINE_PROP_LINK
Fam Zheng
1
-17
/
+7
2017-07-14
qom: enforce readonly nature of link's check callback
Igor Mammedov
1
-1
/
+1
2017-07-14
char: avoid chardevice direct access
Anton Nefedov
1
-2
/
+2
2017-07-14
char: add backend hotswap handler
Anton Nefedov
1
-1
/
+1
2017-06-15
ivshmem: use ram_from_fd()
Marc-André Lureau
1
-8
/
+6
2017-06-02
char: move CharBackend handling in char-fe unit
Marc-André Lureau
1
-1
/
+1
2017-06-02
chardev: move headers to include/chardev
Marc-André Lureau
1
-1
/
+1
2017-05-17
migration: Create migration/blocker.h
Juan Quintela
1
-1
/
+1
2017-02-23
util/cutils: Change qemu_strtosz*() from int64_t to uint64_t
Markus Armbruster
1
-1
/
+1
2017-02-23
util/cutils: Return qemu_strtosz*() error and value separately
Markus Armbruster
1
-2
/
+5
2017-02-23
util/cutils: Let qemu_strtosz*() optionally reject trailing crap
Markus Armbruster
1
-4
/
+2
2017-02-23
util/cutils: Rename qemu_strtosz() to qemu_strtosz_MiB()
Markus Armbruster
1
-1
/
+1
2017-02-01
pci: Convert msix_init() to Error and fix callers
Cao jin
1
-4
/
+4
2017-01-27
char: rename CharDriverState Chardev
Marc-André Lureau
1
-1
/
+1
2017-01-24
migration: disallow migrate_add_blocker during migration
Ashijeet Acharya
1
-4
/
+10
2016-11-17
ivshmem: Fix 64 bit memory bar configuration
Zhuang Yanying
1
-1
/
+3
2016-10-24
char: remove explicit_fe_open, use a set_handlers argument
Marc-André Lureau
1
-1
/
+1
2016-10-24
char: use qemu_chr_fe* functions with CharBackend argument
Marc-André Lureau
1
-10
/
+11
2016-10-24
char: replace PROP_CHR with CharBackend
Marc-André Lureau
1
-9
/
+9
2016-09-15
ivshmem: Delete duplicate debug message
Stefano Dong (董兴水)
1
-1
/
+0
2016-07-21
kvm-irqchip: do explicit commit when update irq
Peter Xu
1
-0
/
+1
[next]