index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
vhost-user-test.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-03-11
hostmem-memfd: disable for systems without sealing support
Ilya Maximets
1
-2
/
+3
2019-03-08
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-0...
Peter Maydell
1
-5
/
+8
2019-03-08
vhost-user-test: fix leaks
Marc-André Lureau
1
-0
/
+3
2019-03-07
tests: Do not use "\n" in g_test_message() strings
Thomas Huth
1
-5
/
+5
2019-03-07
qos-test: vhost-user test node
Paolo Bonzini
1
-230
/
+151
2019-03-07
vhost-user-test: always use 256 MiB of guest memory
Paolo Bonzini
1
-9
/
+9
2019-03-07
tests/libqos: embed allocators instead of malloc-ing them separately
Paolo Bonzini
1
-5
/
+5
2019-03-07
tests/libqos: rename qpci_init_pc and qpci_init_spapr functions
Emanuele Giuseppe Esposito
1
-1
/
+1
2019-03-07
tests/libqos: introduce virtio_start_device
Emanuele Giuseppe Esposito
1
-3
/
+1
2019-02-21
vhost-user-test: create a temporary directory per TestServer
Paolo Bonzini
1
-42
/
+35
2019-02-21
vhost-user-test: small changes to init_hugepagefs
Paolo Bonzini
1
-12
/
+14
2019-02-21
vhost-user-test: create a main loop per TestServer
Paolo Bonzini
1
-26
/
+27
2019-02-21
vhost-net: compile it on all targets that have virtio-net.
Paolo Bonzini
1
-5
/
+11
2019-02-13
char: allow specifying a GMainContext at opening time
Paolo Bonzini
1
-1
/
+1
2019-02-05
vhost-user-test: reduce usage of global_qtest
Paolo Bonzini
1
-21
/
+17
2019-02-05
vhost-user-test: skip if there is no memory at address 0
Paolo Bonzini
1
-13
/
+45
2019-02-05
vhost-user-test: support VHOST_USER_PROTOCOL_F_CROSS_ENDIAN
Paolo Bonzini
1
-3
/
+5
2019-02-05
vhost-user-test: signal data_cond when s->rings changes
Paolo Bonzini
1
-0
/
+2
2019-02-05
vhost-user-test: use g_cond_broadcast
Paolo Bonzini
1
-2
/
+2
2019-01-14
tests: vhost-user-test: initialize 'fd' in chr_read
Li Qiang
1
-1
/
+1
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
1
-2
/
+2
2018-10-02
hostmem-memfd: add checks before adding hostmem-memfd & properties
Marc-André Lureau
1
-3
/
+3
2018-08-23
build-sys: remove glib_subprocess check
Marc-André Lureau
1
-4
/
+0
2018-08-16
tests: Clean up string interpolation into QMP input (simple cases)
Markus Armbruster
1
-5
/
+1
2018-07-16
vhost-user-test: added proper TestServer *dest initialization in test_migrate()
Emanuele Giuseppe Esposito
1
-0
/
+3
2018-06-29
glib: bump min required glib library version to 2.40
Daniel P. Berrangé
1
-24
/
+2
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
1
-3
/
+3
2018-03-26
vhost-user-test: add back memfd check
Marc-André Lureau
1
-27
/
+66
2018-03-26
vhost-user-test: do not hang if chardev creation failed
Marc-André Lureau
1
-0
/
+1
2018-02-14
libqos: Use explicit QTestState for fw_cfg operations
Eric Blake
1
-1
/
+1
2018-02-14
libqos: Track QTestState with QPCIBus
Eric Blake
1
-1
/
+1
2018-02-13
Revert "tests: use memfd in vhost-user-test"
Peter Maydell
1
-64
/
+26
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
1
-0
/
+1
2018-02-07
tests: use memfd in vhost-user-test
Marc-André Lureau
1
-26
/
+64
2018-02-07
vhost-user-test: make read-guest-mem setup its own qemu
Marc-André Lureau
1
-12
/
+15
2018-02-07
tests: keep compiling failing vhost-user tests
Marc-André Lureau
1
-13
/
+14
2018-01-18
vhost-user-test: use init_virtio_dev in multiqueue test
Maxime Coquelin
1
-57
/
+8
2018-01-18
vhost-user-test: make features mask an init_virtio_dev() argument
Maxime Coquelin
1
-7
/
+7
2018-01-18
vhost-user-test: setup virtqueues in all tests
Maxime Coquelin
1
-11
/
+42
2018-01-18
vhost-user-test: extract read-guest-mem test from main loop
Maxime Coquelin
1
-18
/
+23
2018-01-18
vhost-user-test: fix features mask
Maxime Coquelin
1
-1
/
+1
2017-12-18
misc: remove duplicated includes
Philippe Mathieu-Daudé
1
-1
/
+0
2017-09-05
vhost-user: disable the *broken* subprocess tests
Philippe Mathieu-Daudé
1
-7
/
+10
2017-07-14
char: add backend hotswap handler
Anton Nefedov
1
-1
/
+1
2017-06-02
char: make chr_fe_deinit() optionaly delete backend
Marc-André Lureau
1
-3
/
+1
2017-06-02
char: move CharBackend handling in char-fe unit
Marc-André Lureau
1
-1
/
+1
2017-06-02
chardev: move headers to include/chardev
Marc-André Lureau
1
-1
/
+1
2017-05-04
char: add a /chardevs container
Marc-André Lureau
1
-1
/
+1
2017-03-01
tests: fix vhost-user-test leaks
Marc-André Lureau
1
-4
/
+7
[next]