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
2022-04-28
target/arm: Use tcg_constant in simd fp/int conversion
Richard Henderson
1
-20
/
+6
2022-04-28
target/arm: Use tcg_constant in simd shift expanders
Richard Henderson
1
-16
/
+5
2022-04-28
target/arm: Use tcg_constant in disas_fp*
Richard Henderson
1
-16
/
+7
2022-04-28
target/arm: Use tcg_constant in disas_data_proc_2src
Richard Henderson
1
-7
/
+5
2022-04-28
target/arm: Use tcg_constant in handle_{rev16,crc32}
Richard Henderson
1
-5
/
+2
2022-04-28
target/arm: Use tcg_constant in disas_cond_select
Richard Henderson
1
-2
/
+1
2022-04-28
target/arm: Use tcg_constant in shift_reg_imm
Richard Henderson
1
-5
/
+1
2022-04-28
target/arm: Use tcg_constant in disas_movw_imm
Richard Henderson
1
-4
/
+1
2022-04-28
target/arm: Use tcg_constant in disas_add_sum_imm*
Richard Henderson
1
-8
/
+4
2022-04-28
target/arm: Use tcg_constant in disas_ldst_*
Richard Henderson
1
-6
/
+3
2022-04-28
target/arm: Use tcg_constant in disas_ld_lit
Richard Henderson
1
-2
/
+1
2022-04-28
target/arm: Use tcg_constant in gen_compare_and_swap_pair
Richard Henderson
1
-4
/
+2
2022-04-28
target/arm: Use tcg_constant in disas_exc
Richard Henderson
1
-4
/
+1
2022-04-28
target/arm: Use tcg_constant in handle_sys
Richard Henderson
1
-22
/
+9
2022-04-28
target/arm: Use tcg_constant in handle_msr_i
Richard Henderson
1
-10
/
+3
2022-04-28
target/arm: Use tcg_constant in gen_adc_CC
Richard Henderson
1
-13
/
+13
2022-04-28
target/arm: Use tcg_constant in gen_exception*
Richard Henderson
1
-9
/
+2
2022-04-28
target/arm: Use tcg_constant in gen_mte_check*
Richard Henderson
1
-8
/
+2
2022-04-28
target/arm: Use tcg_constant in gen_probe_access
Richard Henderson
1
-8
/
+4
2022-04-27
Merge tag 'kraxel-20220427-pull-request' of git://git.kraxel.org/qemu into st...
Richard Henderson
21
-156
/
+456
2022-04-27
i386: firmware parsing and sev setup for -bios loaded firmware
Gerd Hoffmann
1
-6
/
+19
2022-04-27
i386: factor out x86_firmware_configure()
Gerd Hoffmann
2
-14
/
+25
2022-04-27
i386: move bios load error message
Gerd Hoffmann
1
-3
/
+6
2022-04-27
avocado/vnc: add test_change_listen
Vladimir Sementsov-Ogievskiy
1
-0
/
+63
2022-04-27
qapi/ui: add 'display-update' command for changing listen address
Vladimir Sementsov-Ogievskiy
5
-1
/
+106
2022-04-27
ui/vnc: refactor arrays of addresses to SocketAddressList
Vladimir Sementsov-Ogievskiy
1
-78
/
+51
2022-04-27
Added parameter to take screenshot with screendump as PNG
Kshitij Suri
4
-12
/
+136
2022-04-27
Replacing CONFIG_VNC_PNG with CONFIG_PNG
Kshitij Suri
8
-25
/
+27
2022-04-26
Merge tag 'pull-tcg-20220426' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
5
-29
/
+48
2022-04-26
softfloat: Use FloatRelation for fracN_cmp
Richard Henderson
1
-5
/
+7
2022-04-26
softfloat: Use FloatRelation within partsN_compare
Richard Henderson
1
-4
/
+7
2022-04-26
softfloat: Fix declaration of partsN_compare
Richard Henderson
1
-4
/
+4
2022-04-26
target/i386: Suppress coverity warning on fsave/frstor
Richard Henderson
1
-2
/
+2
2022-04-26
target/s390x: Fix the accumulation of ccm in op_icm
Richard Henderson
1
-1
/
+1
2022-04-26
accel/tcg: Assert mmu_idx in range before use in cputlb
Richard Henderson
1
-13
/
+27
2022-04-26
Merge tag 'pull-nbd-2022-04-26' of https://repo.or.cz/qemu/ericb into staging
Richard Henderson
12
-180
/
+281
2022-04-26
Merge tag 'pull-nios2-20220426' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
26
-702
/
+2105
2022-04-26
nbd: document what is protected by the CoMutexes
Paolo Bonzini
1
-1
/
+7
2022-04-26
nbd: take receive_mutex when reading requests[].receiving
Paolo Bonzini
1
-8
/
+7
2022-04-26
nbd: move s->state under requests_lock
Paolo Bonzini
1
-36
/
+40
2022-04-26
nbd: code motion and function renaming
Paolo Bonzini
1
-9
/
+13
2022-04-26
nbd: use a QemuMutex to synchronize yanking, reconnection and coroutines
Paolo Bonzini
1
-18
/
+26
2022-04-26
nbd: keep send_mutex/free_sema handling outside nbd_co_do_establish_connection
Paolo Bonzini
2
-32
/
+29
2022-04-26
nbd: remove peppering of nbd_client_connected
Paolo Bonzini
1
-13
/
+4
2022-04-26
nbd: mark more coroutine_fns
Paolo Bonzini
1
-32
/
+32
2022-04-26
nbd: safeguard against waking up invalid coroutine
Paolo Bonzini
1
-7
/
+5
2022-04-26
iotests/223: check new possibility of exporting bitmaps by node/name
Vladimir Sementsov-Ogievskiy
2
-2
/
+61
2022-04-26
qapi: nbd-export: allow select bitmaps by node/name pair
Vladimir Sementsov-Ogievskiy
4
-26
/
+61
2022-04-26
qapi: rename BlockDirtyBitmapMergeSource to BlockDirtyBitmapOrStr
Vladimir Sementsov-Ogievskiy
4
-11
/
+11
2022-04-26
Merge tag 'misc-next-pull-request' of https://gitlab.com/berrange/qemu into s...
Richard Henderson
9
-72
/
+15
[next]