summaryrefslogtreecommitdiffstats
path: root/tests/virtio-console-test.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: Clean up includesPeter Maydell2016-02-161-2/+1Star
| | | | | | | | | | | Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Eric Blake <eblake@redhat.com> Tested-by: Eric Blake <eblake@redhat.com>
* virtio-console-test: Test virtserialport as wellAndreas Färber2014-03-131-6/+13
| | | | | | | | | | A test is only as good as its coverage - testing virtserialport in addition to virtconsole showed that commit 0399a3819b27083ba69b88a9baa9025facab85bd (virtio-console: QOM cast cleanup for VirtConsole) broke virtserialport. Acked-by: Richard W.M. Jones <rjones@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
* tests: Add virtio-console qtestAndreas Färber2014-03-131-0/+34
Signed-off-by: Andreas Färber <afaerber@suse.de>