summaryrefslogtreecommitdiffstats
path: root/hw/vfio/ap.c
diff options
context:
space:
mode:
authorPeter Maydell2018-12-20 19:54:46 +0100
committerPeter Maydell2018-12-20 19:54:47 +0100
commit95de6f4b92efea391a3cbb8651d774a4d3529861 (patch)
tree40059bdee0bf04c12e694b6bee4fb2d75f3bda8e /hw/vfio/ap.c
parentMerge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque... (diff)
parentbuild: Remake config-host.mak when VERSION changes (diff)
downloadqemu-95de6f4b92efea391a3cbb8651d774a4d3529861.tar.gz
qemu-95de6f4b92efea391a3cbb8651d774a4d3529861.tar.xz
qemu-95de6f4b92efea391a3cbb8651d774a4d3529861.zip
Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-12-20' into staging
Miscellaneous patches for 2018-12-20 # gpg: Signature made Thu 20 Dec 2018 09:36:27 GMT # gpg: using RSA key 3870B400EB918653 # gpg: Good signature from "Markus Armbruster <armbru@redhat.com>" # gpg: aka "Markus Armbruster <armbru@pond.sub.org>" # Primary key fingerprint: 354B C8B3 D7EB 2A6B 6867 4E5F 3870 B400 EB91 8653 * remotes/armbru/tags/pull-misc-2018-12-20: build: Remake config-host.mak when VERSION changes Clean up includes Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/vfio/ap.c')
-rw-r--r--hw/vfio/ap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/vfio/ap.c b/hw/vfio/ap.c
index 0a25f5e096..6166ccd47a 100644
--- a/hw/vfio/ap.c
+++ b/hw/vfio/ap.c
@@ -10,9 +10,9 @@
* directory.
*/
+#include "qemu/osdep.h"
#include <linux/vfio.h>
#include <sys/ioctl.h>
-#include "qemu/osdep.h"
#include "qapi/error.h"
#include "hw/sysbus.h"
#include "hw/vfio/vfio.h"