Age | Commit message (Expand) | Author |
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 |
2021-10-13 | target/i386/sev: Use local variable for kvm_sev_launch_measure | Dov Murik |
2021-10-13 | target/i386/sev: Use local variable for kvm_sev_launch_start | Dov Murik |
2021-10-13 | monitor: Tidy up find_device_state() | Markus Armbruster |
2021-10-13 | Revert "hw/misc: applesmc: use host osk as default on macs" | Paolo Bonzini |
2021-10-13 | hw/i386/sgx: Move qmp_query_sgx() and hmp_info_sgx() to hw/i386/sgx.c | Philippe Mathieu-Daudé |
2021-10-13 | hw/i386/sgx: Move qmp_query_sgx_capabilities() to hw/i386/sgx.c | Philippe Mathieu-Daudé |
2021-10-13 | hw/i386/sgx: Have sgx_epc_get_section() return a boolean | Philippe Mathieu-Daudé |
2021-10-13 | MAINTAINERS: Cover SGX documentation file with X86/KVM section | Philippe Mathieu-Daudé |
2021-10-13 | hvf: Determine slot count from struct layout | Alexander Graf |
2021-10-13 | tests: tcg: Fix PVH test with binutils 2.36+ | Cole Robinson |