| Commit message (Expand) | Author | Age | Files | Lines |
* | stubs: Move qemu_fd_register stub to util/main-loop.c | Thomas Huth | 2020-09-07 | 1 | -0/+4 |
* | util/vfio-helpers: Unify trace-events size format | Philippe Mathieu-Daudé | 2020-09-01 | 1 | -3/+3 |
* | util/vfio-helpers: Fix typo in description | Philippe Mathieu-Daudé | 2020-09-01 | 1 | -2/+2 |
* | util/qemu-timer: Fix typo in description | Philippe Mathieu-Daudé | 2020-09-01 | 1 | -1/+1 |
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 2020-08-22 | 1 | -1/+1 |
|\ |
|
| * | util/meson.build: fix fdmon-io_uring build | Stefano Garzarella | 2020-08-21 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 2020-08-21 | 2 | -35/+48 |
|\ \
| |/
|/| |
|
| * | aio-posix: keep aio_notify_me disabled during polling | Stefan Hajnoczi | 2020-08-13 | 1 | -22/+25 |
| * | async: always set ctx->notified in aio_notify() | Stefan Hajnoczi | 2020-08-13 | 1 | -11/+21 |
| * | async: rename event_notifier_dummy_cb/poll() | Stefan Hajnoczi | 2020-08-13 | 1 | -4/+4 |
* | | meson: replace create-config with meson configure_file | Paolo Bonzini | 2020-08-21 | 1 | -2/+2 |
* | | meson: link emulators without Makefile.target | Paolo Bonzini | 2020-08-21 | 1 | -1/+0 |
* | | libqemuutil, qapi, trace: convert to meson | Paolo Bonzini | 2020-08-21 | 2 | -83/+78 |
* | | trace: switch position of headers to what Meson requires | Paolo Bonzini | 2020-08-21 | 1 | -0/+1 |
|/ |
|
* | util/oslib-win32: add qemu_get_host_physmem implementation | Alex Bennée | 2020-07-27 | 1 | -1/+6 |
* | util: add qemu_get_host_physmem utility function | Alex Bennée | 2020-07-27 | 2 | -0/+21 |
* | module: ignore NULL type | Gerd Hoffmann | 2020-07-21 | 1 | -0/+3 |
* | util: Implement qemu_get_thread_id() for OpenBSD | David CARLIER | 2020-07-20 | 1 | -0/+2 |
* | net: check if the file descriptor is valid before using it | Laurent Vivier | 2020-07-15 | 2 | -33/+50 |
* | util: Introduce qemu_get_host_name() | Michal Privoznik | 2020-07-14 | 2 | -0/+48 |
* | util/drm: make portable by avoiding struct dirent d_type | Gerd Hoffmann | 2020-07-13 | 1 | -5/+14 |
* | util/oslib-posix.c: Implement qemu_init_exec_dir() for Haiku | David CARLIER | 2020-07-13 | 1 | -0/+19 |
* | util/compatfd.c: Only include <sys/syscall.h> if CONFIG_SIGNALFD | David CARLIER | 2020-07-13 | 1 | -0/+2 |
* | osdep.h: Always include <sys/signal.h> if it exists | David CARLIER | 2020-07-13 | 1 | -1/+0 |
* | util/qemu-openpty.c: Don't assume pty.h is glibc-only | David CARLIER | 2020-07-13 | 1 | -1/+1 |
* | Remove the CONFIG_PRAGMA_DIAGNOSTIC_AVAILABLE switch | Thomas Huth | 2020-07-13 | 1 | -2/+2 |
* | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-misc-1107... | Peter Maydell | 2020-07-12 | 2 | -24/+34 |
|\ |
|
| * | Revert "vga: build virtio-gpu as module" | Gerd Hoffmann | 2020-07-11 | 1 | -6/+0 |
| * | util/coroutine: Cleanup start_switch_fiber_ for TSAN. | Robert Foley | 2020-07-11 | 1 | -18/+34 |
* | | util/qemu-error: prepend guest name to error message to identify affected VM ... | Mario Smarduch | 2020-07-11 | 1 | -0/+7 |
|/ |
|
* | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster | 2020-07-10 | 3 | -26/+9 |
* | qemu-option: Use returned bool to check for failure | Markus Armbruster | 2020-07-10 | 2 | -18/+10 |
* | qemu-option: Make functions taking Error ** return bool, not void | Markus Armbruster | 2020-07-10 | 1 | -39/+53 |
* | qemu-option: Replace opt_set() by cleaner opt_validate() | Markus Armbruster | 2020-07-10 | 1 | -16/+19 |
* | qemu-option: Factor out helper opt_create() | Markus Armbruster | 2020-07-10 | 1 | -9/+18 |
* | qemu-option: Simplify around find_default_by_name() | Markus Armbruster | 2020-07-10 | 1 | -13/+5 |
* | qemu-option: Factor out helper find_default_by_name() | Markus Armbruster | 2020-07-10 | 1 | -20/+27 |
* | qemu-option: Make uses of find_desc_by_name() more similar | Markus Armbruster | 2020-07-10 | 1 | -14/+18 |
* | qemu-option: Check return value instead of @err where convenient | Markus Armbruster | 2020-07-10 | 2 | -14/+8 |
* | Merge remote-tracking branch 'remotes/kraxel/tags/modules-20200707-pull-reque... | Peter Maydell | 2020-07-09 | 1 | -0/+67 |
|\ |
|
| * | chardev: enable modules, use for braille | Gerd Hoffmann | 2020-07-07 | 1 | -0/+1 |
| * | vga: build virtio-gpu as module | Gerd Hoffmann | 2020-07-07 | 1 | -0/+6 |
| * | vga: build qxl as module | Gerd Hoffmann | 2020-07-07 | 1 | -0/+2 |
| * | usb: build usb-redir as module | Gerd Hoffmann | 2020-07-07 | 1 | -0/+1 |
| * | ccid: build smartcard as module | Gerd Hoffmann | 2020-07-07 | 1 | -0/+2 |
| * | module: qom module support | Gerd Hoffmann | 2020-07-07 | 1 | -0/+55 |
* | | configure / util: Auto-detect the availability of openpty() | Thomas Huth | 2020-07-06 | 1 | -1/+4 |
|/ |
|
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2020-06-26 | 2 | -23/+19 |
|\ |
|
| * | replay: synchronize on every virtual timer callback | Pavel Dovgalyuk | 2020-06-26 | 1 | -23/+9 |
| * | util/getauxval: Porting to FreeBSD getauxval feature | David CARLIER | 2020-06-26 | 1 | -0/+10 |