| Commit message (Expand) | Author | Files | Lines |
| 2021-10-15 | block-backend: convert blk_co_pdiscard to int64_t bytes | Vladimir Sementsov-Ogievskiy | 2 | -3/+5 |
| 2021-10-15 | block-backend: convert blk_co_pwritev_part to int64_t bytes | Vladimir Sementsov-Ogievskiy | 3 | -8/+8 |
| 2021-10-15 | block-backend: make blk_co_preadv() 64bit | Vladimir Sementsov-Ogievskiy | 3 | -4/+4 |
| 2021-10-15 | block-backend: blk_check_byte_request(): int64_t bytes | Vladimir Sementsov-Ogievskiy | 1 | -3/+3 |
| 2021-10-15 | qcow2: Silence clang -m32 compiler warning | Hanna Reitz | 1 | -1/+2 |
| 2021-10-15 | vl: Enable JSON syntax for -device | Kevin Wolf | 2 | -11/+67 |
| 2021-10-15 | qdev: Base object creation on QDict rather than QemuOpts | Kevin Wolf | 7 | -59/+61 |
| 2021-10-15 | virtio-net: Avoid QemuOpts in failover_find_primary_device() | Kevin Wolf | 1 | -33/+19 |
| 2021-10-15 | virtio-net: Store failover primary opts pointer locally | Kevin Wolf | 2 | -8/+19 |
| 2021-10-15 | qdev: Add Error parameter to hide_device() callbacks | Kevin Wolf | 4 | -6/+16 |
| 2021-10-15 | qemu-option: Allow deleting opts during qemu_opts_foreach() | Kevin Wolf | 1 | -2/+2 |
| 2021-10-15 | softmmu/qdev-monitor: add error handling in qdev_set_id | Damien Hedde | 3 | -12/+55 |
| 2021-10-15 | qdev: Make DeviceState.id independent of QemuOpts | Kevin Wolf | 7 | -7/+9 |
| 2021-10-15 | qdev: Avoid using string visitor for properties | Kevin Wolf | 1 | -3/+17 |
| 2021-10-15 | iotests/051: Fix typo | Kevin Wolf | 2 | -3/+3 |
| 2021-10-15 | iotests/245: Fix type for iothread property | Kevin Wolf | 1 | -2/+2 |
| 2021-10-15 | qom: Reduce use of error_propagate() | Kevin Wolf | 2 | -17/+9 |
| 2021-10-15 | net/vhost-vdpa: Fix device compatibility check | Kevin Wolf | 1 | -23/+14 |
| 2021-10-15 | net/vhost-user: Fix device compatibility check | Kevin Wolf | 1 | -27/+14 |
| 2021-10-15 | net: Introduce NetClientInfo.check_peer_type() | Kevin Wolf | 2 | -0/+8 |
| 2021-10-14 | configure: automatically parse command line for meson -D options | Paolo Bonzini | 5 | -588/+461 |
| 2021-10-14 | meson-buildoptions: include list of tracing backends | Paolo Bonzini | 1 | -0/+16 |
| 2021-10-14 | configure: prepare for auto-generated option parsing | Paolo Bonzini | 4 | -10/+106 |
| 2021-10-14 | configure: accept "internal" for --enable-capstone/slirp/fdt | Paolo Bonzini | 1 | -3/+3 |
| 2021-10-14 | configure: remove deprecated --{enable, disable}-git-update | Paolo Bonzini | 1 | -8/+0 |
| 2021-10-14 | configure, meson: move more compiler checks to Meson | Paolo Bonzini | 3 | -92/+47 |
| 2021-10-14 | configure: remove obsolete Solaris ar check | Paolo Bonzini | 1 | -15/+0 |
| 2021-10-14 | configure, meson: move Spice configure handling to meson | Marc-André Lureau | 5 | -60/+26 |
| 2021-10-14 | configure, meson: move netmap detection to meson | Paolo Bonzini | 4 | -38/+27 |
| 2021-10-14 | configure, meson: move vde detection to meson | Paolo Bonzini | 4 | -35/+30 |
| 2021-10-14 | configure, meson: move libaio check to meson.build | Paolo Bonzini | 5 | -31/+18 |
| 2021-10-14 | configure, meson: move pthread_setname_np checks to Meson | Paolo Bonzini | 3 | -81/+25 |
| 2021-10-14 | configure, meson: move remaining HAVE_* compiler tests to Meson | Paolo Bonzini | 2 | -38/+18 |
| 2021-10-14 | meson: HAVE_GDB_BIN is not used by C code | Paolo Bonzini | 1 | -1/+2 |
| 2021-10-14 | configure, meson: remove CONFIG_GCOV from config-host.mak | Paolo Bonzini | 2 | -3/+1 |
| 2021-10-14 | configure, meson: get HOST_WORDS_BIGENDIAN via the machine object | Paolo Bonzini | 2 | -5/+2 |
| 2021-10-14 | configure, meson: move CONFIG_HOST_DSOSUF to Meson | Paolo Bonzini | 2 | -11/+5 |
| 2021-10-14 | trace: move configuration from configure to Meson | Paolo Bonzini | 6 | -106/+61 |
| 2021-10-14 | trace: simple: pass trace_file unmodified to config-host.h | Paolo Bonzini | 3 | -4/+2 |
| 2021-10-14 | configure, meson: move fuzzing configuration to Meson | Paolo Bonzini | 4 | -73/+59 |
| 2021-10-14 | kconfig: split CONFIG_SPARSE_MEM from fuzzing | Paolo Bonzini | 4 | -1/+9 |
| 2021-10-14 | configure: add command line options for audio drivers | Paolo Bonzini | 1 | -1/+38 |
| 2021-10-14 | meson: define symbols for all available audio drivers | Paolo Bonzini | 1 | -3/+3 |
| 2021-10-14 | configure, meson: move audio driver detection to Meson | Paolo Bonzini | 4 | -216/+148 |
| 2021-10-14 | audio: remove CONFIG_AUDIO_WIN_INT | Paolo Bonzini | 2 | -7/+2 |
| 2021-10-14 | configure: remove --oss-lib | Paolo Bonzini | 1 | -3/+0 |
| 2021-10-14 | dtc: Update to version 1.6.1 | Thomas Huth | 1 | -0/+0 |
| 2021-10-13 | target/alpha: Reorg integer memory operations | Richard Henderson | 1 | -64/+40 |
| 2021-10-13 | target/alpha: Reorg fp memory operations | Richard Henderson | 1 | -26/+57 |
| 2021-10-13 | tcg: Canonicalize alignment flags in MemOp | Richard Henderson | 1 | -1/+6 |