aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-15block-backend: convert blk_co_pdiscard to int64_t bytesVladimir Sementsov-Ogievskiy
2021-10-15block-backend: convert blk_co_pwritev_part to int64_t bytesVladimir Sementsov-Ogievskiy
2021-10-15block-backend: make blk_co_preadv() 64bitVladimir Sementsov-Ogievskiy
2021-10-15block-backend: blk_check_byte_request(): int64_t bytesVladimir Sementsov-Ogievskiy
2021-10-15qcow2: Silence clang -m32 compiler warningHanna Reitz
2021-10-15Merge remote-tracking branch 'remotes/kwolf/tags/for-upstream' into stagingRichard Henderson
2021-10-15Merge remote-tracking branch 'remotes/thuth/tags/pull-request-2021-10-15' int...Richard Henderson
2021-10-15vl: Enable JSON syntax for -deviceKevin Wolf
2021-10-15qdev: Base object creation on QDict rather than QemuOptsKevin Wolf
2021-10-15virtio-net: Avoid QemuOpts in failover_find_primary_device()Kevin Wolf
2021-10-15virtio-net: Store failover primary opts pointer locallyKevin Wolf
2021-10-15qdev: Add Error parameter to hide_device() callbacksKevin Wolf
2021-10-15qemu-option: Allow deleting opts during qemu_opts_foreach()Kevin Wolf
2021-10-15softmmu/qdev-monitor: add error handling in qdev_set_idDamien Hedde
2021-10-15qdev: Make DeviceState.id independent of QemuOptsKevin Wolf
2021-10-15qdev: Avoid using string visitor for propertiesKevin Wolf
2021-10-15iotests/051: Fix typoKevin Wolf
2021-10-15iotests/245: Fix type for iothread propertyKevin Wolf
2021-10-15qom: Reduce use of error_propagate()Kevin Wolf
2021-10-15net/vhost-vdpa: Fix device compatibility checkKevin Wolf
2021-10-15net/vhost-user: Fix device compatibility checkKevin Wolf
2021-10-15net: Introduce NetClientInfo.check_peer_type()Kevin Wolf
2021-10-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingRichard Henderson
2021-10-14configure: automatically parse command line for meson -D optionsPaolo Bonzini
2021-10-14meson-buildoptions: include list of tracing backendsPaolo Bonzini
2021-10-14configure: prepare for auto-generated option parsingPaolo Bonzini
2021-10-14configure: accept "internal" for --enable-capstone/slirp/fdtPaolo Bonzini
2021-10-14configure: remove deprecated --{enable, disable}-git-updatePaolo Bonzini
2021-10-14configure, meson: move more compiler checks to MesonPaolo Bonzini
2021-10-14configure: remove obsolete Solaris ar checkPaolo Bonzini
2021-10-14configure, meson: move Spice configure handling to mesonMarc-André Lureau
2021-10-14configure, meson: move netmap detection to mesonPaolo Bonzini
2021-10-14configure, meson: move vde detection to mesonPaolo Bonzini
2021-10-14configure, meson: move libaio check to meson.buildPaolo Bonzini
2021-10-14configure, meson: move pthread_setname_np checks to MesonPaolo Bonzini
2021-10-14configure, meson: move remaining HAVE_* compiler tests to MesonPaolo Bonzini
2021-10-14meson: HAVE_GDB_BIN is not used by C codePaolo Bonzini
2021-10-14configure, meson: remove CONFIG_GCOV from config-host.makPaolo Bonzini
2021-10-14configure, meson: get HOST_WORDS_BIGENDIAN via the machine objectPaolo Bonzini
2021-10-14configure, meson: move CONFIG_HOST_DSOSUF to MesonPaolo Bonzini
2021-10-14trace: move configuration from configure to MesonPaolo Bonzini
2021-10-14trace: simple: pass trace_file unmodified to config-host.hPaolo Bonzini
2021-10-14configure, meson: move fuzzing configuration to MesonPaolo Bonzini
2021-10-14kconfig: split CONFIG_SPARSE_MEM from fuzzingPaolo Bonzini
2021-10-14configure: add command line options for audio driversPaolo Bonzini
2021-10-14meson: define symbols for all available audio driversPaolo Bonzini
2021-10-14configure, meson: move audio driver detection to MesonPaolo Bonzini
2021-10-14audio: remove CONFIG_AUDIO_WIN_INTPaolo Bonzini
2021-10-14configure: remove --oss-libPaolo Bonzini
2021-10-14dtc: Update to version 1.6.1Thomas Huth