Message ID | d620e738b4d392e2c7ac99b3fd3082e4c5053d5a.1603452058.git.qemu_oss@crudebyte.com |
---|---|
State | Accepted |
Commit | 382619eff506bd229c7ba0d5671c84b6f1a0a415 |
Headers | show |
Series | 9p queue 2020-10-23 | expand |
diff --git a/tests/qtest/virtio-9p-test.c b/tests/qtest/virtio-9p-test.c index 59bcea4c30..93a2a4cd76 100644 --- a/tests/qtest/virtio-9p-test.c +++ b/tests/qtest/virtio-9p-test.c @@ -1019,6 +1019,7 @@ static void fs_readdir_split_512(void *obj, void *data, static void fs_create_dir(void *obj, void *data, QGuestAllocator *t_alloc) { QVirtio9P *v9p = obj; + alloc = t_alloc; struct stat st; char *root_path = virtio_9p_test_path(""); char *new_dir = virtio_9p_test_path("01");