index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-17
KVM: Dynamic sized kvm memslots array
Peter Xu
3
-15
/
+74
2024-10-17
target/i386: assert that cc_op* and pc_save are preserved
Paolo Bonzini
1
-9
/
+3
2024-10-17
target/i386: list instructions still in translate.c
Paolo Bonzini
1
-0
/
+31
2024-10-17
target/i386: do not check PREFIX_LOCK in old-style decoder
Paolo Bonzini
1
-18
/
+8
2024-10-17
target/i386: convert CMPXCHG8B/CMPXCHG16B to new decoder
Paolo Bonzini
4
-129
/
+124
2024-10-17
target/i386: decode address before going back to translate.c
Paolo Bonzini
4
-118
/
+103
2024-10-17
target/i386: convert bit test instructions to new decoder
Paolo Bonzini
4
-158
/
+183
2024-10-17
tcg/s390x: fix constraint for 32-bit TSTEQ/TSTNE
Paolo Bonzini
1
-8
/
+16
2024-10-17
Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into s...
Peter Maydell
6
-12
/
+49
2024-10-17
docs/system: Add recommendations to Hyper-V enlightenments doc
Vitaly Kuznetsov
1
-0
/
+30
2024-10-17
target/i386: Make sure SynIC state is really updated before KVM_RUN
Vitaly Kuznetsov
1
-0
/
+1
2024-10-17
target/i386: Exclude 'hv-syndbg' from 'hv-passthrough'
Vitaly Kuznetsov
2
-6
/
+14
2024-10-17
target/i386: Fix conditional CONFIG_SYNDBG enablement
Vitaly Kuznetsov
2
-4
/
+9
2024-10-17
target/i386: Add support save/load HWCR MSR
Gao Shiyuan
3
-0
/
+37
2024-10-17
target/i386: Add more features enumerated by CPUID.7.2.EDX
Chao Gao
1
-2
/
+2
2024-10-17
target/i386: Make invtsc migratable when user sets tsc-khz explicitly
Xiaoyao Li
1
-2
/
+9
2024-10-17
target/i386: Construct CPUID 2 as stateful iff times > 1
Xiaoyao Li
1
-2
/
+4
2024-10-17
target/i386: Enable fdp-excptn-only and zero-fcs-fds
Xiaoyao Li
2
-2
/
+6
2024-10-17
target/i386: Don't construct a all-zero entry for CPUID[0xD 0x3f]
Xiaoyao Li
1
-5
/
+6
2024-10-16
Merge tag 'single-binary-20241015' of https://github.com/philmd/qemu into sta...
Peter Maydell
35
-392
/
+370
2024-10-16
hw/loongarch/fw_cfg: Build in common_ss[]
Philippe Mathieu-Daudé
1
-1
/
+1
2024-10-16
hw/loongarch/virt: Remove unnecessary 'cpu.h' inclusion
Philippe Mathieu-Daudé
1
-1
/
+0
2024-10-16
target/loongarch: Avoid bits shift exceeding width of bool type
Bibo Mao
1
-5
/
+1
2024-10-16
hw/loongarch/virt: Add FDT table support with acpi ged pm register
Bibo Mao
1
-0
/
+39
2024-10-16
acpi: ged: Add macro for acpi sleep control register
Bibo Mao
2
-5
/
+8
2024-10-15
hw/mips: Have mips_cpu_create_with_clock() take an endianness argument
Philippe Mathieu-Daudé
7
-7
/
+15
2024-10-15
hw/mips/cps: Set the vCPU 'cpu-big-endian' property
Philippe Mathieu-Daudé
3
-0
/
+7
2024-10-15
target/mips: Expose MIPSCPU::is_big_endian property
Philippe Mathieu-Daudé
2
-4
/
+11
2024-10-15
target/mips: Use tcg_constant_tl() instead of tcg_gen_movi_tl()
Philippe Mathieu-Daudé
2
-101
/
+59
2024-10-15
target/mips: Use gen_op_addr_addi() when possible
Philippe Mathieu-Daudé
5
-26
/
+12
2024-10-15
target/mips: Have gen_addiupc() expand $pc during translation
Philippe Mathieu-Daudé
1
-6
/
+4
2024-10-15
target/mips: Replace MO_TE by mo_endian()
Philippe Mathieu-Daudé
6
-103
/
+106
2024-10-15
target/mips: Introduce mo_endian() helper
Philippe Mathieu-Daudé
1
-0
/
+5
2024-10-15
target/mips: Remove unused MEMOP_IDX() macro
Philippe Mathieu-Daudé
1
-8
/
+0
2024-10-15
target/mips: Rename unused sysemu argument of OP_LD_ATOMIC()
Philippe Mathieu-Daudé
1
-1
/
+1
2024-10-15
target/mips: Explode MO_TExx -> MO_TE | MO_xx
Philippe Mathieu-Daudé
5
-98
/
+100
2024-10-15
target/mips: Factor mo_endian_rev() out of MXU code
Philippe Mathieu-Daudé
2
-4
/
+9
2024-10-15
target/mips: Convert mips16e decr_and_load/store() macros to functions
Philippe Mathieu-Daudé
1
-48
/
+53
2024-10-15
target/mips: Replace MO_TE by mo_endian_env() in get_pte()
Philippe Mathieu-Daudé
1
-1
/
+1
2024-10-15
target/mips: Introduce mo_endian_env() helper
Philippe Mathieu-Daudé
1
-0
/
+5
2024-10-15
target/mips: Rename cpu_is_bigendian() -> disas_is_bigendian()
Philippe Mathieu-Daudé
3
-6
/
+6
2024-10-15
target/mips: Declare mips_env_is_bigendian() in 'internal.h'
Philippe Mathieu-Daudé
2
-10
/
+10
2024-10-15
hw/xtensa/xtfpga: Remove TARGET_BIG_ENDIAN #ifdef'ry
Philippe Mathieu-Daudé
1
-5
/
+7
2024-10-15
target/ppc: Use tcg_constant_tl() instead of tcg_gen_movi_tl()
Philippe Mathieu-Daudé
1
-8
/
+5
2024-10-15
target/tricore: Use tcg_constant_tl() instead of tcg_gen_movi_tl()
Philippe Mathieu-Daudé
1
-2
/
+1
2024-10-15
target/tricore: Use explicit little-endian LD/ST API
Philippe Mathieu-Daudé
1
-1
/
+1
2024-10-15
target/loongarch: Use explicit little-endian LD/ST API
Philippe Mathieu-Daudé
1
-4
/
+4
2024-10-15
linux-user/i386: Use explicit little-endian LD/ST API
Philippe Mathieu-Daudé
1
-2
/
+2
2024-10-15
target/avr: Use explicit little-endian LD/ST API
Philippe Mathieu-Daudé
1
-2
/
+2
2024-10-15
hw/i386: Use explicit little-endian LD/ST API
Philippe Mathieu-Daudé
2
-33
/
+32
[prev]
[next]