index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
block/backup: set copy_range and compress after filter insertion
Vladimir Sementsov-Ogievskiy
2021-09-01
3
-5
/
+3
|
*
|
block/block-copy: introduce block_copy_set_copy_opts()
Vladimir Sementsov-Ogievskiy
2021-09-01
2
-20
/
+32
|
*
|
block-copy: move detecting fleecing scheme to block-copy
Vladimir Sementsov-Ogievskiy
2021-09-01
5
-28
/
+26
|
*
|
block: rename backup-top to copy-before-write
Vladimir Sementsov-Ogievskiy
2021-09-01
7
-100
/
+95
|
*
|
qdev: allow setting drive property for realized device
Vladimir Sementsov-Ogievskiy
2021-09-01
1
-12
/
+31
|
*
|
qdev-properties: PropertyInfo: add realized_set_allowed field
Vladimir Sementsov-Ogievskiy
2021-09-01
2
-3
/
+4
|
*
|
block: introduce blk_replace_bs
Vladimir Sementsov-Ogievskiy
2021-09-01
2
-0
/
+9
|
*
|
block: introduce bdrv_replace_child_bs()
Vladimir Sementsov-Ogievskiy
2021-09-01
2
-0
/
+33
|
*
|
iotests: use subprocess.DEVNULL instead of open("/dev/null")
John Snow
2021-09-01
1
-7
/
+7
|
*
|
iotests: use with-statement for open() calls
John Snow
2021-09-01
1
-3
/
+4
|
*
|
raw-format: drop WRITE and RESIZE child perms when possible
Stefan Hajnoczi
2021-09-01
1
-1
/
+20
|
*
|
block/monitor: Consolidate hmp_handle_error calls to reduce redundant code
Mao Zhongyi
2021-09-01
1
-6
/
+6
|
*
|
docs/devel/testing: add -p option to the debug section of QEMU iotests
Emanuele Giuseppe Esposito
2021-09-01
1
-0
/
+4
|
*
|
qemu-iotests: add option to show qemu binary logs on stdout
Emanuele Giuseppe Esposito
2021-09-01
4
-6
/
+24
|
*
|
docs/devel/testing: add -valgrind option to the debug section of QEMU iotests
Emanuele Giuseppe Esposito
2021-09-01
1
-0
/
+6
|
*
|
qemu-iotests: insert valgrind command line as wrapper for qemu binary
Emanuele Giuseppe Esposito
2021-09-01
1
-1
/
+5
|
*
|
qemu-iotests: allow valgrind to read/delete the generated log file
Emanuele Giuseppe Esposito
2021-09-01
1
-0
/
+11
|
*
|
qemu-iotests: extend QMP socket timeout when using valgrind
Emanuele Giuseppe Esposito
2021-09-01
1
-3
/
+3
|
*
|
qemu-iotests: extend the check script to prepare supporting valgrind for pyth...
Emanuele Giuseppe Esposito
2021-09-01
3
-3
/
+16
|
*
|
docs/devel/testing: add -gdb option to the debugging section of QEMU iotests
Emanuele Giuseppe Esposito
2021-09-01
1
-0
/
+11
|
*
|
qemu-iotests: add gdbserver option to script tests too
Emanuele Giuseppe Esposito
2021-09-01
2
-2
/
+13
|
*
|
qemu_iotests: insert gdbserver command line as wrapper for qemu binary
Emanuele Giuseppe Esposito
2021-09-01
1
-1
/
+2
|
*
|
qemu-iotests: delay QMP socket timers
Emanuele Giuseppe Esposito
2021-09-01
1
-1
/
+5
|
*
|
qemu-iotests: add option to attach gdbserver
Emanuele Giuseppe Esposito
2021-09-01
3
-3
/
+25
|
*
|
docs/devel/testing: add debug section to the QEMU iotests chapter
Emanuele Giuseppe Esposito
2021-09-01
1
-0
/
+8
|
*
|
python: qemu: pass the wrapper field from QEMUQtestmachine to QEMUMachine
Emanuele Giuseppe Esposito
2021-09-01
1
-1
/
+3
|
*
|
python: Reduce strictness of pylint's duplicate-code check
John Snow
2021-09-01
1
-0
/
+5
|
*
|
python: qemu: add timer parameter for qmp.accept socket
Emanuele Giuseppe Esposito
2021-09-01
3
-5
/
+10
|
|
/
*
|
Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2021-09-01-1...
Peter Maydell
2021-09-02
11
-24
/
+97
|
\
\
|
*
|
tests: acpi: tpm1.2: Add expected TPM 1.2 ACPI blobs
Stefan Berger
2021-08-31
3
-2
/
+0
|
*
|
tests: acpi: Add test cases for TPM 1.2 with TCPA table
Stefan Berger
2021-08-31
1
-2
/
+8
|
*
|
tests: Use QMP to check whether a TPM device model is available
Stefan Berger
2021-08-31
3
-5
/
+43
|
*
|
tests: acpi: prepare for new TPM 1.2 related tables
Stefan Berger
2021-08-31
3
-0
/
+2
|
*
|
tests: tpm: Create TPM 1.2 response in TPM emulator
Stefan Berger
2021-08-31
2
-0
/
+9
|
*
|
tests: acpi: tpm2: Add the renamed ACPI files and drop old ones
Stefan Berger
2021-08-31
5
-2
/
+0
|
*
|
tests: Add suffix 'tpm2' or 'tpm12' to ACPI table files
Stefan Berger
2021-08-31
1
-1
/
+2
|
*
|
tests: acpi: Prepare for renaming of TPM2 related ACPI files
Stefan Berger
2021-08-31
3
-0
/
+2
|
*
|
tests: Add tpm_version field to TPMTestState and fill it
Stefan Berger
2021-08-31
6
-5
/
+24
|
*
|
tests: Rename TestState to TPMTestState
Stefan Berger
2021-08-31
7
-12
/
+12
*
|
|
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210901'...
Peter Maydell
2021-09-01
68
-969
/
+2926
|
\
\
\
|
*
|
|
arm: Remove system_clock_scale global
Peter Maydell
2021-09-01
10
-55
/
+5
|
*
|
|
hw/timer/stellaris-gptm: Use Clock input instead of system_clock_scale
Peter Maydell
2021-09-01
3
-7
/
+34
|
*
|
|
hw/arm/stellaris: Split stellaris-gptm into its own file
Peter Maydell
2021-09-01
6
-320
/
+368
|
*
|
|
hw/arm/stellaris: Fix code style issues in GPTM code
Peter Maydell
2021-09-01
1
-5
/
+8
|
*
|
|
hw/timer/armv7m_systick: Use clock inputs instead of system_clock_scale
Peter Maydell
2021-09-01
1
-28
/
+84
|
*
|
|
hw/arm/msf2-soc: Wire up refclk
Peter Maydell
2021-09-01
2
-0
/
+24
|
*
|
|
hw/arm/msf2: Use Clock input to MSF2_SOC instead of m3clk property
Peter Maydell
2021-09-01
3
-13
/
+25
|
*
|
|
hw/arm/msf2_soc: Don't allocate separate MemoryRegions
Peter Maydell
2021-09-01
2
-10
/
+11
|
*
|
|
hw/arm/stellaris: Wire sysclk up to armv7m
Peter Maydell
2021-09-01
1
-1
/
+4
|
*
|
|
hw/arm/stellaris: split stellaris_sys_init()
Peter Maydell
2021-09-01
1
-31
/
+25
[prev]
[next]