Age | Commit message (Expand) | Author | Files | Lines |
2022-03-22 | tests: remove needless include | Marc-André Lureau | 1 | -1/+0 |
2022-03-22 | Replace GCC_FMT_ATTR with G_GNUC_PRINTF | Marc-André Lureau | 1 | -2/+2 |
2022-03-22 | Drop qemu_foo() socket API wrapper | Marc-André Lureau | 1 | -1/+1 |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster | 4 | -30/+30 |
2022-03-06 | misc: Remove unnecessary "sysemu/cpu-timers.h" include | Philippe Mathieu-Daudé | 1 | -1/+0 |
2022-03-04 | rcu: use coroutine TLS macros | Stefan Hajnoczi | 2 | -7/+7 |
2022-03-04 | block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o... | Emanuele Giuseppe Esposito | 1 | -3/+3 |
2022-03-04 | block: introduce bdrv_activate | Emanuele Giuseppe Esposito | 1 | -1/+1 |
2022-02-23 | Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-next-pull-req... | Peter Maydell | 2 | -0/+273 |
2022-02-21 | configure, meson: move guest-agent, tools to meson | Paolo Bonzini | 1 | -3/+1 |
2022-02-21 | configure, meson: move block layer options to meson_options.txt | Paolo Bonzini | 1 | -1/+1 |
2022-02-16 | seccomp: fix blocking of process spawning | Daniel P. Berrangé | 1 | -2/+1 |
2022-02-16 | seccomp: add unit test for seccomp filtering | Daniel P. Berrangé | 2 | -0/+274 |
2022-01-14 | Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request... | Peter Maydell | 2 | -4/+4 |
2022-01-12 | aio-posix: split poll check from ready handler | Stefan Hajnoczi | 2 | -4/+4 |
2022-01-12 | meson: reenable filemonitor-inotify compilation | Volker Rümelin | 1 | -1/+1 |
2022-01-05 | tests/unit/test-util-sockets: Use g_file_open_tmp() to create temp file | Philippe Mathieu-Daudé | 1 | -2/+4 |
2021-12-31 | tests/unit/test-smp-parse: Keep default MIN/MAX CPUs in machine_base_class_init | Yanan Wang | 1 | -14/+2 |
2021-12-31 | tests/unit/test-smp-parse: No need to explicitly zero MachineClass members | Yanan Wang | 1 | -10/+0 |
2021-12-31 | tests/unit/test-smp-parse: Add testcases for CPU clusters | Yanan Wang | 1 | -7/+123 |
2021-12-31 | hw/core: Rename smp_parse() -> machine_parse_smp_config() | Philippe Mathieu-Daudé | 1 | -4/+4 |
2021-12-31 | tests/unit/test-smp-parse: Constify some pointer/struct | Philippe Mathieu-Daudé | 1 | -6/+6 |
2021-12-31 | tests/unit/test-smp-parse: Simplify pointer to compound literal use | Philippe Mathieu-Daudé | 1 | -33/+33 |
2021-12-31 | tests/unit/test-smp-parse: Add 'smp-generic-valid' machine type | Philippe Mathieu-Daudé | 1 | -4/+15 |
2021-12-31 | tests/unit/test-smp-parse: Add 'smp-generic-invalid' machine type | Philippe Mathieu-Daudé | 1 | -9/+16 |
2021-12-31 | tests/unit/test-smp-parse: Add 'smp-with-dies' machine type | Philippe Mathieu-Daudé | 1 | -7/+15 |
2021-12-31 | tests/unit/test-smp-parse: Split the 'generic' test in valid / invalid | Philippe Mathieu-Daudé | 1 | -3/+18 |
2021-12-31 | tests/unit/test-smp-parse: Pass machine type as argument to tests | Philippe Mathieu-Daudé | 1 | -6/+12 |
2021-12-28 | test-bdrv-drain: don't use BlockJob.blk | Vladimir Sementsov-Ogievskiy | 1 | -4/+8 |
2021-12-28 | test-blockjob-txn: don't abuse job->blk | Vladimir Sementsov-Ogievskiy | 1 | -9/+1 |
2021-12-18 | meson: reenable test-fdmon-epoll | Paolo Bonzini | 1 | -1/+1 |
2021-11-15 | tests/unit/test-smp-parse: Explicit MachineClass name | Philippe Mathieu-Daudé | 1 | -2/+6 |
2021-11-15 | tests/unit/test-smp-parse: QOM'ify smp_machine_class_init() | Philippe Mathieu-Daudé | 1 | -16/+18 |
2021-11-15 | tests/unit/test-smp-parse: Restore MachineClass fields after modifying | Philippe Mathieu-Daudé | 1 | -1/+9 |
2021-11-01 | tests/unit: Add an unit test for smp parsing | Yanan Wang | 2 | -0/+595 |
2021-10-27 | host-utils: add unit tests for divu128/divs128 | Luis Pires | 2 | -0/+198 |
2021-10-27 | qapi: Improve input_type_enum()'s error message | Markus Armbruster | 1 | -1/+1 |
2021-10-07 | Merge remote-tracking branch 'remotes/vsementsov/tags/pull-jobs-2021-10-07-v2... | Richard Henderson | 1 | -1/+1 |
2021-10-07 | job: @force parameter for job_cancel_sync() | Hanna Reitz | 1 | -1/+1 |
2021-10-05 | meson: switch minimum meson version to 0.58.2, minimum recommended to 0.59.2 | Paolo Bonzini | 1 | -1/+1 |
2021-09-29 | block: use int64_t instead of int in driver discard handlers | Vladimir Sementsov-Ogievskiy | 1 | -1/+1 |
2021-09-29 | block: use int64_t instead of uint64_t in driver write handlers | Vladimir Sementsov-Ogievskiy | 1 | -2/+2 |
2021-09-29 | block: use int64_t instead of uint64_t in driver read handlers | Vladimir Sementsov-Ogievskiy | 2 | -12/+23 |
2021-09-27 | test-clone-visitor: Correct an accidental rename | Markus Armbruster | 1 | -2/+2 |
2021-09-27 | tests/qapi-schema: Drop simple union __org.qemu_x-Union1 | Markus Armbruster | 1 | -11/+5 |
2021-09-27 | test-clone-visitor: Wean off __org.qemu_x-Union1 | Markus Armbruster | 1 | -35/+41 |
2021-09-27 | tests/qapi-schema: Wean off UserDefListUnion | Markus Armbruster | 1 | -1/+1 |
2021-09-27 | test-clone-visitor: Wean off UserDefListUnion | Markus Armbruster | 1 | -8/+16 |
2021-09-27 | test-qobject-output-visitor: Wean off UserDefListUnion | Markus Armbruster | 1 | -297/+92 |
2021-09-27 | test-qobject-input-visitor: Wean off UserDefListUnion | Markus Armbruster | 1 | -312/+148 |