Age | Commit message (Expand) | Author | Files | Lines |
2020-09-22 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul... | Peter Maydell | 6 | -6/+6 |
2020-09-17 | util/: fix some comment spelling errors | zhaolichang | 6 | -6/+6 |
2020-09-17 | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-09-1... | Peter Maydell | 2 | -2/+65 |
2020-09-16 | tests: fixes aio-win32 about aio_remove_fd_handler, get it consistence with a... | Yonggang Luo | 1 | -2/+10 |
2020-09-16 | util: give a specific error message when O_DIRECT doesn't work | Daniel P. Berrangé | 1 | -1/+14 |
2020-09-16 | util: introduce qemu_open and qemu_create with error reporting | Daniel P. Berrangé | 1 | -0/+16 |
2020-09-16 | util: add Error object for qemu_open_internal error reporting | Daniel P. Berrangé | 1 | -2/+13 |
2020-09-16 | util: refactor qemu_open_old to split off variadic args handling | Daniel P. Berrangé | 1 | -7/+17 |
2020-09-16 | util: rename qemu_open() to qemu_open_old() | Daniel P. Berrangé | 2 | -2/+2 |
2020-09-16 | util: split off a helper for dealing with O_CLOEXEC flag | Daniel P. Berrangé | 1 | -8/+15 |
2020-09-16 | monitor: simplify functions for getting a dup'd fdset entry | Daniel P. Berrangé | 1 | -16/+3 |
2020-09-16 | rcu: Implement drain_call_rcu | Maxim Levitsky | 1 | -0/+55 |
2020-09-15 | virtio-gpu: build modular | Gerd Hoffmann | 1 | -0/+2 |
2020-09-12 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul... | Peter Maydell | 2 | -2/+4 |
2020-09-11 | util/hexdump: Reorder qemu_hexdump() arguments | Philippe Mathieu-Daudé | 2 | -3/+3 |
2020-09-11 | util/hexdump: Convert to take a void pointer argument | Philippe Mathieu-Daudé | 1 | -1/+3 |
2020-09-09 | trace-events: Fix attribution of trace points to source | Markus Armbruster | 1 | -1/+3 |
2020-09-07 | stubs: Move qemu_fd_register stub to util/main-loop.c | Thomas Huth | 1 | -0/+4 |
2020-09-01 | util/vfio-helpers: Unify trace-events size format | Philippe Mathieu-Daudé | 1 | -3/+3 |
2020-09-01 | util/vfio-helpers: Fix typo in description | Philippe Mathieu-Daudé | 1 | -2/+2 |
2020-09-01 | util/qemu-timer: Fix typo in description | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-08-22 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 1 | -1/+1 |
2020-08-21 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 2 | -35/+48 |
2020-08-21 | util/meson.build: fix fdmon-io_uring build | Stefano Garzarella | 1 | -1/+1 |
2020-08-21 | meson: replace create-config with meson configure_file | Paolo Bonzini | 1 | -2/+2 |
2020-08-21 | meson: link emulators without Makefile.target | Paolo Bonzini | 1 | -1/+0 |
2020-08-21 | libqemuutil, qapi, trace: convert to meson | Paolo Bonzini | 2 | -83/+78 |
2020-08-21 | trace: switch position of headers to what Meson requires | Paolo Bonzini | 1 | -0/+1 |
2020-08-13 | aio-posix: keep aio_notify_me disabled during polling | Stefan Hajnoczi | 1 | -22/+25 |
2020-08-13 | async: always set ctx->notified in aio_notify() | Stefan Hajnoczi | 1 | -11/+21 |
2020-08-13 | async: rename event_notifier_dummy_cb/poll() | Stefan Hajnoczi | 1 | -4/+4 |
2020-07-27 | util/oslib-win32: add qemu_get_host_physmem implementation | Alex Bennée | 1 | -1/+6 |
2020-07-27 | util: add qemu_get_host_physmem utility function | Alex Bennée | 2 | -0/+21 |
2020-07-21 | module: ignore NULL type | Gerd Hoffmann | 1 | -0/+3 |
2020-07-20 | util: Implement qemu_get_thread_id() for OpenBSD | David CARLIER | 1 | -0/+2 |
2020-07-15 | net: check if the file descriptor is valid before using it | Laurent Vivier | 2 | -33/+50 |
2020-07-13 | util: Introduce qemu_get_host_name() | Michal Privoznik | 2 | -0/+48 |
2020-07-13 | util/drm: make portable by avoiding struct dirent d_type | Gerd Hoffmann | 1 | -5/+14 |
2020-07-13 | util/oslib-posix.c: Implement qemu_init_exec_dir() for Haiku | David CARLIER | 1 | -0/+19 |
2020-07-13 | util/compatfd.c: Only include <sys/syscall.h> if CONFIG_SIGNALFD | David CARLIER | 1 | -0/+2 |
2020-07-13 | osdep.h: Always include <sys/signal.h> if it exists | David CARLIER | 1 | -1/+0 |
2020-07-13 | util/qemu-openpty.c: Don't assume pty.h is glibc-only | David CARLIER | 1 | -1/+1 |
2020-07-13 | Remove the CONFIG_PRAGMA_DIAGNOSTIC_AVAILABLE switch | Thomas Huth | 1 | -2/+2 |
2020-07-12 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-misc-1107... | Peter Maydell | 2 | -24/+34 |
2020-07-11 | Revert "vga: build virtio-gpu as module" | Gerd Hoffmann | 1 | -6/+0 |
2020-07-11 | util/coroutine: Cleanup start_switch_fiber_ for TSAN. | Robert Foley | 1 | -18/+34 |
2020-07-10 | util/qemu-error: prepend guest name to error message to identify affected VM ... | Mario Smarduch | 1 | -0/+7 |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster | 3 | -26/+9 |
2020-07-10 | qemu-option: Use returned bool to check for failure | Markus Armbruster | 2 | -18/+10 |
2020-07-10 | qemu-option: Make functions taking Error ** return bool, not void | Markus Armbruster | 1 | -39/+53 |