Age | Commit message (Expand) | Author |
2021-10-15 | net/vhost-user: Fix device compatibility check | Kevin Wolf |
2021-10-15 | net: Introduce NetClientInfo.check_peer_type() | Kevin Wolf |
2021-10-14 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Richard Henderson |
2021-10-14 | configure: automatically parse command line for meson -D options | Paolo Bonzini |
2021-10-14 | meson-buildoptions: include list of tracing backends | Paolo Bonzini |
2021-10-14 | configure: prepare for auto-generated option parsing | Paolo Bonzini |
2021-10-14 | configure: accept "internal" for --enable-capstone/slirp/fdt | Paolo Bonzini |
2021-10-14 | configure: remove deprecated --{enable, disable}-git-update | Paolo Bonzini |
2021-10-14 | configure, meson: move more compiler checks to Meson | Paolo Bonzini |
2021-10-14 | configure: remove obsolete Solaris ar check | Paolo Bonzini |
2021-10-14 | configure, meson: move Spice configure handling to meson | Marc-André Lureau |
2021-10-14 | configure, meson: move netmap detection to meson | Paolo Bonzini |
2021-10-14 | configure, meson: move vde detection to meson | Paolo Bonzini |
2021-10-14 | configure, meson: move libaio check to meson.build | Paolo Bonzini |
2021-10-14 | configure, meson: move pthread_setname_np checks to Meson | Paolo Bonzini |
2021-10-14 | configure, meson: move remaining HAVE_* compiler tests to Meson | Paolo Bonzini |
2021-10-14 | meson: HAVE_GDB_BIN is not used by C code | Paolo Bonzini |
2021-10-14 | configure, meson: remove CONFIG_GCOV from config-host.mak | Paolo Bonzini |
2021-10-14 | configure, meson: get HOST_WORDS_BIGENDIAN via the machine object | Paolo Bonzini |
2021-10-14 | configure, meson: move CONFIG_HOST_DSOSUF to Meson | Paolo Bonzini |
2021-10-14 | trace: move configuration from configure to Meson | Paolo Bonzini |
2021-10-14 | trace: simple: pass trace_file unmodified to config-host.h | Paolo Bonzini |
2021-10-14 | configure, meson: move fuzzing configuration to Meson | Paolo Bonzini |
2021-10-14 | kconfig: split CONFIG_SPARSE_MEM from fuzzing | Paolo Bonzini |
2021-10-14 | configure: add command line options for audio drivers | Paolo Bonzini |
2021-10-14 | meson: define symbols for all available audio drivers | Paolo Bonzini |
2021-10-14 | configure, meson: move audio driver detection to Meson | Paolo Bonzini |
2021-10-14 | audio: remove CONFIG_AUDIO_WIN_INT | Paolo Bonzini |
2021-10-14 | configure: remove --oss-lib | Paolo Bonzini |
2021-10-13 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211013' into staging | Richard Henderson |
2021-10-13 | Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20211013' into staging | Richard Henderson |
2021-10-13 | target/alpha: Reorg integer memory operations | Richard Henderson |
2021-10-13 | target/alpha: Reorg fp memory operations | Richard Henderson |
2021-10-13 | tcg: Canonicalize alignment flags in MemOp | Richard Henderson |
2021-10-13 | tcg: Move helper_*_mmu decls to tcg/tcg-ldst.h | Richard Henderson |
2021-10-13 | target/arm: Use cpu_*_mmu instead of helper_*_mmu | Richard Henderson |
2021-10-13 | target/sparc: Use cpu_*_mmu instead of helper_*_mmu | Richard Henderson |
2021-10-13 | target/s390x: Use cpu_*_mmu instead of helper_*_mmu | Richard Henderson |
2021-10-13 | target/mips: Use 8-byte memory ops for msa load/store | Richard Henderson |
2021-10-13 | target/mips: Use cpu_*_data_ra for msa load/store | Richard Henderson |
2021-10-13 | accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.h | Richard Henderson |
2021-10-13 | accel/tcg: Add cpu_{ld,st}*_mmu interfaces | Richard Henderson |
2021-10-13 | target/hexagon: Implement cpu_mmu_index | Richard Henderson |
2021-10-13 | target/s390x: Use MO_128 for 16 byte atomics | Richard Henderson |
2021-10-13 | target/ppc: Use MO_128 for 16 byte atomics | Richard Henderson |
2021-10-13 | target/i386: Use MO_128 for 16 byte atomics | Richard Henderson |
2021-10-13 | target/arm: Use MO_128 for 16 byte atomics | Richard Henderson |
2021-10-13 | memory: Log access direction for invalid accesses | BALATON Zoltan |
2021-10-13 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Richard Henderson |
2021-10-13 | ebpf: really include it only in system emulators | Paolo Bonzini |