| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 2020-10-16 | 1 | -27/+76 |
|\ |
|
| * | keyval: Parse help options | Kevin Wolf | 2020-10-15 | 1 | -12/+51 |
| * | keyval: Fix parsing of ',' in value of implied key | Markus Armbruster | 2020-10-15 | 1 | -11/+17 |
| * | keyval: Fix and clarify grammar | Markus Armbruster | 2020-10-15 | 1 | -6/+10 |
* | | chardev/spice: build spice chardevs as module | Gerd Hoffmann | 2020-10-15 | 1 | -0/+2 |
* | | modules: update qom object module comment | Gerd Hoffmann | 2020-10-15 | 1 | -1/+3 |
* | | module: silence errors for module_load_qom_all(). | Gerd Hoffmann | 2020-10-15 | 1 | -10/+10 |
|/ |
|
* | win32: Simplify gmtime_r detection not depends on if _POSIX_C_SOURCE are defi... | Yonggang Luo | 2020-10-14 | 1 | -2/+2 |
* | util/async: Add aio_co_reschedule_self() | Kevin Wolf | 2020-10-09 | 1 | -0/+30 |
* | qmp: Move dispatcher to a coroutine | Kevin Wolf | 2020-10-09 | 1 | -1/+7 |
* | monitor: Use getter/setter functions for cur_mon | Kevin Wolf | 2020-10-09 | 3 | -4/+6 |
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 2020-10-06 | 2 | -12/+14 |
|\ |
|
| * | cpus: prepare new CpusAccel cpu accelerator interface | Claudio Fontana | 2020-10-05 | 1 | -7/+1 |
| * | icount: rename functions to be consistent with the module name | Claudio Fontana | 2020-10-05 | 2 | -3/+3 |
| * | cpu-timers, icount: new modules | Claudio Fontana | 2020-10-05 | 2 | -7/+15 |
* | | util/vfio-helpers: Rework the IOVA allocator to avoid IOVA reserved regions | Eric Auger | 2020-10-05 | 1 | -4/+53 |
* | | util/vfio-helpers: Collect IOVA reserved regions | Eric Auger | 2020-10-05 | 1 | -2/+70 |
* | | util/vfio-helpers: Pass page protections to qemu_vfio_pci_map_bar() | Philippe Mathieu-Daudé | 2020-10-05 | 1 | -2/+2 |
|/ |
|
* | module: relocate path to modules | Paolo Bonzini | 2020-09-30 | 1 | -1/+2 |
* | oslib-posix: relocate path to /var | Paolo Bonzini | 2020-09-30 | 1 | -2/+4 |
* | cutils: introduce get_relocated_path | Paolo Bonzini | 2020-09-30 | 1 | -0/+61 |
* | oslib-posix: default exec_dir to bindir | Paolo Bonzini | 2020-09-30 | 2 | -16/+11 |
* | oslib: do not call g_strdup from qemu_get_exec_dir | Paolo Bonzini | 2020-09-30 | 3 | -13/+14 |
* | util/hexdump: introduce qemu_hexdump_line() | Laurent Vivier | 2020-09-29 | 1 | -20/+34 |
* | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 2020-09-23 | 22 | -197/+201 |
* | fdmon-poll: reset npfd when upgrading to fdmon-epoll | Stefan Hajnoczi | 2020-09-23 | 1 | -0/+1 |
* | util/iov: add iov_discard_undo() | Stefan Hajnoczi | 2020-09-23 | 1 | -4/+46 |
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul... | Peter Maydell | 2020-09-22 | 6 | -6/+6 |
|\ |
|
| * | util/: fix some comment spelling errors | zhaolichang | 2020-09-17 | 6 | -6/+6 |
* | | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-09-1... | Peter Maydell | 2020-09-17 | 2 | -2/+65 |
|\ \ |
|
| * | | tests: fixes aio-win32 about aio_remove_fd_handler, get it consistence with a... | Yonggang Luo | 2020-09-16 | 1 | -2/+10 |
| * | | rcu: Implement drain_call_rcu | Maxim Levitsky | 2020-09-16 | 1 | -0/+55 |
| |/ |
|
* | | util: give a specific error message when O_DIRECT doesn't work | Daniel P. Berrangé | 2020-09-16 | 1 | -1/+14 |
* | | util: introduce qemu_open and qemu_create with error reporting | Daniel P. Berrangé | 2020-09-16 | 1 | -0/+16 |
* | | util: add Error object for qemu_open_internal error reporting | Daniel P. Berrangé | 2020-09-16 | 1 | -2/+13 |
* | | util: refactor qemu_open_old to split off variadic args handling | Daniel P. Berrangé | 2020-09-16 | 1 | -7/+17 |
* | | util: rename qemu_open() to qemu_open_old() | Daniel P. Berrangé | 2020-09-16 | 2 | -2/+2 |
* | | util: split off a helper for dealing with O_CLOEXEC flag | Daniel P. Berrangé | 2020-09-16 | 1 | -8/+15 |
* | | monitor: simplify functions for getting a dup'd fdset entry | Daniel P. Berrangé | 2020-09-16 | 1 | -16/+3 |
|/ |
|
* | virtio-gpu: build modular | Gerd Hoffmann | 2020-09-15 | 1 | -0/+2 |
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul... | Peter Maydell | 2020-09-12 | 2 | -2/+4 |
|\ |
|
| * | util/hexdump: Reorder qemu_hexdump() arguments | Philippe Mathieu-Daudé | 2020-09-11 | 2 | -3/+3 |
| * | util/hexdump: Convert to take a void pointer argument | Philippe Mathieu-Daudé | 2020-09-11 | 1 | -1/+3 |
* | | trace-events: Fix attribution of trace points to source | Markus Armbruster | 2020-09-09 | 1 | -1/+3 |
|/ |
|
* | 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 |