summaryrefslogtreecommitdiffstats
path: root/tcg/s390
diff options
context:
space:
mode:
authorMarc-André Lureau2015-11-18 10:02:58 +0100
committerMichael S. Tsirkin2015-11-19 14:26:05 +0100
commit1c7ba94a184df1eddd589d5400d879568d3e5d08 (patch)
tree92520c361efd9dccf57fe9d6b8def625ea0d7a2f /tcg/s390
parenttests: re-enable vhost-user-test (diff)
downloadqemu-1c7ba94a184df1eddd589d5400d879568d3e5d08.tar.gz
qemu-1c7ba94a184df1eddd589d5400d879568d3e5d08.tar.xz
qemu-1c7ba94a184df1eddd589d5400d879568d3e5d08.zip
exec: silence hugetlbfs warning under qtest
vhost-user-test prints a warning. A test should not need to run on hugetlbfs, let's silence the warning under qtest. The condition can't check on qtest_enabled() since vhost-user-test actually doesn't use qtest accel. However, qtest_driver() can be used, if qtest_init() is called early enough. For that reason, move chardev and qtest initialization early. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'tcg/s390')
0 files changed, 0 insertions, 0 deletions
+46 * Add support for MAP_NORESERVE mmap flag.Christophe Lyon2014-06-291-0/+2 * target-mips: implement UserLocal RegisterPetar Jovanovic2014-06-181-1/+1 * linux-user: Return correct errno for unsupported netlink socketEd Swierk2014-06-171-1/+1 * linux-user: Don't overrun guest buffer in sched_getaffinityPeter Maydell2014-06-171-0/+16 * linux-user: fix getrusage and wait4 failures with invalid rusage structPetar Jovanovic2014-05-051-3/+8 * linux-user: move uname functions to uname.cRiku Voipio2014-05-021-102/+0Star * linux-user: rename cpu-uname -> unameRiku Voipio2014-05-021-1/+1 * linux-user: avoid using glibc internals in _syscall5 and in definition of tar...Natanael Copa2014-05-021-1/+1 * linux-user: Handle arches with llseek instead of _llseekJames Hogan2014-05-021-0/+5 * linux-user: Add support for SCM_CREDENTIALS.Huw Davies2014-05-021-0/+11 * linux-user: Move if-elses to a switch statement.Huw Davies2014-05-021-18/+33 * linux-user: Add /proc/self/exe open forwardingMaxim Ostapenko2014-05-021-0/+5 * linux-user: pass correct host flags to accept4()Petar Jovanovic2014-04-011-2/+5 * linux-user: Fix build if headers don't define _LINUX_CAPABILITY_VERSION_1Peter Maydell2014-03-191-1/+1 * linux-user: Implement capget, capsetPeter Maydell2014-03-171-2/+73 * signal: added a wrapper for sigprocmask functionAlex Barcelo2014-03-171-7/+7 * linux-user: implement F_[GS]ETOWN_EXAndreas Schwab2014-03-171-0/+36 * linux-user: Don't return uninitialized value for atomic_barrier syscallPeter Maydell2014-03-171-0/+1 * cpu: Move opaque field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-12/+18 * linux-user: translate signal number on return from sigtimedwaitPetar Jovanovic2014-03-031-5/+11 * linux-user: Implement sendmmsg syscallAlexander Graf2014-03-03