Age | Commit message (Expand) | Author | Files | Lines |
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 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Richard Henderson | 23 | -1365/+1041 |
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-13 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211013' into staging | Richard Henderson | 21 | -1187/+1013 |
2021-10-13 | Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20211013' into staging | Richard Henderson | 1 | -83/+90 |
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 |
2021-10-13 | tcg: Move helper_*_mmu decls to tcg/tcg-ldst.h | Richard Henderson | 5 | -71/+77 |
2021-10-13 | target/arm: Use cpu_*_mmu instead of helper_*_mmu | Richard Henderson | 2 | -47/+11 |
2021-10-13 | target/sparc: Use cpu_*_mmu instead of helper_*_mmu | Richard Henderson | 1 | -7/+7 |
2021-10-13 | target/s390x: Use cpu_*_mmu instead of helper_*_mmu | Richard Henderson | 1 | -4/+4 |
2021-10-13 | target/mips: Use 8-byte memory ops for msa load/store | Richard Henderson | 1 | -130/+71 |
2021-10-13 | target/mips: Use cpu_*_data_ra for msa load/store | Richard Henderson | 1 | -285/+135 |