aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-13ebpf: really include it only in system emulatorsPaolo Bonzini1-2/+0
2021-10-13target/i386/sev: Use local variable for kvm_sev_launch_measureDov Murik1-9/+7
2021-10-13target/i386/sev: Use local variable for kvm_sev_launch_startDov Murik1-13/+10
2021-10-13monitor: Tidy up find_device_state()Markus Armbruster1-8/+5
2021-10-13Revert "hw/misc: applesmc: use host osk as default on macs"Paolo Bonzini1-191/+1
2021-10-13hw/i386/sgx: Move qmp_query_sgx() and hmp_info_sgx() to hw/i386/sgx.cPhilippe Mathieu-Daudé4-42/+32
2021-10-13hw/i386/sgx: Move qmp_query_sgx_capabilities() to hw/i386/sgx.cPhilippe Mathieu-Daudé4-8/+5
2021-10-13hw/i386/sgx: Have sgx_epc_get_section() return a booleanPhilippe Mathieu-Daudé3-5/+5
2021-10-13MAINTAINERS: Cover SGX documentation file with X86/KVM sectionPhilippe Mathieu-Daudé1-0/+1
2021-10-13hvf: Determine slot count from struct layoutAlexander Graf1-1/+1
2021-10-13tests: tcg: Fix PVH test with binutils 2.36+Cole Robinson1-1/+4
2021-10-13qapi: Make some ObjectTypes depend on the build settingsThomas Huth1-12/+24
2021-10-13MAINTAINERS: Cover SEV-related files with X86/KVM sectionPhilippe Mathieu-Daudé1-0/+2
2021-10-13monitor: Reduce hmp_info_sev() declarationPhilippe Mathieu-Daudé4-3/+3
2021-10-13target/i386/sev: Move qmp_query_sev() & hmp_info_sev() to sev.cPhilippe Mathieu-Daudé4-40/+45
2021-10-13target/i386/sev: Move qmp_query_sev_launch_measure() to sev.cPhilippe Mathieu-Daudé4-21/+20
2021-10-13target/i386/sev: Move qmp_query_sev_capabilities() to sev.cPhilippe Mathieu-Daudé4-9/+7
2021-10-13target/i386/sev: Move qmp_sev_inject_launch_secret() to sev.cPhilippe Mathieu-Daudé3-34/+34
2021-10-13target/i386/sev: Move qmp_query_sev_attestation_report() to sev.cPhilippe Mathieu-Daudé4-12/+13