]> git.proxmox.com Git - qemu.git/blobdiff - main-loop.c
usbredir: Add USBEP2I and I2USBEP helper macros
[qemu.git] / main-loop.c
index 7dba6f6e3511a678502fb232f6f88762ee2d9724..54f38ae1aeef9985c0caf12df2f6157cfe23d0cf 100644 (file)
  */
 
 #include "qemu-common.h"
-#include "qemu-timer.h"
+#include "qemu/timer.h"
 #include "slirp/slirp.h"
-#include "main-loop.h"
-#include "qemu-aio.h"
+#include "qemu/main-loop.h"
+#include "block/aio.h"
 
 #ifndef _WIN32
 
-#include "compatfd.h"
+#include "qemu/compatfd.h"
 
 /* If we have signalfd, we mask out the signals we want to handle and then
  * use signalfd to listen for them.  We rely on whatever the current signal