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
remove -writeconfig
Paolo Bonzini
6
-76
/
+9
2022-04-28
configure: make fortify_source=yes by default
Michael Tokarev
1
-1
/
+1
2022-04-28
error-report: fix g_date_time_format assertion
Haiyue Wang
1
-1
/
+1
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
2022-04-26
tests/tcg/nios2: Add test-shadow-1
Richard Henderson
2
-0
/
+41
2022-04-26
tests/tcg/nios2: Add semihosting multiarch tests
Richard Henderson
5
-0
/
+375
2022-04-26
hw/nios2: Machine with a Vectored Interrupt Controller
Amir Gonnen
2
-9
/
+53
2022-04-26
hw/nios2: Move memory regions into Nios2Machine
Richard Henderson
1
-14
/
+16
2022-04-26
hw/nios2: Introduce Nios2MachineState
Richard Henderson
1
-2
/
+22
2022-04-26
hw/intc: Vectored Interrupt Controller (VIC)
Amir Gonnen
4
-0
/
+381
2022-04-26
linux-user/nios2: Handle various SIGILL exceptions
Richard Henderson
1
-0
/
+12
2022-04-26
target/nios2: Advance pc when raising exceptions
Richard Henderson
5
-17
/
+30
2022-04-26
target/nios2: Implement EIC interrupt processing
Richard Henderson
3
-22
/
+129
2022-04-26
target/nios2: Update helper_eret for shadow registers
Richard Henderson
3
-8
/
+16
2022-04-26
target/nios2: Implement rdprs, wrprs
Richard Henderson
4
-2
/
+74
2022-04-26
target/nios2: Introduce shadow register sets
Richard Henderson
3
-11
/
+83
2022-04-26
target/nios2: Implement Misaligned destination exception
Richard Henderson
3
-2
/
+28
2022-04-26
target/nios2: Use tcg_gen_lookup_and_goto_ptr
Richard Henderson
1
-2
/
+2
2022-04-26
target/nios2: Use gen_goto_tb for DISAS_TOO_MANY
Richard Henderson
1
-1
/
+4
2022-04-26
target/nios2: Hoist set of is_jmp into gen_goto_tb
Richard Henderson
1
-3
/
+1
[next]