]> git.proxmox.com Git - mirror_qemu.git/blobdiff - chardev/char-parallel.c
migration/multifd: clean pages after filling packet
[mirror_qemu.git] / chardev / char-parallel.c
index 3fa22ce29d4520c8afb2391d028c3189e9287f17..05e7efbd6ca95e06e8a4d6fcdd97a80507f86ee4 100644 (file)
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  */
+
 #include "qemu/osdep.h"
-#include "sysemu/char.h"
+#include "chardev/char.h"
 #include "qapi/error.h"
+#include "qemu/module.h"
+#include "qemu/option.h"
 #include <sys/ioctl.h>
 
 #ifdef CONFIG_BSD
@@ -41,8 +44,8 @@
 #endif
 #endif
 
-#include "char-fd.h"
-#include "char-parallel.h"
+#include "chardev/char-fd.h"
+#include "chardev/char-parallel.h"
 
 #if defined(__linux__)