index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-10-18
target/i386/cpu: Improve errors for out of bounds property values
Markus Armbruster
2024-10-18
target/i386/cpu: Avoid mixing signed and unsigned in property setters
Markus Armbruster
2024-10-18
block: Adjust check_block_size() signature
Markus Armbruster
2024-10-18
block: Improve errors about block sizes
Markus Armbruster
2024-10-18
error: Drop superfluous #include "qapi/qmp/qerror.h"
Markus Armbruster
2024-10-18
qga: Improve error for guest-set-user-password parameter @crypted
Markus Armbruster
2024-10-18
qga/qapi-schema: Drop obsolete note on "unsupported" errors
Markus Armbruster
2024-10-17
Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into s...
Peter Maydell
2024-10-16
Merge tag 'single-binary-20241015' of https://github.com/philmd/qemu into sta...
Peter Maydell
2024-10-16
hw/loongarch/fw_cfg: Build in common_ss[]
Philippe Mathieu-Daudé
2024-10-16
hw/loongarch/virt: Remove unnecessary 'cpu.h' inclusion
Philippe Mathieu-Daudé
2024-10-16
target/loongarch: Avoid bits shift exceeding width of bool type
Bibo Mao
2024-10-16
hw/loongarch/virt: Add FDT table support with acpi ged pm register
Bibo Mao
2024-10-16
acpi: ged: Add macro for acpi sleep control register
Bibo Mao
2024-10-15
hw/mips: Have mips_cpu_create_with_clock() take an endianness argument
Philippe Mathieu-Daudé
2024-10-15
hw/mips/cps: Set the vCPU 'cpu-big-endian' property
Philippe Mathieu-Daudé
2024-10-15
target/mips: Expose MIPSCPU::is_big_endian property
Philippe Mathieu-Daudé
2024-10-15
target/mips: Use tcg_constant_tl() instead of tcg_gen_movi_tl()
Philippe Mathieu-Daudé
2024-10-15
target/mips: Use gen_op_addr_addi() when possible
Philippe Mathieu-Daudé
2024-10-15
target/mips: Have gen_addiupc() expand $pc during translation
Philippe Mathieu-Daudé
2024-10-15
target/mips: Replace MO_TE by mo_endian()
Philippe Mathieu-Daudé
2024-10-15
target/mips: Introduce mo_endian() helper
Philippe Mathieu-Daudé
2024-10-15
target/mips: Remove unused MEMOP_IDX() macro
Philippe Mathieu-Daudé
2024-10-15
target/mips: Rename unused sysemu argument of OP_LD_ATOMIC()
Philippe Mathieu-Daudé
2024-10-15
target/mips: Explode MO_TExx -> MO_TE | MO_xx
Philippe Mathieu-Daudé
2024-10-15
target/mips: Factor mo_endian_rev() out of MXU code
Philippe Mathieu-Daudé
2024-10-15
target/mips: Convert mips16e decr_and_load/store() macros to functions
Philippe Mathieu-Daudé
2024-10-15
target/mips: Replace MO_TE by mo_endian_env() in get_pte()
Philippe Mathieu-Daudé
2024-10-15
target/mips: Introduce mo_endian_env() helper
Philippe Mathieu-Daudé
2024-10-15
target/mips: Rename cpu_is_bigendian() -> disas_is_bigendian()
Philippe Mathieu-Daudé
2024-10-15
target/mips: Declare mips_env_is_bigendian() in 'internal.h'
Philippe Mathieu-Daudé
2024-10-15
hw/xtensa/xtfpga: Remove TARGET_BIG_ENDIAN #ifdef'ry
Philippe Mathieu-Daudé
2024-10-15
target/ppc: Use tcg_constant_tl() instead of tcg_gen_movi_tl()
Philippe Mathieu-Daudé
2024-10-15
target/tricore: Use tcg_constant_tl() instead of tcg_gen_movi_tl()
Philippe Mathieu-Daudé
2024-10-15
target/tricore: Use explicit little-endian LD/ST API
Philippe Mathieu-Daudé
2024-10-15
target/loongarch: Use explicit little-endian LD/ST API
Philippe Mathieu-Daudé
2024-10-15
linux-user/i386: Use explicit little-endian LD/ST API
Philippe Mathieu-Daudé
2024-10-15
target/avr: Use explicit little-endian LD/ST API
Philippe Mathieu-Daudé
2024-10-15
hw/i386: Use explicit little-endian LD/ST API
Philippe Mathieu-Daudé
2024-10-15
target/hexagon: Use explicit little-endian LD/ST API
Philippe Mathieu-Daudé
2024-10-15
target/alpha: Use explicit little-endian LD/ST API
Philippe Mathieu-Daudé
2024-10-15
gdbstub/helpers: Introduce ldtul_$endian_p() helpers
Philippe Mathieu-Daudé
2024-10-15
target/alpha: Replace ldtul_p() -> ldq_p()
Philippe Mathieu-Daudé
2024-10-15
target/hexagon: Replace ldtul_p() -> ldl_p()
Philippe Mathieu-Daudé
2024-10-15
exec/memop: Remove unused memop_big_endian() helper
Philippe Mathieu-Daudé
2024-10-15
exec/tswap: Massage target_needs_bswap() definition
Philippe Mathieu-Daudé
2024-10-15
qemu/bswap: Undefine CPU_CONVERT() once done
Philippe Mathieu-Daudé
2024-10-15
Merge tag 'pull-target-arm-20241015-1' of https://git.linaro.org/people/pmayd...
Peter Maydell
2024-10-15
hw/arm/xilinx_zynq: Add various missing unimplemented devices
Chao Liu
2024-10-15
dma: Fix function names in documentation
Akihiko Odaki
[next]