]> Git Repo - qemu.git/blobdiff - block/file-win32.c
sdl2: Support all virtio-gpu formats
[qemu.git] / block / file-win32.c
index 0411fe80fdabc9a3ac81fc331f07c76d8e83e0a8..f1e2187f3bdec8b7cdab286099ab6a4007942278 100644 (file)
@@ -162,7 +162,7 @@ static BlockAIOCB *paio_submit(BlockDriverState *bs, HANDLE hfile,
     acb->aio_nbytes = count;
     acb->aio_offset = offset;
 
-    trace_paio_submit(acb, opaque, offset, count, type);
+    trace_file_paio_submit(acb, opaque, offset, count, type);
     pool = aio_get_thread_pool(bdrv_get_aio_context(bs));
     return thread_pool_submit_aio(pool, aio_worker, acb, cb, opaque);
 }
This page took 0.023512 seconds and 4 git commands to generate.