Sign in
qemu
/
qemu
/
bd1497dc87364cff481d4c89ef1f248cfc47e4cf
/
tests
/
vhost-user-test.c
bae6b59
vhost-user-test: reduce usage of global_qtest
by Paolo Bonzini
· 6 years ago
3b72ca3
vhost-user-test: skip if there is no memory at address 0
by Paolo Bonzini
· 6 years ago
5a583cc
vhost-user-test: support VHOST_USER_PROTOCOL_F_CROSS_ENDIAN
by Paolo Bonzini
· 6 years ago
acca950
vhost-user-test: signal data_cond when s->rings changes
by Paolo Bonzini
· 6 years ago
04ad1bf
vhost-user-test: use g_cond_broadcast
by Paolo Bonzini
· 6 years ago
82248cd
tests: vhost-user-test: initialize 'fd' in chr_read
by Li Qiang
· 6 years ago
7d37435
avoid TABs in files that only contain a few
by Paolo Bonzini
· 6 years ago
3829640
hostmem-memfd: add checks before adding hostmem-memfd & properties
by Marc-André Lureau
· 6 years ago
692fbdf
build-sys: remove glib_subprocess check
by Marc-André Lureau
· 7 years ago
015715f
tests: Clean up string interpolation into QMP input (simple cases)
by Markus Armbruster
· 7 years ago
9ee8a69
vhost-user-test: added proper TestServer *dest initialization in test_migrate()
by Emanuele Giuseppe Esposito
· 7 years ago
e7b3af8
glib: bump min required glib library version to 2.40
by Daniel P. Berrangé
· 7 years ago
cb3e7f0
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
by Marc-André Lureau
· 7 years ago
8e029fd
vhost-user-test: add back memfd check
by Marc-André Lureau
· 7 years ago
642e065
vhost-user-test: do not hang if chardev creation failed
by Marc-André Lureau
· 7 years ago
05e520f
libqos: Use explicit QTestState for fw_cfg operations
by Eric Blake
· 7 years ago
e5d1730
libqos: Track QTestState with QPCIBus
by Eric Blake
· 7 years ago
fb68096
Revert "tests: use memfd in vhost-user-test"
by Peter Maydell
· 7 years ago
452fcdb
Include qapi/qmp/qdict.h exactly where needed
by Markus Armbruster
· 7 years ago
7e49f5e
tests: use memfd in vhost-user-test
by Marc-André Lureau
· 7 years ago
8326514
vhost-user-test: make read-guest-mem setup its own qemu
by Marc-André Lureau
· 7 years ago
7a9ec65
tests: keep compiling failing vhost-user tests
by Marc-André Lureau
· 7 years ago
459f5d2
vhost-user-test: use init_virtio_dev in multiqueue test
by Maxime Coquelin
· 7 years ago
d3b2a5d
vhost-user-test: make features mask an init_virtio_dev() argument
by Maxime Coquelin
· 7 years ago
026eb17
vhost-user-test: setup virtqueues in all tests
by Maxime Coquelin
· 7 years ago
e364c70
vhost-user-test: extract read-guest-mem test from main loop
by Maxime Coquelin
· 7 years ago
0d85e7d
vhost-user-test: fix features mask
by Maxime Coquelin
· 7 years ago
ff67604
misc: remove duplicated includes
by Philippe Mathieu-Daudé
· 7 years ago
2078408
vhost-user: disable the *broken* subprocess tests
by Philippe Mathieu-Daudé
· 7 years ago
81517ba
char: add backend hotswap handler
by Anton Nefedov
· 8 years ago
1ce2610
char: make chr_fe_deinit() optionaly delete backend
by Marc-André Lureau
· 8 years ago
4d43a60
char: move CharBackend handling in char-fe unit
by Marc-André Lureau
· 8 years ago
8228e35
chardev: move headers to include/chardev
by Marc-André Lureau
· 8 years ago
2f5d45a
char: add a /chardevs container
by Marc-André Lureau
· 8 years ago
0c0eb30
tests: fix vhost-user-test leaks
by Marc-André Lureau
· 8 years ago
213dcb0
char: headers clean-up
by Marc-André Lureau
· 8 years ago
0ec7b3e
char: rename CharDriverState Chardev
by Marc-André Lureau
· 8 years ago
277d44f
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into staging
by Peter Maydell
· 8 years ago
814bb12
clean-up: removed duplicate #includes
by Anand J
· 8 years ago
6b9cdf4
tests: move QVirtioBus pointer into QVirtioDevice
by Laurent Vivier
· 8 years ago
39ab61c
char: remove explicit_fe_open, use a set_handlers argument
by Marc-André Lureau
· 8 years ago
c39860e
char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit
by Marc-André Lureau
· 8 years ago
5345fdb
char: use qemu_chr_fe* functions with CharBackend argument
by Marc-André Lureau
· 8 years ago
7fa47e2
char: rename some frontend functions
by Marc-André Lureau
· 8 years ago
32a6ebe
char: remaining switch to CharBackend in frontend
by Marc-André Lureau
· 8 years ago
b4948be
char: remove init callback
by Marc-André Lureau
· 8 years ago
2ecd7e2
libqos: add PCI management in qtest_vboot()/qtest_shutdown()
by Laurent Vivier
· 8 years ago
9294d76
tests: add /vhost-user/flags-mismatch test
by Marc-André Lureau
· 8 years ago
ed0a8d9
tests: add a simple /vhost-user/multiqueue test
by Marc-André Lureau
· 8 years ago
5d443f5
tests: add /vhost-user/connect-fail test
by Marc-André Lureau
· 8 years ago
cdafe92
vhost-user-test: Use libqos instead of pxe-virtio.rom
by Eduardo Habkost
· 8 years ago
69179fe
tests: fix vhost-user-test leak
by Marc-André Lureau
· 9 years ago
a9c9427
Use #include "..." for our own headers, <...> for others
by Markus Armbruster
· 9 years ago
634d39b
vhost-user-test: fix g_cond_wait_until compat implementation
by Paolo Bonzini
· 9 years ago
7263a90
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 9 years ago
4616e35
test: start vhost-user reconnect test
by Marc-André Lureau
· 9 years ago
02d0e09
os-posix: include sys/mman.h
by Paolo Bonzini
· 9 years ago
79ffb27
tests: Remove unnecessary glib.h includes
by Peter Maydell
· 9 years ago
681c28a
tests: Clean up includes
by Peter Maydell
· 9 years ago
b5c6eaf
vhost-user-test: use correct ROM to speed up and avoid spurious failures
by Paolo Bonzini
· 9 years ago
3a87d00
fpu: Replace uint32 typedef with uint32_t
by Peter Maydell
· 9 years ago
041088c
tests: Use proper functions types instead of void (*fn)
by Markus Armbruster
· 9 years ago
45ce512
vhost-user-test: fix crash with glib < 2.36
by Marc-André Lureau
· 9 years ago
a899b1e
vhost-user-test: use unix port for migration
by Marc-André Lureau
· 9 years ago
9732baf
vhost-user-test: fix chardriver race
by Marc-André Lureau
· 9 years ago
d08e42a
vhost-user-test: fix migration overlap test
by Michael S. Tsirkin
· 9 years ago
87656d5
vhost-user-test: support VHOST_USER_SET_VRING_ENABLE
by Michael S. Tsirkin
· 9 years ago
60915dc
vhost: rename RESET_DEVICE backto RESET_OWNER
by Yuanhan Liu
· 9 years ago
2b8819c
vhost-user: modify SET_LOG_BASE to pass mmap size and offset
by Victor Kaplansky
· 9 years ago
12ebf69
vhost-user-test: fix up rhel6 build
by Michael S. Tsirkin
· 9 years ago
1d9edff
vhost-user-test: check ownership during migration
by Marc-André Lureau
· 9 years ago
b181974
vhost-user-test: add live-migration test
by Marc-André Lureau
· 9 years ago
704b216
vhost-user-test: learn to tweak various qemu arguments
by Marc-André Lureau
· 9 years ago
ae31fb5
vhost-user-test: wrap server in TestServer struct
by Marc-André Lureau
· 9 years ago
82755ff
vhost-user-test: remove useless static check
by Marc-André Lureau
· 9 years ago
cf72b57
vhost-user-test: move wait_for_fds() out
by Marc-André Lureau
· 9 years ago
6fdac09
vhost-user-test: fix predictable filename on tmpfs
by Michael S. Tsirkin
· 9 years ago
1b7e1e3
vhost-user-test: use tmpfs by default
by Michael S. Tsirkin
· 9 years ago
8a9b6b3
vhost-user: unit test for new messages
by Michael S. Tsirkin
· 9 years ago
ca06d9c
vhost-user-test: do not reinvent glib-compat.h
by Paolo Bonzini
· 9 years ago
d1f8b30
vhost: rename VHOST_RESET_OWNER to VHOST_RESET_DEVICE
by Yuanhan Liu
· 9 years ago
30de46d
vhost-user-test: Fix 'make check' broken on glib < 2.26
by Gonglei
· 10 years ago
89b516d
glib: add compatibility interface for g_get_monotonic_time()
by Stefan Hajnoczi
· 10 years ago
d6970e3
qtest: Adapt vhost-user-test to latest vhost-user changes
by Nikolay Nikolaev
· 11 years ago
0e3cd83
qtest: fix vhost-user-test compilation with old GLib
by Nikolay Nikolaev
· 11 years ago
f61badf
qtest: fix vhost-user-test unbalanced mutex locks
by Nikolay Nikolaev
· 11 years ago
bd95939
qtest: fix qtest for vhost-user
by Nikolay Nikolaev
· 11 years ago
a77e6b1
Add qtest for vhost-user
by Nikolay Nikolaev
· 11 years ago