aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-28bsd-user: Add struct target_freebsd_fhandle and fcntl flagsStacey Son
2023-08-28bsd-user: Add struct target_statfsMichal Meloun
2023-08-28bsd-user: Add structs target_freebsd11_{nstat,statfs}Stacey Son
2023-08-28bsd-user: Add struct target_stat to bsd-user/syscall_defs.hMichal Meloun
2023-08-28bsd-user: Add struct target_freebsd11_stat to bsd-user/syscall_defsStacey Son
2023-08-28bsd-user: Declarations of h2t and t2h conversion functions.Stacey Son
2023-08-28bsd-user; Update the definitions of __put_user and __get_user macrosWarner Losh
2023-08-28bsd-user: Disable clang warningsKyle Evans
2023-08-28bsd-user: Move _WANT_FREEBSD macros to include/qemu/osdep.hWarner Losh
2023-08-28bsd-user: Remove image_info.start_brkRichard Henderson
2023-08-28bsd-user: Remove image_info.mmapRichard Henderson
2023-08-28bsd-user: Remove ELF_START_MMAP and image_info.start_mmapRichard Henderson
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