Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-10-13 | accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.h | Richard Henderson | 6 | -91/+87 |
2021-10-13 | accel/tcg: Add cpu_{ld,st}*_mmu interfaces | Richard Henderson | 5 | -645/+698 |
2021-10-13 | target/hexagon: Implement cpu_mmu_index | Richard Henderson | 1 | -0/+9 |
2021-10-13 | target/s390x: Use MO_128 for 16 byte atomics | Richard Henderson | 1 | -2/+2 |
2021-10-13 | target/ppc: Use MO_128 for 16 byte atomics | Richard Henderson | 1 | -5/+7 |
2021-10-13 | target/i386: Use MO_128 for 16 byte atomics | Richard Henderson | 1 | -1/+1 |
2021-10-13 | target/arm: Use MO_128 for 16 byte atomics | Richard Henderson | 1 | -4/+4 |
2021-10-13 | memory: Log access direction for invalid accesses | BALATON Zoltan | 1 | -10/+10 |
2021-10-13 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Richard Henderson | 31 | -619/+392 |
2021-10-13 | ebpf: really include it only in system emulators | Paolo Bonzini | 1 | -2/+0 |
2021-10-13 | target/i386/sev: Use local variable for kvm_sev_launch_measure | Dov Murik | 1 | -9/+7 |
2021-10-13 | target/i386/sev: Use local variable for kvm_sev_launch_start | Dov Murik | 1 | -13/+10 |
2021-10-13 | monitor: Tidy up find_device_state() | Markus Armbruster | 1 | -8/+5 |
2021-10-13 | Revert "hw/misc: applesmc: use host osk as default on macs" | Paolo Bonzini | 1 | -191/+1 |
2021-10-13 | hw/i386/sgx: Move qmp_query_sgx() and hmp_info_sgx() to hw/i386/sgx.c | Philippe Mathieu-Daudé | 4 | -42/+32 |
2021-10-13 | hw/i386/sgx: Move qmp_query_sgx_capabilities() to hw/i386/sgx.c | Philippe Mathieu-Daudé | 4 | -8/+5 |
2021-10-13 | hw/i386/sgx: Have sgx_epc_get_section() return a boolean | Philippe Mathieu-Daudé | 3 | -5/+5 |
2021-10-13 | MAINTAINERS: Cover SGX documentation file with X86/KVM section | Philippe Mathieu-Daudé | 1 | -0/+1 |
2021-10-13 | hvf: Determine slot count from struct layout | Alexander Graf | 1 | -1/+1 |
2021-10-13 | tests: tcg: Fix PVH test with binutils 2.36+ | Cole Robinson | 1 | -1/+4 |
2021-10-13 | qapi: Make some ObjectTypes depend on the build settings | Thomas Huth | 1 | -12/+24 |
2021-10-13 | MAINTAINERS: Cover SEV-related files with X86/KVM section | Philippe Mathieu-Daudé | 1 | -0/+2 |
2021-10-13 | monitor: Reduce hmp_info_sev() declaration | Philippe Mathieu-Daudé | 4 | -3/+3 |
2021-10-13 | target/i386/sev: Move qmp_query_sev() & hmp_info_sev() to sev.c | Philippe Mathieu-Daudé | 4 | -40/+45 |
2021-10-13 | target/i386/sev: Move qmp_query_sev_launch_measure() to sev.c | Philippe Mathieu-Daudé | 4 | -21/+20 |
2021-10-13 | target/i386/sev: Move qmp_query_sev_capabilities() to sev.c | Philippe Mathieu-Daudé | 4 | -9/+7 |