Age | Commit message (Expand) | Author |
2023-08-28 | bsd-user: Add struct target_freebsd_fhandle and fcntl flags | Stacey Son |
2023-08-28 | bsd-user: Add struct target_statfs | Michal Meloun |
2023-08-28 | bsd-user: Add structs target_freebsd11_{nstat,statfs} | Stacey Son |
2023-08-28 | bsd-user: Add struct target_stat to bsd-user/syscall_defs.h | Michal Meloun |
2023-08-28 | bsd-user: Add struct target_freebsd11_stat to bsd-user/syscall_defs | Stacey Son |
2023-08-28 | bsd-user: Declarations of h2t and t2h conversion functions. | Stacey Son |
2023-08-28 | bsd-user; Update the definitions of __put_user and __get_user macros | Warner Losh |
2023-08-28 | bsd-user: Disable clang warnings | Kyle Evans |
2023-08-28 | bsd-user: Move _WANT_FREEBSD macros to include/qemu/osdep.h | Warner Losh |
2023-08-28 | bsd-user: Remove image_info.start_brk | Richard Henderson |
2023-08-28 | bsd-user: Remove image_info.mmap | Richard Henderson |
2023-08-28 | bsd-user: Remove ELF_START_MMAP and image_info.start_mmap | Richard Henderson |
2023-08-28 | configure: remove unnecessary mkdir -p | Paolo Bonzini |
2023-08-28 | configure: fix container_hosts misspellings and duplications | Paolo Bonzini |
2023-08-28 | target/i386: add support for VMX_SECONDARY_EXEC_ENABLE_USER_WAIT_PAUSE | Ake Koomsin |
2023-08-28 | tests/docker: add python3-tomli dependency to containers | Paolo Bonzini |
2023-08-28 | Revert "tests: Use separate virtual environment for avocado" | Paolo Bonzini |
2023-08-28 | configure: switch to ensuregroup | Paolo Bonzini |
2023-08-28 | python: use vendored tomli | Paolo Bonzini |
2023-08-28 | configure: never use PyPI for Meson | Paolo Bonzini |
2023-08-28 | lcitool: bump libvirt-ci submodule and regenerate | Paolo Bonzini |
2023-08-28 | python: mkvenv: add ensuregroup command | Paolo Bonzini |
2023-08-28 | python: mkvenv: introduce TOML-like representation of dependencies | Paolo Bonzini |
2023-08-28 | python: mkvenv: tweak the matching of --diagnose to depspecs | Paolo Bonzini |
2023-08-28 | dockerfiles: bump tricore cross compiler container to Debian 11 | Paolo Bonzini |
2023-08-28 | configure: fix and complete detection of tricore tools | Paolo Bonzini |
2023-08-27 | target/hppa: Switch to use MMU indices 11-15 | Helge Deller |
2023-08-25 | target/hppa: Use privilege helper in hppa_get_physical_address() | Helge Deller |
2023-08-25 | target/hppa: Do not use hardcoded value for tlb_flush_*() | Helge Deller |
2023-08-25 | target/hppa: Add privilege to MMU index conversion helpers | Helge Deller |
2023-08-25 | target/hppa: Add missing PL1 and PL2 privilege levels | Helge Deller |
2023-08-24 | tcg: spelling fixes | Michael Tokarev |
2023-08-24 | docs/devel/tcg-ops: fix missing newlines in "Host vector operations" | Mark Cave-Ayland |
2023-08-24 | target/cris: Fix a typo in gen_swapr() | Philippe Mathieu-Daudé |
2023-08-24 | tcg/tcg-op: Document wswap_i64() byte pattern | Philippe Mathieu-Daudé |
2023-08-24 | tcg/tcg-op: Document hswap_i32/64() byte pattern | Philippe Mathieu-Daudé |
2023-08-24 | tcg/tcg-op: Document bswap64_i64() byte pattern | Philippe Mathieu-Daudé |
2023-08-24 | tcg/tcg-op: Document bswap32_i64() byte pattern | Philippe Mathieu-Daudé |
2023-08-24 | tcg/tcg-op: Document bswap32_i32() byte pattern | Philippe Mathieu-Daudé |
2023-08-24 | tcg/tcg-op: Document bswap16_i64() byte pattern | Philippe Mathieu-Daudé |
2023-08-24 | tcg/tcg-op: Document bswap16_i32() byte pattern | Philippe Mathieu-Daudé |
2023-08-24 | tcg/i386: Implement negsetcond_* | Richard Henderson |
2023-08-24 | tcg/i386: Use shift in tcg_out_setcond | Richard Henderson |
2023-08-24 | tcg/i386: Clear dest first in tcg_out_setcond if possible | Richard Henderson |
2023-08-24 | tcg/i386: Use CMP+SBB in tcg_out_setcond | Richard Henderson |
2023-08-24 | tcg/i386: Merge tcg_out_movcond{32,64} | Richard Henderson |
2023-08-24 | tcg/i386: Merge tcg_out_setcond{32,64} | Richard Henderson |
2023-08-24 | tcg/i386: Merge tcg_out_brcond{32,64} | Richard Henderson |
2023-08-24 | tcg/sparc64: Implement negsetcond_* | Richard Henderson |
2023-08-24 | tcg/s390x: Implement negsetcond_* | Richard Henderson |