aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-29throttle: use THROTTLE_MAX/ARRAY_SIZE for hard codezhenwei pi
2023-08-29throttle: use enum ThrottleDirection instead of bool is_writezhenwei pi
2023-08-29cryptodev: use NULL throttle timer cb for read directionzhenwei pi
2023-08-29test-throttle: test read only and write onlyzhenwei pi
2023-08-29throttle: support read-only and write-onlyzhenwei pi
2023-08-29test-throttle: use enum ThrottleDirectionzhenwei pi
2023-08-29throttle: introduce enum ThrottleDirectionzhenwei pi
2023-08-28Merge tag 'pull-tcg-20230823-2' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-08-28Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-08-28Merge tag 'devel-hppa-priv-cleanup2-pull-request' of https://github.com/hdell...Stefan Hajnoczi
2023-08-28configure: remove unnecessary mkdir -pPaolo Bonzini
2023-08-28configure: fix container_hosts misspellings and duplicationsPaolo Bonzini
2023-08-28target/i386: add support for VMX_SECONDARY_EXEC_ENABLE_USER_WAIT_PAUSEAke Koomsin
2023-08-28tests/docker: add python3-tomli dependency to containersPaolo Bonzini
2023-08-28Revert "tests: Use separate virtual environment for avocado"Paolo Bonzini
2023-08-28configure: switch to ensuregroupPaolo Bonzini
2023-08-28python: use vendored tomliPaolo Bonzini
2023-08-28configure: never use PyPI for MesonPaolo Bonzini
2023-08-28lcitool: bump libvirt-ci submodule and regeneratePaolo Bonzini
2023-08-28python: mkvenv: add ensuregroup commandPaolo Bonzini
2023-08-28python: mkvenv: introduce TOML-like representation of dependenciesPaolo Bonzini
2023-08-28python: mkvenv: tweak the matching of --diagnose to depspecsPaolo Bonzini
2023-08-28dockerfiles: bump tricore cross compiler container to Debian 11Paolo Bonzini
2023-08-28configure: fix and complete detection of tricore toolsPaolo Bonzini
2023-08-27target/hppa: Switch to use MMU indices 11-15Helge Deller
2023-08-25target/hppa: Use privilege helper in hppa_get_physical_address()Helge Deller
2023-08-25target/hppa: Do not use hardcoded value for tlb_flush_*()Helge Deller
2023-08-25target/hppa: Add privilege to MMU index conversion helpersHelge Deller
2023-08-25target/hppa: Add missing PL1 and PL2 privilege levelsHelge Deller
2023-08-24tcg: spelling fixesMichael Tokarev
2023-08-24docs/devel/tcg-ops: fix missing newlines in "Host vector operations"Mark Cave-Ayland
2023-08-24target/cris: Fix a typo in gen_swapr()Philippe Mathieu-Daudé
2023-08-24tcg/tcg-op: Document wswap_i64() byte patternPhilippe Mathieu-Daudé
2023-08-24tcg/tcg-op: Document hswap_i32/64() byte patternPhilippe Mathieu-Daudé
2023-08-24tcg/tcg-op: Document bswap64_i64() byte patternPhilippe Mathieu-Daudé
2023-08-24tcg/tcg-op: Document bswap32_i64() byte patternPhilippe Mathieu-Daudé
2023-08-24tcg/tcg-op: Document bswap32_i32() byte patternPhilippe Mathieu-Daudé
2023-08-24tcg/tcg-op: Document bswap16_i64() byte patternPhilippe Mathieu-Daudé
2023-08-24tcg/tcg-op: Document bswap16_i32() byte patternPhilippe Mathieu-Daudé
2023-08-24tcg/i386: Implement negsetcond_*Richard Henderson
2023-08-24tcg/i386: Use shift in tcg_out_setcondRichard Henderson
2023-08-24tcg/i386: Clear dest first in tcg_out_setcond if possibleRichard Henderson
2023-08-24tcg/i386: Use CMP+SBB in tcg_out_setcondRichard Henderson
2023-08-24tcg/i386: Merge tcg_out_movcond{32,64}Richard Henderson
2023-08-24tcg/i386: Merge tcg_out_setcond{32,64}Richard Henderson
2023-08-24tcg/i386: Merge tcg_out_brcond{32,64}Richard Henderson
2023-08-24tcg/sparc64: Implement negsetcond_*Richard Henderson
2023-08-24tcg/s390x: Implement negsetcond_*Richard Henderson
2023-08-24tcg/riscv: Implement negsetcond_*Richard Henderson
2023-08-24tcg/arm: Implement negsetcond_i32Richard Henderson