index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
misc
/
ivshmem.c
Age
Commit message (
Expand
)
Author
2015-10-24
ivshmem: error on too many eventfd received
Marc-André Lureau
2015-10-24
ivshmem: replace 'guest' for 'peer' appropriately
Marc-André Lureau
2015-10-24
ivshmem: fix pci_ivshmem_exit()
Marc-André Lureau
2015-10-24
ivshmem: add device description
Marc-André Lureau
2015-10-24
ivshmem: check shm isn't already initialized
Marc-André Lureau
2015-10-24
ivshmem: shmfd can be 0
Marc-André Lureau
2015-10-24
ivshmem: migrate with VMStateDescription
Marc-André Lureau
2015-10-24
ivshmem: use common is_power_of_2()
Marc-André Lureau
2015-10-24
ivshmem: use common return
Marc-André Lureau
2015-10-24
ivshmem: simplify a bit the code
Marc-André Lureau
2015-10-24
ivshmem: print error on invalid peer id
Marc-André Lureau
2015-10-24
ivshmem: improve error handling
Marc-André Lureau
2015-10-24
ivshmem: improve debug messages
Marc-André Lureau
2015-10-24
ivshmem: remove max_peer field
Marc-André Lureau
2015-10-24
ivshmem: initialize max_peer to -1
Marc-André Lureau
2015-10-24
ivshmem: remove useless ivshmem_update_irq() val argument
Marc-André Lureau
2015-10-24
ivshmem: allocate eventfds in resize_peers()
Marc-André Lureau
2015-10-24
ivshmem: simplify around increase_dynamic_storage()
Marc-André Lureau
2015-10-24
ivshmem: limit maximum number of peers to G_MAXUINT16
Marc-André Lureau
2015-10-24
ivshmem: remove last exit(1)
Marc-André Lureau
2015-10-24
ivshmem: more qdev conversion
Marc-André Lureau
2015-10-24
ivshmem: remove useless doorbell field
Marc-André Lureau
2015-10-24
ivshmem: remove superflous ivshmem_attr field
Marc-André Lureau
2015-10-24
ivshmem: remove unnecessary dup()
Marc-André Lureau
2015-10-24
ivshmem: factor out the incoming fifo handling
Marc-André Lureau
2015-10-24
ivshmem: fix number of bytes to push to fifo
Marc-André Lureau
2015-10-24
ivhsmem: read do not accept more than sizeof(long)
Marc-André Lureau
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
2015-06-19
pci: Don't register a specialized 'config_write' if default behavior is intended
Shmulik Ladkani
2014-10-31
ivshmem: use error_report
Andrew Jones
2014-10-31
ivshmem: Fix fd leak on error
Andreas Färber
2014-10-31
ivshmem: Fix potential OOB r/w access
Sebastian Krahmer
2014-10-31
ivshmem: validate incoming_posn value from server
Stefan Hajnoczi
2014-10-31
ivshmem: Check ivshmem_read() size argument
Stefan Hajnoczi
2014-08-19
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2014-08-18
memory: remove memory_region_destroy
Paolo Bonzini
2014-08-15
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-08-15' in...
Peter Maydell
2014-08-15
ivshmem: check the value returned by fstat()
zhanghailiang
2014-08-14
ivshmem: fix building when debug mode is enabled
Levente Kurusa
2014-04-25
qerror.h: Remove QERR defines that are only used once
Cole Robinson
2013-10-14
hw: set interrupts using pci irq wrappers
Marcel Apfelbaum
2013-07-29
devices: Associate devices to their logical category
Marcel Apfelbaum
2013-07-23
misc/ivshmem: QOM parent field cleanup
Andreas Färber
2013-07-23
misc/ivshmem: QOM Upcast Sweep
Peter Crosthwaite
2013-07-04
hw/m*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-06-12
ivshmem: add missing error exit(2)
Stefan Hajnoczi
2013-04-15
sysemu: avoid proliferation of include/ subdirectories
Paolo Bonzini
2013-04-08
hw: move VFIO and ivshmem to hw/misc/
Paolo Bonzini
[prev]