aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-28bsd-user: Implement h2t_freebsd_fhandle t2h_freebsd_fhandleStacey Son1-0/+37
2023-08-28bsd-user: Implement h2t_freebsd11_stat h2t_freebsd_nstatStacey Son1-0/+94
2023-08-28bsd-user: Rename target_freebsd_time_t to target_time_tWarner Losh1-4/+4
2023-08-28bsd-user: Define safe_fcntl macro in bsd-user/syscall_defs.hKyle Evans1-0/+2
2023-08-28bsd-user: Add struct target_freebsd_fhandle and fcntl flagsStacey Son1-0/+51
2023-08-28bsd-user: Add struct target_statfsMichal Meloun1-0/+25
2023-08-28bsd-user: Add structs target_freebsd11_{nstat,statfs}Stacey Son1-0/+64
2023-08-28bsd-user: Add struct target_stat to bsd-user/syscall_defs.hMichal Meloun1-0/+38
2023-08-28bsd-user: Add struct target_freebsd11_stat to bsd-user/syscall_defsStacey Son1-0/+33
2023-08-28bsd-user: Declarations of h2t and t2h conversion functions.Stacey Son2-0/+51
2023-08-28bsd-user; Update the definitions of __put_user and __get_user macrosWarner Losh2-51/+35
2023-08-28bsd-user: Disable clang warningsKyle Evans1-0/+30
2023-08-28bsd-user: Move _WANT_FREEBSD macros to include/qemu/osdep.hWarner Losh2-11/+13
2023-08-28bsd-user: Remove image_info.start_brkRichard Henderson3-4/+1
2023-08-28bsd-user: Remove image_info.mmapRichard Henderson2-2/+0
2023-08-28bsd-user: Remove ELF_START_MMAP and image_info.start_mmapRichard Henderson5-5/+0
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