Re: [PATCH] storage-daemon: Add missing build dependency to the vhost-user-blk-test

2021-08-12 Thread Peter Maydell
On Thu, 12 Aug 2021 at 11:53, Daniel P. Berrangé wrote: > > On Wed, Aug 11, 2021 at 11:47:05AM +0200, Thomas Huth wrote: > > vhost-user-blk-test needs the qemu-storage-deamon, otherwise it > > currently hangs. So make sure that we build the daemon before running > > the tests. > > > > Signed-off-b

Re: [PATCH] storage-daemon: Add missing build dependency to the vhost-user-blk-test

2021-08-12 Thread Daniel P . Berrangé
On Wed, Aug 11, 2021 at 11:47:05AM +0200, Thomas Huth wrote: > vhost-user-blk-test needs the qemu-storage-deamon, otherwise it > currently hangs. So make sure that we build the daemon before running > the tests. > > Signed-off-by: Thomas Huth > --- > storage-daemon/meson.build | 8 > te

Re: [PATCH] storage-daemon: Add missing build dependency to the vhost-user-blk-test

2021-08-11 Thread Peter Maydell
On Wed, 11 Aug 2021 at 10:47, Thomas Huth wrote: > > vhost-user-blk-test needs the qemu-storage-deamon, otherwise it typo: 'daemon' > currently hangs. So make sure that we build the daemon before running > the tests. -- PMM

Re: [PATCH] storage-daemon: Add missing build dependency to the vhost-user-blk-test

2021-08-11 Thread Alexander Bulekov
On 210811 1147, Thomas Huth wrote: > vhost-user-blk-test needs the qemu-storage-deamon, otherwise it > currently hangs. So make sure that we build the daemon before running > the tests. > > Signed-off-by: Thomas Huth > --- Tested-by: Alexander Bulekov

[PATCH] storage-daemon: Add missing build dependency to the vhost-user-blk-test

2021-08-11 Thread Thomas Huth
vhost-user-blk-test needs the qemu-storage-deamon, otherwise it currently hangs. So make sure that we build the daemon before running the tests. Signed-off-by: Thomas Huth --- storage-daemon/meson.build | 8 tests/qtest/meson.build| 7 +-- 2 files changed, 9 insertions(+), 6 del