aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-25tcg/mips: Create and use TCG_REG_TBRichard Henderson1-10/+59
2023-05-25tcg/mips: Unify TCG_GUEST_BASE_REG testsRichard Henderson1-1/+1
2023-05-25tcg/mips: Move TCG_GUEST_BASE_REG to S7Richard Henderson1-2/+2
2023-05-25tcg/mips: Move TCG_AREG0 to S8Richard Henderson2-3/+3
2023-05-24Merge tag 'pull-vfio-20230524' of https://github.com/legoater/qemu into stagingRichard Henderson2-4/+6
2023-05-24Add Kubernetes runner configurationCamilla Conte1-0/+30
2023-05-24Add CI variable RUNNER_TAGCamilla Conte1-0/+7
2023-05-24Add loop over docker infoCamilla Conte2-1/+2
2023-05-24Use docker "stable" tagCamilla Conte1-1/+1
2023-05-24Remove redundant CI variablesCamilla Conte1-3/+0
2023-05-24util/vfio-helpers: Use g_file_read_link()Akihiko Odaki1-3/+5
2023-05-24vfio/pci: Fix a use-after-free issueZhenzhong Duan1-1/+1
2023-05-23Merge tag 'pull-tcg-20230523-3' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson56-2061/+1030
2023-05-23tcg: Remove USE_TCG_OPTIMIZATIONSRichard Henderson1-5/+0
2023-05-23tcg: Remove DEBUG_DISASRichard Henderson7-21/+1
2023-05-23qemu/atomic128: Add runtime test for FEAT_LSE2Richard Henderson1-13/+40
2023-05-23qemu/atomic128: Improve cmpxchg fallback for atomic16_setRichard Henderson1-4/+7
2023-05-23tcg: Split out tcg/debug-assert.hRichard Henderson3-8/+19
2023-05-23accel/tcg: Correctly use atomic128.h in ldst_atomicity.c.incRichard Henderson2-96/+24
2023-05-23qemu/atomic128: Split atomic16_readRichard Henderson3-18/+36
2023-05-23accel/tcg: Eliminate #if on HAVE_ATOMIC128 and HAVE_CMPXCHG128Richard Henderson4-3/+5
2023-05-23accel/tcg: Remove prot argument to atomic_mmu_lookupRichard Henderson3-79/+44
2023-05-23accel/tcg: Remove cpu_atomic_{ld,st}o_*_mmuRichard Henderson3-80/+4
2023-05-23target/s390x: Always use cpu_atomic_cmpxchgl_be_mmu in do_csstRichard Henderson1-7/+1
2023-05-23target/s390x: Use cpu_{ld,st}*_mmu in do_csstRichard Henderson1-39/+27
2023-05-23accel/tcg: Unify cpu_{ld,st}*_{be,le}_mmuRichard Henderson9-432/+134
2023-05-23target/s390x: Use tcg_gen_qemu_{ld,st}_i128 for LPQ, STPQRichard Henderson5-91/+9
2023-05-23target/ppc: Use tcg_gen_qemu_{ld,st}_i128 for LQARX, LQ, STQRichard Henderson5-132/+11
2023-05-23include/qemu: Move CONFIG_ATOMIC128_OPT handling to atomic128.hRichard Henderson4-27/+37
2023-05-23meson: Fix detect atomic128 support with optimizationRichard Henderson1-1/+1
2023-05-23include/host: Split out atomic128-ldst.hRichard Henderson3-73/+107
2023-05-23include/host: Split out atomic128-cas.hRichard Henderson3-54/+87
2023-05-23util: Add cpuinfo-aarch64.cRichard Henderson5-43/+96
2023-05-23migration: Build migration_files onceRichard Henderson1-1/+0
2023-05-23migration/xbzrle: Use i386 host/cpuinfo.hRichard Henderson6-550/+39
2023-05-23migration/xbzrle: Shuffle function orderRichard Henderson1-122/+122
2023-05-23util/bufferiszero: Use i386 host/cpuinfo.hRichard Henderson1-80/+45
2023-05-23tcg/i386: Use host/cpuinfo.hRichard Henderson2-129/+22
2023-05-23util: Add i386 CPUINFO_ATOMIC_VMOVDQURichard Henderson2-1/+4
2023-05-23util: Add cpuinfo-i386.cRichard Henderson5-0/+142
2023-05-23util: Introduce host-specific cpuinfo.hRichard Henderson2-0/+14
2023-05-23Merge tag 'mem-2023-05-23' of https://github.com/davidhildenbrand/qemu into s...Richard Henderson9-9/+69
2023-05-23hostmem-file: add offset optionAlexander Graf9-9/+69
2023-05-23Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingRichard Henderson29-832/+979
2023-05-23rtl8139: fix large_send_mss divide-by-zeroStefan Hajnoczi1-0/+3
2023-05-23docs/system/devices/igb: Note igb is tested for DPDKAkihiko Odaki1-5/+7
2023-05-23MAINTAINERS: Add a reviewer for network packet abstractionsAkihiko Odaki1-0/+1
2023-05-23vmxnet3: Do not depend on PCAkihiko Odaki1-1/+1
2023-05-23igb: Clear-on-read ICR when ICR.INTA is setAkihiko Odaki1-0/+2
2023-05-23igb: Notify only new interruptsAkihiko Odaki4-130/+87