aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-17Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-c11-20210615' into...Peter Maydell10-143/+97
2021-06-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210616'...Peter Maydell26-346/+965
2021-06-16include/qemu/int128.h: Add function to create Int128 from int64_tPeter Maydell1-0/+10
2021-06-16bitops.h: Provide hswap32(), hswap64(), wswap64() swapping operationsPeter Maydell2-20/+29
2021-06-16target/arm: Move expand_pred_b() data to vec_helper.cPeter Maydell3-99/+109
2021-06-16target/arm: Add framework for MVE decodePeter Maydell5-0/+53
2021-06-16target/arm: Implement MVE LETP insnPeter Maydell2-9/+97
2021-06-16target/arm: Implement MVE DLSTPPeter Maydell2-5/+27
2021-06-16target/arm: Implement MVE WLSTP insnPeter Maydell2-3/+42
2021-06-16target/arm: Implement MVE LCTPPeter Maydell2-0/+26
2021-06-16target/arm: Let vfp_access_check() handle late NOCP checksPeter Maydell1-5/+15
2021-06-16target/arm: Add handling for PSR.ECI/ICIPeter Maydell5-5/+133
2021-06-16target/arm: Handle VPR semantics in existing codePeter Maydell3-11/+57
2021-06-16target/arm: Enable FPSCR.QC bit for MVEPeter Maydell2-10/+23
2021-06-16target/arm: Provide and use H8 and H1_8 macrosPeter Maydell3-137/+143
2021-06-16hw/arm: quanta-q71l add pca954x muxesPatrick Venture2-3/+9
2021-06-16hw/arm: gsj add pca9548Patrick Venture2-4/+3
2021-06-16hw/arm: gsj add i2c commentsPatrick Venture1-1/+15
2021-06-16target/arm: Fix mte page crossing testRichard Henderson3-2/+33
2021-06-16Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210615-pull-request' ...Peter Maydell3-8/+17
2021-06-15configure: Remove probe for _Static_assertRichard Henderson2-29/+0
2021-06-15qemu/compiler: Remove QEMU_GENERICRichard Henderson1-40/+0
2021-06-15include/qemu/lockable: Use _Generic instead of QEMU_GENERICRichard Henderson1-48/+40
2021-06-15util: Use unique type for QemuRecMutex in thread-posix.hRichard Henderson2-8/+14
2021-06-15util: Pass file+line to qemu_rec_mutex_unlock_implRichard Henderson3-4/+12
2021-06-15util: Use real functions for thread-posix QemuRecMutexRichard Henderson4-13/+26
2021-06-15softfloat: Use _Generic instead of QEMU_GENERICRichard Henderson1-6/+10
2021-06-15configure: Use -std=gnu11Richard Henderson2-3/+3
2021-06-15Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2021-06-15-1...Peter Maydell13-51/+75
2021-06-15hw/intc/armv7m_nvic: Remove stale commentPeter Maydell1-6/+0
2021-06-15hw/arm: quanta-gbs-bmc add i2c commentsPatrick Venture1-0/+60
2021-06-15hw/arm: add quanta-gbs-bmc machinePatrick Venture1-0/+33
2021-06-15hw: virt: consider hw_compat_6_0Heinrich Schuchardt1-0/+2
2021-06-15target/arm: Diagnose UNALLOCATED in disas_simd_three_reg_same_fp16Richard Henderson1-30/+48
2021-06-15target/arm: Remove fprintf from disas_simd_mod_immRichard Henderson1-1/+0
2021-06-15target/arm: Diagnose UNALLOCATED in disas_simd_two_reg_misc_fp16Richard Henderson1-2/+2
2021-06-15hw/intc/arm_gicv3_cpuif: Tolerate spurious EOIR writesJean-Philippe Brucker1-1/+4
2021-06-15tpm: Return QMP error when TPM is disabled in buildPhilippe Mathieu-Daudé5-36/+23
2021-06-15sysemu: Make TPM structures inaccessible if CONFIG_TPM is not definedStefan Berger3-11/+14
2021-06-15acpi: Eliminate all TPM related code if CONFIG_TPM is not setStefan Berger2-0/+6
2021-06-15arm: Eliminate all TPM related code if CONFIG_TPM is not setStefan Berger3-0/+12
2021-06-15i386: Eliminate all TPM related code if CONFIG_TPM is not setStefan Berger2-4/+20
2021-06-15virtio-gpu: move scanout_id sanity checkGerd Hoffmann1-6/+14
2021-06-15vhost-user-gpu: reorder free calls.Gerd Hoffmann1-1/+1
2021-06-15vga: Allow writing VBE_DISPI_ID5 to ID registerDennis Wölfing1-1/+2
2021-06-14Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-fixes-pull-re...Peter Maydell17-39/+475
2021-06-14usb/dev-mtp: use GDateTime for formatting timestamp for objectsDaniel P. Berrangé1-6/+3
2021-06-14block: use GDateTime for formatting timestamp when dumping snapshot infoDaniel P. Berrangé1-7/+4
2021-06-14migration: use GDateTime for formatting timestamp in snapshot namesDaniel P. Berrangé1-8/+5
2021-06-14block: remove duplicate trace.h includeDaniel P. Berrangé1-2/+0