| Commit message (Expand) | Author | Age | Files | Lines |
* | ivshmem-server: Terminate also on SIGINT | Jan Kiszka | 2019-11-12 | 1 | -2/+3 |
* | ivshmem-server: Clean up shmem on shutdown | Jan Kiszka | 2019-11-12 | 1 | -0/+6 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 1 | -1/+0 |
* | qemu/queue.h: leave head structs anonymous unless necessary | Paolo Bonzini | 2019-01-11 | 1 | -4/+1 |
* | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster | 2018-02-09 | 1 | -1/+1 |
* | Clean up ill-advised or unusual header guards | Markus Armbruster | 2016-07-12 | 1 | -3/+3 |
* | os-posix: include sys/mman.h | Paolo Bonzini | 2016-06-16 | 1 | -1/+0 |
* | qemu-common: stop including qemu/host-utils.h from qemu-common.h | Paolo Bonzini | 2016-05-19 | 1 | -0/+1 |
* | Fix some typos found by codespell | Stefan Weil | 2016-05-18 | 1 | -1/+1 |
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2016-03-24 | 1 | -1/+2 |
|\ |
|
| * | util: move declarations out of qemu-common.h | Veronia Bahaa | 2016-03-22 | 1 | -1/+1 |
| * | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 2016-03-22 | 1 | -0/+1 |
* | | contrib/ivshmem-server: Print "not for production" warning | Markus Armbruster | 2016-03-21 | 1 | -0/+6 |
* | | ivshmem-server: Don't overload POSIX shmem and file name | Markus Armbruster | 2016-03-18 | 3 | -51/+23 |
* | | ivshmem-server: Fix and clean up command line help | Markus Armbruster | 2016-03-18 | 1 | -44/+42 |
|/ |
|
* | all: Clean up includes | Peter Maydell | 2016-02-23 | 1 | -3/+0 |
* | contrib: Clean up includes | Peter Maydell | 2016-02-04 | 2 | -1/+2 |
* | error: Consistently name Error * objects err, and not errp | Markus Armbruster | 2016-01-13 | 1 | -4/+4 |
* | error: Use error_report_err() instead of ad hoc prints | Markus Armbruster | 2016-01-13 | 1 | -3/+1 |
* | ivshmem-server: fix possible OVERRUN | Gonglei | 2015-11-06 | 1 | -1/+3 |
* | ivshmem: use little-endian int64_t for the protocol | Marc-André Lureau | 2015-10-26 | 2 | -7/+8 |
* | contrib: remove unnecessary strdup() | Marc-André Lureau | 2015-10-24 | 1 | -3/+3 |
* | ivshmem: add check on protocol version in QEMU | David Marchand | 2015-10-24 | 2 | -0/+10 |
* | ivshmem-server: fix hugetlbfs support | Marc-André Lureau | 2015-10-24 | 3 | -6/+54 |
* | ivshmem-server: use a uint16 for client ID | Marc-André Lureau | 2015-10-24 | 2 | -2/+11 |
* | contrib: add ivshmem client and server | David Marchand | 2015-10-24 | 4 | -0/+854 |