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-05-08
hw/i386: Have x86_bios_rom_init() take X86MachineState rather than MachineState
Bernhard Beschow
4
-6
/
+6
2024-05-08
hw/i386/x86: Eliminate two if statements in x86_bios_rom_init()
Bernhard Beschow
1
-6
/
+2
2024-05-08
hw/i386: Add the possibility to use i440fx and isapc without FDC
Thomas Huth
2
-4
/
+4
2024-05-08
hw/i386/Kconfig: Allow to compile Q35 without FDC_ISA
Thomas Huth
1
-1
/
+3
2024-05-08
hw/i386/pc: Allow to compile without CONFIG_FDC_ISA
Thomas Huth
1
-4
/
+9
2024-05-08
system/physmem: Per-AddressSpace bounce buffering
Mattias Nissler
3
-46
/
+53
2024-05-08
system/physmem: Propagate AddressSpace to MapClient helpers
Mattias Nissler
4
-18
/
+38
2024-05-08
system/physmem: Replace qemu_mutex_lock() calls with QEMU_LOCK_GUARD
Philippe Mathieu-Daudé
1
-6
/
+4
2024-05-08
hw/remote/vfio-user: Fix config space access byte order
Mattias Nissler
1
-2
/
+2
2024-05-08
hw/ppc/spapr_pci: Replace g_memdup() by g_memdup2()
Philippe Mathieu-Daudé
1
-4
/
+3
2024-05-08
hw/hppa/machine: Replace g_memdup() by g_memdup2()
Philippe Mathieu-Daudé
1
-8
/
+8
2024-05-08
target/ppc: Replace g_memdup() by g_memdup2()
Philippe Mathieu-Daudé
1
-1
/
+1
2024-05-08
block/qcow2-bitmap: Replace g_memdup() by g_memdup2()
Philippe Mathieu-Daudé
1
-1
/
+1
2024-05-07
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
10
-3149
/
+2942
2024-05-07
Merge tag 'pull-tcg-20240507' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
8
-65
/
+173
2024-05-07
target/i386: remove duplicate prefix decoding
Paolo Bonzini
2
-219
/
+103
2024-05-07
target/i386: split legacy decoder into a separate function
Paolo Bonzini
1
-21
/
+37
2024-05-07
target/i386: decode x87 instructions in a separate function
Paolo Bonzini
1
-554
/
+566
2024-05-07
target/i386: remove now-converted opcodes from old decoder
Paolo Bonzini
5
-2320
/
+11
2024-05-07
target/i386: port extensions of one-byte opcodes to new decoder
Paolo Bonzini
3
-0
/
+39
2024-05-07
target/i386: move BSWAP to new decoder
Paolo Bonzini
3
-1
/
+23
2024-05-07
target/i386: move remaining conditional operations to new decoder
Paolo Bonzini
4
-1
/
+68
2024-05-07
target/i386: merge and enlarge a few ranges for call to disas_insn_new
Paolo Bonzini
1
-3
/
+2
2024-05-07
target/i386: move C0-FF opcodes to new decoder (except for x87)
Paolo Bonzini
4
-11
/
+1188
2024-05-07
target/i386: generalize gen_movl_seg_T0
Paolo Bonzini
2
-10
/
+10
2024-05-07
target/i386: move 60-BF opcodes to new decoder
Paolo Bonzini
4
-2
/
+518
2024-05-07
target/i386: allow instructions with more than one immediate
Paolo Bonzini
3
-7
/
+16
2024-05-07
target/i386: extract gen_far_call/jmp, reordering temporaries
Paolo Bonzini
1
-40
/
+53
2024-05-07
target/i386: move 00-5F opcodes to new decoder
Paolo Bonzini
3
-1
/
+323
2024-05-07
target/i386: reintroduce debugging mechanism
Paolo Bonzini
2
-0
/
+30
2024-05-07
target/i386: cleanup *gen_eob*
Paolo Bonzini
1
-13
/
+12
2024-05-07
target/i386: clarify the "reg" argument of functions returning CCPrepare
Paolo Bonzini
1
-7
/
+8
2024-05-07
target/i386: do not use s->T0 and s->T1 as scratch registers for CCPrepare
Paolo Bonzini
1
-7
/
+10
2024-05-07
target/i386: extend cc_* when using them to compute flags
Paolo Bonzini
1
-26
/
+18
2024-05-07
target/i386: pull cc_op update to callers of gen_jmp_rel{,_csize}
Paolo Bonzini
1
-3
/
+5
2024-05-07
target/i386: cleanup cc_op changes for REP/REPZ/REPNZ
Paolo Bonzini
1
-4
/
+10
2024-05-07
target/i386: cc_op is not dynamic in gen_jcc1
Paolo Bonzini
1
-2
/
+2
2024-05-07
target/i386: remove mask from CCPrepare
Paolo Bonzini
1
-54
/
+27
2024-05-07
target/i386: use TSTEQ/TSTNE to check flags
Paolo Bonzini
1
-16
/
+16
2024-05-07
target/i386: use TSTEQ/TSTNE to test low bits
Paolo Bonzini
2
-11
/
+22
2024-05-07
target/i386: Fix CPUID encoding of Fn8000001E_ECX
Babu Moger
3
-8
/
+17
2024-05-06
gitlab: Streamline ubuntu-22.04-s390x
Richard Henderson
1
-3
/
+3
2024-05-06
gitlab: Drop --static from s390x linux-user build
Richard Henderson
1
-2
/
+2
2024-05-06
gitlab: Drop --disable-libssh from ubuntu-22.04-s390x.yml
Richard Henderson
1
-5
/
+5
2024-05-06
target/sh4: Update DisasContextBase.insn_start
Richard Henderson
1
-0
/
+1
2024-05-06
accel/tcg: Introduce CF_BP_PAGE
Richard Henderson
2
-1
/
+2
2024-05-06
tcg/optimize: Optimize setcond with zmask
Richard Henderson
1
-0
/
+110
2024-05-06
tcg/i386: Optimize setcond of TST{EQ,NE} with 0xffffffff
Richard Henderson
1
-2
/
+15
2024-05-06
tcg/i386: Simplify immediate 8-bit logical vector shifts
Richard Henderson
1
-46
/
+13
2024-05-06
tcg: Add write_aofs to GVecGen3i
Richard Henderson
2
-8
/
+24
[next]