aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-16include/qemu/int128.h: Add function to create Int128 from int64_tpull-target-arm-20210616Peter Maydell
2021-06-16bitops.h: Provide hswap32(), hswap64(), wswap64() swapping operationsPeter Maydell
2021-06-16target/arm: Move expand_pred_b() data to vec_helper.cPeter Maydell
2021-06-16target/arm: Add framework for MVE decodePeter Maydell
2021-06-16target/arm: Implement MVE LETP insnPeter Maydell
2021-06-16target/arm: Implement MVE DLSTPPeter Maydell
2021-06-16target/arm: Implement MVE WLSTP insnPeter Maydell
2021-06-16target/arm: Implement MVE LCTPPeter Maydell
2021-06-16target/arm: Let vfp_access_check() handle late NOCP checksPeter Maydell
2021-06-16target/arm: Add handling for PSR.ECI/ICIPeter Maydell
2021-06-16target/arm: Handle VPR semantics in existing codePeter Maydell
2021-06-16target/arm: Enable FPSCR.QC bit for MVEPeter Maydell
2021-06-16target/arm: Provide and use H8 and H1_8 macrosPeter Maydell
2021-06-16hw/arm: quanta-q71l add pca954x muxesPatrick Venture
2021-06-16hw/arm: gsj add pca9548Patrick Venture
2021-06-16hw/arm: gsj add i2c commentsPatrick Venture
2021-06-16target/arm: Fix mte page crossing testRichard Henderson
2021-06-15hw/intc/armv7m_nvic: Remove stale commentPeter Maydell
2021-06-15hw/arm: quanta-gbs-bmc add i2c commentsPatrick Venture
2021-06-15hw/arm: add quanta-gbs-bmc machinePatrick Venture
2021-06-15hw: virt: consider hw_compat_6_0Heinrich Schuchardt
2021-06-15target/arm: Diagnose UNALLOCATED in disas_simd_three_reg_same_fp16Richard Henderson
2021-06-15target/arm: Remove fprintf from disas_simd_mod_immRichard Henderson
2021-06-15target/arm: Diagnose UNALLOCATED in disas_simd_two_reg_misc_fp16Richard Henderson
2021-06-15hw/intc/arm_gicv3_cpuif: Tolerate spurious EOIR writesJean-Philippe Brucker
2021-06-14Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-fixes-pull-re...Peter Maydell
2021-06-14usb/dev-mtp: use GDateTime for formatting timestamp for objectsDaniel P. Berrangé
2021-06-14block: use GDateTime for formatting timestamp when dumping snapshot infoDaniel P. Berrangé
2021-06-14migration: use GDateTime for formatting timestamp in snapshot namesDaniel P. Berrangé
2021-06-14block: remove duplicate trace.h includeDaniel P. Berrangé
2021-06-14block: add trace point when fdatasync failsDaniel P. Berrangé
2021-06-14block: preserve errno from fdatasync failuresDaniel P. Berrangé
2021-06-14softmmu: add trace point when bdrv_flush_all failsDaniel P. Berrangé
2021-06-14migration: add trace point when vm_stop_force_state failsDaniel P. Berrangé
2021-06-14sasl: remove comment about obsolete kerberos versionsDaniel P. Berrangé
2021-06-14docs: recommend SCRAM-SHA-256 SASL mech instead of SHA-1 variantDaniel P. Berrangé
2021-06-14docs: document usage of the authorization frameworkDaniel P. Berrangé
2021-06-14docs: document how to pass secret data to QEMUDaniel P. Berrangé
2021-06-14docs: add table of contents to QAPI referencesDaniel P. Berrangé
2021-06-14Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210613' into...Peter Maydell
2021-06-13docs/devel: Explain in more detail the TB chaining mechanismsLuis Pires
2021-06-13softfloat: Fix tp init in float32_exp2Richard Henderson
2021-06-13tcg/arm: Fix tcg_out_op function signatureJose R. Ziviani
2021-06-13tcg: Fix documentation for tcg_constant_* vs tcg_temp_free_*Richard Henderson
2021-06-13tcg: Introduce tcg_remove_ops_afterRichard Henderson
2021-06-13tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/Richard Henderson
2021-06-13tcg: When allocating for !splitwx, begin with PROT_NONERichard Henderson
2021-06-13tcg: Merge buffer protection and guard page protectionRichard Henderson
2021-06-13tcg: Round the tb_size default from qemu_get_host_physmemRichard Henderson
2021-06-13util/osdep: Add qemu_mprotect_rwRichard Henderson