index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
libqtest.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qtest: pre-buffer hex nibs
John Snow
2015-05-22
1
-3
/
+5
*
qtest: add memset to qtest protocol
John Snow
2015-05-22
1
-7
/
+1
*
qtest: Add base64 encoded read/write
John Snow
2015-05-22
1
-0
/
+31
*
qtest: Add assertion that required environment variable is set
Ed Maste
2015-04-28
1
-0
/
+1
*
libqtest: add qmp_async
John Snow
2015-04-28
1
-1
/
+29
*
libqtest: add qmp_eventwait
John Snow
2015-04-28
1
-0
/
+16
*
qtest: Add qtest_add_data_func() wrapper function
Andreas Färber
2015-03-30
1
-0
/
+7
*
tests: Add virtio device initialization
Marc Marí
2014-09-08
1
-0
/
+48
*
libqtest: launch QEMU with QEMU_AUDIO_DRV=none
Stefan Hajnoczi
2014-08-28
1
-0
/
+1
*
libqtest: add QTEST_LOG for debugging qtest testcases
Marc Marí
2014-08-15
1
-0
/
+4
*
libqtest: Correct small memory leak.
John Snow
2014-08-15
1
-0
/
+1
*
qtest: Adding qtest_memset and qmemset.
John Snow
2014-08-15
1
-0
/
+12
*
libqtest: add QTEST_LOG for debugging qtest testcases
Paolo Bonzini
2014-08-15
1
-1
/
+6
*
libqtest: escape strings in QMP commands, fix leak
Paolo Bonzini
2014-07-01
1
-10
/
+37
*
qtest: Be paranoid about accept() addrlen argument
Andreas Färber
2014-05-05
1
-1
/
+1
*
qtest: Add error reporting to socket_accept()
Andreas Färber
2014-05-05
1
-0
/
+3
*
qtest: Assure that init_socket()'s listen() does not fail
Andreas Färber
2014-05-05
1
-1
/
+2
*
qtest: Factor out qtest_qmp_receive()
Andreas Färber
2014-03-31
1
-5
/
+10
*
qtest: Keep list of qtest instances for SIGABRT handler
Stefan Hajnoczi
2014-03-31
1
-10
/
+37
*
Revert "qtest: Fix crash if SIGABRT during qtest_init()"
Stefan Hajnoczi
2014-03-31
1
-2
/
+1
*
qtest: Fix crash if SIGABRT during qtest_init()
Stefan Hajnoczi
2014-03-13
1
-1
/
+2
*
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...
Peter Maydell
2014-03-13
1
-2
/
+11
|
\
|
*
libqtest: Fix possible deadlock in qtest initialization
Marcel Apfelbaum
2014-03-13
1
-2
/
+11
*
|
libqtest: Avoid inline varargs functions
Peter Maydell
2014-03-13
1
-0
/
+20
|
/
*
qtest: kill QEMU process on g_assert() failure
Stefan Hajnoczi
2014-02-19
1
-6
/
+25
*
qtest: make QEMU our direct child process
Stefan Hajnoczi
2014-02-19
1
-29
/
+5
*
qtest: drop unused child_pid field
Stefan Hajnoczi
2014-02-19
1
-2
/
+0
*
qtest: unlink UNIX domain sockets after connecting
Stefan Hajnoczi
2014-02-03
1
-11
/
+12
*
qtest: unlink QEMU pid file after startup
Stefan Hajnoczi
2014-02-03
1
-11
/
+11
*
qtest: Use -display none by default
Andreas Färber
2013-11-19
1
-0
/
+1
*
libqtest: add qmp(fmt, ...) -> QDict* function
Stefan Hajnoczi
2013-11-07
1
-14
/
+52
*
libqtest: rename qmp() to qmp_discard_response()
Stefan Hajnoczi
2013-11-07
1
-5
/
+5
*
libqtest: Plug fd and memory leaks in qtest_quit()
Markus Armbruster
2013-07-18
1
-0
/
+4
*
libqtest: only call fclose() on open files
Jesse Larrew
2013-04-30
1
-1
/
+1
*
qtest: don't use system command to avoid double fork
Anthony Liguori
2013-04-17
1
-7
/
+4
*
qtest: Add MMIO support
Andreas Färber
2013-02-18
1
-0
/
+62
*
libqtest: Introduce qtest_qmpv() and convert remaining macro
Andreas Färber
2013-02-18
1
-4
/
+10
*
libqtest: Wait for the right child PID after killing QEMU
Eduardo Habkost
2013-02-01
1
-2
/
+5
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-2
/
+2
*
qtest: implement QTEST_STOP
Paolo Bonzini
2012-10-05
1
-13
/
+25
*
qtest: Tidy up temporary files properly
Markus Armbruster
2012-07-09
1
-13
/
+16
*
qtest: fix infinite loop when QEMU aborts abruptly
Anthony Liguori
2012-06-27
1
-0
/
+5
*
libqtest: Fix socket_accept() to pass address_len
Andreas Färber
2012-06-22
1
-0
/
+1
*
qtest: Add function to send QMP commands
Kevin Wolf
2012-05-10
1
-27
/
+96
*
qtest: Fix more format errors with qtest_sendf
Stefan Weil
2012-04-26
1
-3
/
+4
*
qtest: fix memread and memwrite on 32 bit hosts
Blue Swirl
2012-04-23
1
-2
/
+2
*
qtest: add C version of test infrastructure
Anthony Liguori
2012-03-30
1
-0
/
+387