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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2021-09-01
fuzz: unblock SIGALRM so the timeout works
Alexander Bulekov
1
-0
/
+5
2021-09-01
fuzz: use ITIMER_REAL for timeouts
Alexander Bulekov
1
-1
/
+1
2021-09-01
fuzz: add an instrumentation filter
Alexander Bulekov
2
-6
/
+37
2021-09-01
fuzz: make object-name matching case-insensitive
Alexander Bulekov
1
-4
/
+20
2021-09-01
fuzz: adjust timeout to allow for longer inputs
Alexander Bulekov
1
-4
/
+9
2021-09-01
fuzz: fix sparse memory access in the DMA callback
Alexander Bulekov
1
-3
/
+10
2021-09-01
block/backup: set copy_range and compress after filter insertion
Vladimir Sementsov-Ogievskiy
3
-5
/
+3
2021-09-01
block/block-copy: introduce block_copy_set_copy_opts()
Vladimir Sementsov-Ogievskiy
2
-20
/
+32
2021-09-01
block-copy: move detecting fleecing scheme to block-copy
Vladimir Sementsov-Ogievskiy
5
-28
/
+26
2021-09-01
block: rename backup-top to copy-before-write
Vladimir Sementsov-Ogievskiy
7
-100
/
+95
2021-09-01
qdev: allow setting drive property for realized device
Vladimir Sementsov-Ogievskiy
1
-12
/
+31
2021-09-01
qdev-properties: PropertyInfo: add realized_set_allowed field
Vladimir Sementsov-Ogievskiy
2
-3
/
+4
2021-09-01
block: introduce blk_replace_bs
Vladimir Sementsov-Ogievskiy
2
-0
/
+9
2021-09-01
block: introduce bdrv_replace_child_bs()
Vladimir Sementsov-Ogievskiy
2
-0
/
+33
2021-09-01
iotests: use subprocess.DEVNULL instead of open("/dev/null")
John Snow
1
-7
/
+7
2021-09-01
iotests: use with-statement for open() calls
John Snow
1
-3
/
+4
2021-09-01
raw-format: drop WRITE and RESIZE child perms when possible
Stefan Hajnoczi
1
-1
/
+20
2021-09-01
block/monitor: Consolidate hmp_handle_error calls to reduce redundant code
Mao Zhongyi
1
-6
/
+6
2021-09-01
docs/devel/testing: add -p option to the debug section of QEMU iotests
Emanuele Giuseppe Esposito
1
-0
/
+4
2021-09-01
qemu-iotests: add option to show qemu binary logs on stdout
Emanuele Giuseppe Esposito
4
-6
/
+24
2021-09-01
docs/devel/testing: add -valgrind option to the debug section of QEMU iotests
Emanuele Giuseppe Esposito
1
-0
/
+6
2021-09-01
qemu-iotests: insert valgrind command line as wrapper for qemu binary
Emanuele Giuseppe Esposito
1
-1
/
+5
2021-09-01
qemu-iotests: allow valgrind to read/delete the generated log file
Emanuele Giuseppe Esposito
1
-0
/
+11
2021-09-01
qemu-iotests: extend QMP socket timeout when using valgrind
Emanuele Giuseppe Esposito
1
-3
/
+3
2021-09-01
qemu-iotests: extend the check script to prepare supporting valgrind for pyth...
Emanuele Giuseppe Esposito
3
-3
/
+16
2021-09-01
docs/devel/testing: add -gdb option to the debugging section of QEMU iotests
Emanuele Giuseppe Esposito
1
-0
/
+11
2021-09-01
qemu-iotests: add gdbserver option to script tests too
Emanuele Giuseppe Esposito
2
-2
/
+13
2021-09-01
qemu_iotests: insert gdbserver command line as wrapper for qemu binary
Emanuele Giuseppe Esposito
1
-1
/
+2
2021-09-01
qemu-iotests: delay QMP socket timers
Emanuele Giuseppe Esposito
1
-1
/
+5
2021-09-01
qemu-iotests: add option to attach gdbserver
Emanuele Giuseppe Esposito
3
-3
/
+25
2021-09-01
docs/devel/testing: add debug section to the QEMU iotests chapter
Emanuele Giuseppe Esposito
1
-0
/
+8
2021-09-01
python: qemu: pass the wrapper field from QEMUQtestmachine to QEMUMachine
Emanuele Giuseppe Esposito
1
-1
/
+3
2021-09-01
python: Reduce strictness of pylint's duplicate-code check
John Snow
1
-0
/
+5
2021-09-01
python: qemu: add timer parameter for qmp.accept socket
Emanuele Giuseppe Esposito
3
-5
/
+10
2021-09-01
arm: Remove system_clock_scale global
Peter Maydell
10
-55
/
+5
2021-09-01
hw/timer/stellaris-gptm: Use Clock input instead of system_clock_scale
Peter Maydell
3
-7
/
+34
2021-09-01
hw/arm/stellaris: Split stellaris-gptm into its own file
Peter Maydell
6
-320
/
+368
2021-09-01
hw/arm/stellaris: Fix code style issues in GPTM code
Peter Maydell
1
-5
/
+8
2021-09-01
hw/timer/armv7m_systick: Use clock inputs instead of system_clock_scale
Peter Maydell
1
-28
/
+84
2021-09-01
hw/arm/msf2-soc: Wire up refclk
Peter Maydell
2
-0
/
+24
2021-09-01
hw/arm/msf2: Use Clock input to MSF2_SOC instead of m3clk property
Peter Maydell
3
-13
/
+25
2021-09-01
hw/arm/msf2_soc: Don't allocate separate MemoryRegions
Peter Maydell
2
-10
/
+11
2021-09-01
hw/arm/stellaris: Wire sysclk up to armv7m
Peter Maydell
1
-1
/
+4
2021-09-01
hw/arm/stellaris: split stellaris_sys_init()
Peter Maydell
1
-31
/
+25
2021-09-01
hw/arm/nrf51: Wire up sysclk
Peter Maydell
2
-0
/
+22
2021-09-01
hw/arm/stm32vldiscovery: Delete trailing blank line
Peter Maydell
1
-1
/
+0
2021-09-01
hw/arm/stm32f405: Wire up sysclk and refclk
Peter Maydell
3
-5
/
+40
2021-09-01
hw/arm/stm32f205: Wire up sysclk and refclk
Peter Maydell
3
-5
/
+41
2021-09-01
hw/arm/stm32f100: Wire up sysclk and refclk
Peter Maydell
3
-5
/
+41
2021-09-01
hw/arm: Don't allocate separate MemoryRegions in stm32 SoC realize
Peter Maydell
4
-20
/
+22
[prev]
[next]