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
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: make docker-test-debug@fedora run sanitizers
Marc-André Lureau
2018-03-12
2
-4
/
+4
*
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180309a'...
Peter Maydell
2018-03-12
1
-3
/
+14
|
\
|
*
tests: Silence migration-test 'bad' test
Dr. David Alan Gilbert
2018-03-09
1
-3
/
+14
*
|
qemu-iotests: fix 203 migration completion race
Stefan Hajnoczi
2018-03-09
2
-4
/
+16
*
|
iotests: Tweak 030 in order to trigger a race condition with parallel jobs
Alberto Garcia
2018-03-09
2
-11
/
+45
*
|
iotests: Skip test for ENOMEM error
Fam Zheng
2018-03-09
1
-3
/
+2
*
|
iotests: Mark all tests executable
Eric Blake
2018-03-09
10
-0
/
+0
*
|
iotests: Test creating overlay when guest running
Fam Zheng
2018-03-09
2
-6
/
+9
*
|
qemu-iotests: Test ssh image creation over QMP
Kevin Wolf
2018-03-09
3
-0
/
+337
*
|
qemu-iotests: Test qcow2 over file image creation with QMP
Kevin Wolf
2018-03-09
3
-0
/
+646
*
|
qcow2: Use visitor for options in qcow2_create()
Kevin Wolf
2018-03-09
2
-6
/
+6
*
|
qdict: Introduce qdict_rename_keys()
Kevin Wolf
2018-03-09
1
-0
/
+129
*
|
test-qemu-opts: Test qemu_opts_to_qdict_filtered()
Kevin Wolf
2018-03-09
1
-0
/
+125
*
|
test-qemu-opts: Test qemu_opts_append()
Kevin Wolf
2018-03-09
1
-0
/
+128
*
|
qcow2: Make qemu-img check detect corrupted L1 tables in snapshots
Alberto Garcia
2018-03-09
2
-0
/
+22
*
|
qcow2: Check snapshot L1 table in qcow2_snapshot_delete()
Alberto Garcia
2018-03-09
2
-0
/
+4
*
|
qcow2: Check snapshot L1 table in qcow2_snapshot_goto()
Alberto Garcia
2018-03-09
2
-0
/
+6
*
|
qcow2: Check snapshot L1 tables in qcow2_check_metadata_overlap()
Alberto Garcia
2018-03-09
2
-0
/
+8
*
|
qcow2: Check L1 table parameters in qcow2_expand_zero_clusters()
Alberto Garcia
2018-03-09
2
-0
/
+6
*
|
qcow2: Check L1 table offset in qcow2_snapshot_load_tmp()
Alberto Garcia
2018-03-09
2
-2
/
+16
*
|
qcow2: Generalize validate_table_offset() into qcow2_validate_table()
Alberto Garcia
2018-03-09
1
-8
/
+8
|
/
*
Merge remote-tracking branch 'remotes/berrange/tags/qio-next-pull-request' in...
Peter Maydell
2018-03-08
3
-2
/
+6
|
\
|
*
qio: non-default context for TLS handshake
Peter Xu
2018-03-06
1
-0
/
+2
|
*
qio: non-default context for async conn
Peter Xu
2018-03-06
1
-2
/
+2
|
*
qio: non-default context for threaded qtask
Peter Xu
2018-03-06
1
-0
/
+2
*
|
sdhci-test: fix leaks
Marc-André Lureau
2018-03-06
1
-0
/
+2
*
|
ahci-test: fix opts leak of skip tests
Marc-André Lureau
2018-03-06
1
-0
/
+1
*
|
scsi: Remove automatic creation of SCSI controllers with -drive if=scsi
Thomas Huth
2018-03-06
1
-4
/
+0
*
|
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2018-03-06
4
-0
/
+126
|
\
\
|
|
/
|
/
|
|
*
block: test blk_aio_flush() with blk->root == NULL
Kevin Wolf
2018-03-02
2
-0
/
+84
|
*
iotest 033: add misaligned write-zeroes test via truncate
Anton Nefedov
2018-03-02
2
-0
/
+42
*
|
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2018-03-05
1
-1
/
+3
|
\
\
|
*
|
tests/libqos: Check for valid dev pointer when looking for PCI devices
Thomas Huth
2018-03-05
1
-1
/
+3
|
|
/
*
|
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
2018-03-05
1
-2
/
+0
|
\
\
|
*
|
net: Remove the deprecated 'host_net_add' and 'host_net_remove' HMP commands
Thomas Huth
2018-03-05
1
-2
/
+0
|
|
/
*
|
qapi: Move qapi-schema.json to qapi/, rename generated files
Markus Armbruster
2018-03-02
5
-15
/
+15
*
|
qapi: Empty out qapi-schema.json
Markus Armbruster
2018-03-02
3
-3
/
+3
*
|
Include less of the generated modular QAPI headers
Markus Armbruster
2018-03-02
2
-2
/
+1
*
|
qapi: Rename generated qmp-marshal.c to qmp-commands.c
Markus Armbruster
2018-03-02
3
-8
/
+7
*
|
qapi: Record 'include' directives in intermediate representation
Markus Armbruster
2018-03-02
11
-0
/
+32
*
|
qapi: Generate in source order
Markus Armbruster
2018-03-02
11
-187
/
+187
*
|
qapi: Lift error reporting from QAPISchema.__init__() to callers
Markus Armbruster
2018-03-02
1
-2
/
+8
*
|
qapi: Improve include file name reporting in error messages
Markus Armbruster
2018-03-02
1
-1
/
+1
*
|
qapi-gen: New common driver for code and doc generators
Markus Armbruster
2018-03-02
2
-31
/
+29
*
|
qapi: Streamline boilerplate comment generation
Markus Armbruster
2018-03-02
1
-1
/
+2
|
/
*
Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-02-21-2...
Peter Maydell
2018-03-01
5
-172
/
+704
|
\
|
*
tests: add test for TPM TIS device
Stefan Berger
2018-02-21
3
-0
/
+495
|
*
tests: Move common TPM test code into tpm-emu.c
Stefan Berger
2018-02-21
4
-172
/
+209
*
|
scripts: Add decodetree.py
Richard Henderson
2018-02-23
22
-1
/
+140
|
/
*
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180214a'...
Peter Maydell
2018-02-16
4
-63
/
+230
|
\
[next]