index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-09
qdev: Protect device-list-properties against broken devices
Markus Armbruster
1
-27
/
+0
2015-10-09
qmp: Fix device-list-properties not to crash for abstract device
Markus Armbruster
1
-11
/
+4
2015-10-09
device-introspect-test: New, covering device introspection
Markus Armbruster
2
-3
/
+163
2015-10-09
libqtest: New hmp() & friends
Markus Armbruster
4
-22
/
+78
2015-10-09
libqtest: Clean up unused QTestState member sigact_old
Markus Armbruster
1
-1
/
+0
2015-10-09
tests: Fix how qom-test is run
Markus Armbruster
1
-6
/
+8
2015-10-08
tests: Unique test path for /string-visitor/output
Dr. David Alan Gilbert
1
-8
/
+8
2015-10-06
Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging
Peter Maydell
2
-3
/
+3
2015-10-06
tests: vhost-user: disable unless CONFIG_VHOST_NET
Michael S. Tsirkin
1
-0
/
+2
2015-10-05
qtest/ide-test: ppc64be correction for ATAPI tests
John Snow
1
-2
/
+2
2015-10-05
qtest/ahci: fix redundant assertion
John Snow
1
-1
/
+1
2015-10-02
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-110
/
+60
2015-10-02
vhost-user-test: fix predictable filename on tmpfs
Michael S. Tsirkin
1
-1
/
+1
2015-10-02
vhost-user-test: use tmpfs by default
Michael S. Tsirkin
1
-12
/
+25
2015-10-02
vhost-user: unit test for new messages
Michael S. Tsirkin
1
-0
/
+18
2015-10-02
vhost-user-test: do not reinvent glib-compat.h
Paolo Bonzini
1
-97
/
+16
2015-10-02
iotests: Fix test 128 for password-less sudo
Max Reitz
1
-1
/
+8
2015-10-02
tests: Fix test 049 fallout from improved HMP error messages
Eric Blake
1
-0
/
+1
2015-09-25
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+91
2015-09-25
Merge remote-tracking branch 'remotes/vivier-misc/tags/pull-muldiv64-20150925...
Peter Maydell
1
-1
/
+1
2015-09-25
rtl8139: remove muldiv64()
Laurent Vivier
1
-1
/
+1
2015-09-25
tests: add some qemu_strtosz() tests
Marc-André Lureau
1
-0
/
+91
2015-09-24
vhost: rename VHOST_RESET_OWNER to VHOST_RESET_DEVICE
Yuanhan Liu
1
-1
/
+1
2015-09-21
qapi: New QMP command query-qmp-schema for QMP introspection
Markus Armbruster
17
-2
/
+78
2015-09-21
qapi: Pseudo-type '**' is now unused, drop it
Markus Armbruster
9
-12
/
+1
2015-09-21
qapi: Introduce a first class 'any' type
Markus Armbruster
16
-7
/
+125
2015-09-21
qapi: Make output visitor return qnull() instead of NULL
Markus Armbruster
1
-1
/
+2
2015-09-21
qapi-event: Convert to QAPISchemaVisitor, fixing data with base
Markus Armbruster
1
-3
/
+0
2015-09-21
qapi-visit: Convert to QAPISchemaVisitor, fixing bugs
Markus Armbruster
3
-7
/
+4
2015-09-21
qapi-types: Convert to QAPISchemaVisitor, fixing flat unions
Markus Armbruster
1
-2
/
+2
2015-09-21
tests/qapi-schema: Convert test harness to QAPISchemaVisitor
Markus Armbruster
16
-118
/
+249
2015-09-21
qapi: New QAPISchema intermediate reperesentation
Markus Armbruster
1
-1
/
+1
2015-09-18
ide-test: add cdrom dma test
John Snow
1
-18
/
+72
2015-09-18
ide-test: add cdrom pio test
John Snow
1
-0
/
+157
2015-09-18
qtest/ahci: export generate_pattern
John Snow
3
-26
/
+27
2015-09-18
qtest/ahci: use generate_pattern everywhere
John Snow
1
-17
/
+6
2015-09-15
crypto: introduce new module for handling TLS sessions
Daniel P. Berrange
3
-0
/
+542
2015-09-15
crypto: add sanity checking of TLS x509 credentials
Daniel P. Berrange
6
-0
/
+2461
2015-09-15
crypto: introduce new base module for TLS credentials
Daniel P. Berrange
1
-1
/
+1
2015-09-15
qom: allow QOM to be linked into tools binaries
Daniel P. Berrange
1
-3
/
+1
2015-09-15
crypto: move crypto objects out of libqemuutil.la
Daniel P. Berrange
1
-3
/
+4
2015-09-15
tests: remove repetition in unit test object deps
Daniel P. Berrange
1
-45
/
+51
2015-09-15
qapi: allow override of default enum prefix naming
Daniel P. Berrange
7
-1
/
+13
2015-09-14
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
7
-0
/
+316
2015-09-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+1255
2015-09-14
iotests: Add test for checking large image files
Max Reitz
3
-0
/
+83
2015-09-14
qemu-iotests: More qcow2 reopen tests
Kevin Wolf
3
-0
/
+188
2015-09-14
qemu-iotests: Reopen qcow2 with lazy-refcounts change
Kevin Wolf
2
-0
/
+45
2015-09-11
typofixes - v4
Veres Lajos
2
-2
/
+2
2015-09-11
opts: produce valid command line in qemu_opts_print
Kővágó, Zoltán
32
-96
/
+96
[next]