Age | Commit message (Expand) | Author | Files | Lines |
2019-06-06 | util: Adjust qemu_guest_getrandom_nofail for Coverity | Richard Henderson | 1 | -1/+1 |
2019-05-29 | util: compile drm.o on posix | Marc-André Lureau | 1 | -1/+1 |
2019-05-23 | Merge remote-tracking branch 'remotes/rth/tags/pull-rng-20190522' into staging | Peter Maydell | 2 | -0/+94 |
2019-05-22 | util: Add qemu_guest_getrandom and associated routines | Richard Henderson | 2 | -0/+94 |
2019-05-22 | cutils: Simplify how parse_uint() checks for whitespace | Markus Armbruster | 1 | -1/+1 |
2019-05-13 | Merge remote-tracking branch 'remotes/kraxel/tags/input-20190513-v2-pull-requ... | Peter Maydell | 1 | -16/+2 |
2019-05-10 | util: simplify unix_listen() | Marc-André Lureau | 1 | -16/+2 |
2019-05-10 | aio-posix: ensure poll mode is left when aio_notify is called | Paolo Bonzini | 1 | -4/+8 |
2019-05-10 | util/readline: Add braces to fix checkpatch errors | Jules Irenge | 1 | -17/+33 |
2019-05-10 | util: readline: replace tab indent by four spaces to fix checkpatch errors | Jules Irenge | 1 | -49/+49 |
2019-05-10 | util/readline: add a space to fix errors by checkpatch tool | Jules Irenge | 1 | -17/+17 |
2019-05-09 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques... | Peter Maydell | 1 | -4/+8 |
2019-05-07 | util/cacheinfo: Use uint64_t on LLP64 model to satisfy Windows ARM64 | Cao Jiaxi | 1 | -1/+1 |
2019-05-03 | sockets: avoid string truncation warnings when copying UNIX path | Daniel P. Berrangé | 1 | -4/+8 |
2019-04-30 | cutils: Fix size_to_str() on 32-bit platforms | Eric Blake | 1 | -1/+1 |
2019-04-25 | util/mmap-alloc: support MAP_SYNC in qemu_ram_mmap() | Zhang Yi | 1 | -1/+40 |
2019-04-25 | util/mmap-alloc: Add a 'is_pmem' parameter to qemu_ram_mmap | Zhang Yi | 2 | -2/+6 |
2019-04-18 | qemu-print: New qemu_fprintf(), qemu_vfprintf() | Markus Armbruster | 1 | -0/+27 |
2019-04-18 | qsp: Simplify how qsp_report() prints | Markus Armbruster | 1 | -10/+11 |
2019-04-18 | qemu-print: New qemu_printf(), qemu_vprintf() etc. | Markus Armbruster | 2 | -0/+43 |
2019-04-18 | monitor error: Make printf()-like functions return a value | Markus Armbruster | 1 | -4/+8 |
2019-04-17 | util/error: do not free error on error_abort | Vladimir Sementsov-Ogievskiy | 1 | -1/+4 |
2019-04-17 | error: Fix error_report_err(), warn_report_err() hint printing | Markus Armbruster | 1 | -2/+2 |
2019-04-17 | log: Make glib logging go through QEMU | Christophe Fergeau | 1 | -1/+54 |
2019-04-02 | filemon: fix watch IDs to avoid potential wraparound issues | Daniel P. Berrangé | 3 | -17/+18 |
2019-04-02 | filemon: ensure watch IDs are unique to QFileMonitor scope | Daniel P. Berrangé | 1 | -3/+2 |
2019-03-26 | util/error: Remove an unnecessary NULL check | Philippe Mathieu-Daudé | 1 | -4/+0 |
2019-03-22 | trace-events: Fix attribution of trace points to source | Markus Armbruster | 1 | -3/+3 |
2019-03-22 | trace-events: Delete unused trace points | Markus Armbruster | 1 | -2/+0 |
2019-03-22 | trace-events: Shorten file names in comments | Markus Armbruster | 1 | -13/+13 |
2019-03-12 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell | 3 | -2/+66 |
2019-03-11 | memfd: improve error messages | Ilya Maximets | 1 | -1/+6 |
2019-03-11 | memfd: set up correct errno if not supported | Ilya Maximets | 1 | -0/+1 |
2019-03-11 | memfd: always check for MFD_CLOEXEC | Ilya Maximets | 1 | -1/+1 |
2019-03-11 | oslib-posix: Ignore fcntl("/dev/null", F_SETFL, O_NONBLOCK) failure | Philippe Mathieu-Daudé | 1 | -0/+12 |
2019-03-11 | hostmem-file: reject invalid pmem file sizes | Stefan Hajnoczi | 2 | -0/+58 |
2019-03-07 | build-sys: link with slirp as an external project | Marc-André Lureau | 1 | -0/+1 |
2019-03-07 | slirp: move sources to src/ subdirectory | Marc-André Lureau | 1 | -2/+0 |
2019-03-06 | exec: Change RAMBlockIterFunc definition | Yury Kotov | 1 | -3/+3 |
2019-02-26 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 1 | -1/+2 |
2019-02-26 | authz: delete existing ACL implementation | Daniel P. Berrange | 2 | -180/+0 |
2019-02-26 | util: add helper APIs for dealing with inotify in portable manner | Daniel P. Berrangé | 4 | -0/+410 |
2019-02-25 | aio-posix: Assert that aio_poll() is always called in home thread | Kevin Wolf | 1 | -1/+2 |
2019-02-07 | slirp: replace global polling with per-instance & notifier | Marc-André Lureau | 1 | -6/+24 |
2019-02-07 | slirp: prefer c99 types over BSD kind | Marc-André Lureau | 1 | -1/+1 |
2019-02-04 | mmap-alloc: fix hugetlbfs misaligned length in ppc64 | Murilo Opsfelder Araujo | 2 | -7/+17 |
2019-02-04 | mmap-alloc: unfold qemu_ram_mmap() | Murilo Opsfelder Araujo | 1 | -19/+34 |
2019-02-01 | uuid: Make qemu_uuid_bswap() take and return a QemuUUID | Peter Maydell | 1 | -5/+5 |
2019-01-30 | Don't talk about the LGPL if the file is licensed under the GPL | Thomas Huth | 1 | -6/+5 |
2019-01-24 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 1 | -17/+10 |