aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-29fsdev: Use ThrottleDirection instread of bool is_writezhenwei pi3-11/+11
2023-08-29throttle: use THROTTLE_MAX/ARRAY_SIZE for hard codezhenwei pi1-5/+6
2023-08-29throttle: use enum ThrottleDirection instead of bool is_writezhenwei pi6-27/+36
2023-08-29cryptodev: use NULL throttle timer cb for read directionzhenwei pi1-2/+1
2023-08-29test-throttle: test read only and write onlyzhenwei pi1-0/+66
2023-08-29throttle: support read-only and write-onlyzhenwei pi1-14/+28
2023-08-29test-throttle: use enum ThrottleDirectionzhenwei pi1-3/+3
2023-08-29throttle: introduce enum ThrottleDirectionzhenwei pi2-10/+17
2023-08-28Merge tag 'pull-tcg-20230823-2' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi55-433/+832
2023-08-28Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi43-111/+376
2023-08-28Merge tag 'devel-hppa-priv-cleanup2-pull-request' of https://github.com/hdell...Stefan Hajnoczi4-17/+29
2023-08-28configure: remove unnecessary mkdir -pPaolo Bonzini1-1/+0
2023-08-28configure: fix container_hosts misspellings and duplicationsPaolo Bonzini1-2/+1
2023-08-28target/i386: add support for VMX_SECONDARY_EXEC_ENABLE_USER_WAIT_PAUSEAke Koomsin2-1/+6
2023-08-28tests/docker: add python3-tomli dependency to containersPaolo Bonzini21-6/+76
2023-08-28Revert "tests: Use separate virtual environment for avocado"Paolo Bonzini10-42/+37
2023-08-28configure: switch to ensuregroupPaolo Bonzini2-10/+12
2023-08-28python: use vendored tomliPaolo Bonzini3-1/+10
2023-08-28configure: never use PyPI for MesonPaolo Bonzini1-6/+0
2023-08-28lcitool: bump libvirt-ci submodule and regeneratePaolo Bonzini16-31/+31
2023-08-28python: mkvenv: add ensuregroup commandPaolo Bonzini3-1/+148
2023-08-28python: mkvenv: introduce TOML-like representation of dependenciesPaolo Bonzini1-16/+61
2023-08-28python: mkvenv: tweak the matching of --diagnose to depspecsPaolo Bonzini1-1/+4
2023-08-28dockerfiles: bump tricore cross compiler container to Debian 11Paolo Bonzini1-1/+1
2023-08-28configure: fix and complete detection of tricore toolsPaolo Bonzini1-4/+1
2023-08-27target/hppa: Switch to use MMU indices 11-15Helge Deller1-8/+8
2023-08-25target/hppa: Use privilege helper in hppa_get_physical_address()Helge Deller1-4/+5
2023-08-25target/hppa: Do not use hardcoded value for tlb_flush_*()Helge Deller3-5/+9
2023-08-25target/hppa: Add privilege to MMU index conversion helpersHelge Deller2-5/+9
2023-08-25target/hppa: Add missing PL1 and PL2 privilege levelsHelge Deller1-0/+3
2023-08-24tcg: spelling fixesMichael Tokarev3-7/+9
2023-08-24docs/devel/tcg-ops: fix missing newlines in "Host vector operations"Mark Cave-Ayland1-0/+2
2023-08-24target/cris: Fix a typo in gen_swapr()Philippe Mathieu-Daudé1-9/+11
2023-08-24tcg/tcg-op: Document wswap_i64() byte patternPhilippe Mathieu-Daudé1-0/+5
2023-08-24tcg/tcg-op: Document hswap_i32/64() byte patternPhilippe Mathieu-Daudé1-7/+18
2023-08-24tcg/tcg-op: Document bswap64_i64() byte patternPhilippe Mathieu-Daudé1-0/+5
2023-08-24tcg/tcg-op: Document bswap32_i64() byte patternPhilippe Mathieu-Daudé1-1/+10
2023-08-24tcg/tcg-op: Document bswap32_i32() byte patternPhilippe Mathieu-Daudé1-0/+5
2023-08-24tcg/tcg-op: Document bswap16_i64() byte patternPhilippe Mathieu-Daudé1-8/+19
2023-08-24tcg/tcg-op: Document bswap16_i32() byte patternPhilippe Mathieu-Daudé1-8/+19
2023-08-24tcg/i386: Implement negsetcond_*Richard Henderson2-10/+26
2023-08-24tcg/i386: Use shift in tcg_out_setcondRichard Henderson1-0/+15
2023-08-24tcg/i386: Clear dest first in tcg_out_setcond if possibleRichard Henderson1-1/+16
2023-08-24tcg/i386: Use CMP+SBB in tcg_out_setcondRichard Henderson1-0/+50
2023-08-24tcg/i386: Merge tcg_out_movcond{32,64}Richard Henderson1-21/+7
2023-08-24tcg/i386: Merge tcg_out_setcond{32,64}Richard Henderson1-17/+7
2023-08-24tcg/i386: Merge tcg_out_brcond{32,64}Richard Henderson1-61/+49
2023-08-24tcg/sparc64: Implement negsetcond_*Richard Henderson2-12/+32
2023-08-24tcg/s390x: Implement negsetcond_*Richard Henderson2-28/+54
2023-08-24tcg/riscv: Implement negsetcond_*Richard Henderson2-2/+47