aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-15net/vhost-vdpa: Fix device compatibility checkKevin Wolf1-23/+14
2021-10-15net/vhost-user: Fix device compatibility checkKevin Wolf1-27/+14
2021-10-15net: Introduce NetClientInfo.check_peer_type()Kevin Wolf2-0/+8
2021-10-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingRichard Henderson23-1365/+1041
2021-10-14configure: automatically parse command line for meson -D optionsPaolo Bonzini5-588/+461
2021-10-14meson-buildoptions: include list of tracing backendsPaolo Bonzini1-0/+16
2021-10-14configure: prepare for auto-generated option parsingPaolo Bonzini4-10/+106
2021-10-14configure: accept "internal" for --enable-capstone/slirp/fdtPaolo Bonzini1-3/+3
2021-10-14configure: remove deprecated --{enable, disable}-git-updatePaolo Bonzini1-8/+0
2021-10-14configure, meson: move more compiler checks to MesonPaolo Bonzini3-92/+47
2021-10-14configure: remove obsolete Solaris ar checkPaolo Bonzini1-15/+0
2021-10-14configure, meson: move Spice configure handling to mesonMarc-André Lureau5-60/+26
2021-10-14configure, meson: move netmap detection to mesonPaolo Bonzini4-38/+27
2021-10-14configure, meson: move vde detection to mesonPaolo Bonzini4-35/+30
2021-10-14configure, meson: move libaio check to meson.buildPaolo Bonzini5-31/+18
2021-10-14configure, meson: move pthread_setname_np checks to MesonPaolo Bonzini3-81/+25
2021-10-14configure, meson: move remaining HAVE_* compiler tests to MesonPaolo Bonzini2-38/+18
2021-10-14meson: HAVE_GDB_BIN is not used by C codePaolo Bonzini1-1/+2
2021-10-14configure, meson: remove CONFIG_GCOV from config-host.makPaolo Bonzini2-3/+1
2021-10-14configure, meson: get HOST_WORDS_BIGENDIAN via the machine objectPaolo Bonzini2-5/+2
2021-10-14configure, meson: move CONFIG_HOST_DSOSUF to MesonPaolo Bonzini2-11/+5
2021-10-14trace: move configuration from configure to MesonPaolo Bonzini6-106/+61
2021-10-14trace: simple: pass trace_file unmodified to config-host.hPaolo Bonzini3-4/+2
2021-10-14configure, meson: move fuzzing configuration to MesonPaolo Bonzini4-73/+59
2021-10-14kconfig: split CONFIG_SPARSE_MEM from fuzzingPaolo Bonzini4-1/+9
2021-10-14configure: add command line options for audio driversPaolo Bonzini1-1/+38
2021-10-14meson: define symbols for all available audio driversPaolo Bonzini1-3/+3
2021-10-14configure, meson: move audio driver detection to MesonPaolo Bonzini4-216/+148
2021-10-14audio: remove CONFIG_AUDIO_WIN_INTPaolo Bonzini2-7/+2
2021-10-14configure: remove --oss-libPaolo Bonzini1-3/+0
2021-10-13Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211013' into stagingRichard Henderson21-1187/+1013
2021-10-13Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20211013' into stagingRichard Henderson1-83/+90
2021-10-13target/alpha: Reorg integer memory operationsRichard Henderson1-64/+40
2021-10-13target/alpha: Reorg fp memory operationsRichard Henderson1-26/+57
2021-10-13tcg: Canonicalize alignment flags in MemOpRichard Henderson1-1/+6
2021-10-13tcg: Move helper_*_mmu decls to tcg/tcg-ldst.hRichard Henderson5-71/+77
2021-10-13target/arm: Use cpu_*_mmu instead of helper_*_mmuRichard Henderson2-47/+11
2021-10-13target/sparc: Use cpu_*_mmu instead of helper_*_mmuRichard Henderson1-7/+7
2021-10-13target/s390x: Use cpu_*_mmu instead of helper_*_mmuRichard Henderson1-4/+4
2021-10-13target/mips: Use 8-byte memory ops for msa load/storeRichard Henderson1-130/+71
2021-10-13target/mips: Use cpu_*_data_ra for msa load/storeRichard Henderson1-285/+135
2021-10-13accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.hRichard Henderson6-91/+87
2021-10-13accel/tcg: Add cpu_{ld,st}*_mmu interfacesRichard Henderson5-645/+698
2021-10-13target/hexagon: Implement cpu_mmu_indexRichard Henderson1-0/+9
2021-10-13target/s390x: Use MO_128 for 16 byte atomicsRichard Henderson1-2/+2
2021-10-13target/ppc: Use MO_128 for 16 byte atomicsRichard Henderson1-5/+7
2021-10-13target/i386: Use MO_128 for 16 byte atomicsRichard Henderson1-1/+1
2021-10-13target/arm: Use MO_128 for 16 byte atomicsRichard Henderson1-4/+4
2021-10-13memory: Log access direction for invalid accessesBALATON Zoltan1-10/+10
2021-10-13Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingRichard Henderson31-619/+392