]> Git Repo - qemu.git/blobdiff - blockjob.c
linux-user: fix target_mprotect/target_munmap error return values
[qemu.git] / blockjob.c
index 3f52f29f751c6dfc67100869a12c1f632ac58772..801d29d8496257dfe6dda0a0dab23be77f88a661 100644 (file)
 #include "block/block_int.h"
 #include "sysemu/block-backend.h"
 #include "qapi/error.h"
+#include "qapi/qapi-events-block-core.h"
 #include "qapi/qmp/qerror.h"
 #include "qemu/coroutine.h"
 #include "qemu/id.h"
 #include "qemu/timer.h"
-#include "qapi-event.h"
 
 /* Right now, this mutex is only needed to synchronize accesses to job->busy
  * and job->sleep_timer, such as concurrent calls to block_job_do_yield and
This page took 0.018184 seconds and 4 git commands to generate.