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
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
2016-07-21
kvm-irqchip: simplify kvm_irqchip_add_msi_route
Peter Xu
1
-2
/
+1
2016-07-13
hostmem: detect host backend memory is being used properly
Xiao Guangrong
1
-4
/
+10
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
1
-2
/
+0
2016-05-29
memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptr
Paolo Bonzini
1
-3
/
+2
2016-04-13
ivshmem: fix ivshmem-{plain,doorbell} crash without arg
Marc-André Lureau
1
-0
/
+30
2016-03-24
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+2
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-0
/
+1
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-03-21
ivshmem: Require master to have ID zero
Markus Armbruster
1
-0
/
+6
2016-03-21
ivshmem: Drop ivshmem property x-memdev
Markus Armbruster
1
-20
/
+3
2016-03-21
ivshmem: Clean up after the previous commit
Markus Armbruster
1
-197
/
+203
2016-03-21
ivshmem: Split ivshmem-plain, ivshmem-doorbell off ivshmem
Markus Armbruster
1
-86
/
+243
2016-03-21
ivshmem: Replace int role_val by OnOffAuto master
Markus Armbruster
1
-12
/
+19
2016-03-21
ivshmem: Inline check_shm_size() into its only caller
Markus Armbruster
1
-26
/
+11
[next]