summaryrefslogtreecommitdiffstats
path: root/qemu/include/hw/qdev.h
diff options
context:
space:
mode:
authorJiang, Yunhong <yunhong.jiang@intel.com>2017-05-23 17:55:06 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-05-23 17:55:06 +0000
commit0f6296e038b5c299654d596026e7bee5aa723e56 (patch)
treea51b545d58c8128abfd6caa9ca43d32343011f62 /qemu/include/hw/qdev.h
parentc4d68bc45aa6aa8b7fe39bce206cb17c2cb2d365 (diff)
parentbb756eebdac6fd24e8919e2c43f7d2c8c4091f59 (diff)
Merge "Adding qemu as a submodule of KVMFORNFV"
Diffstat (limited to 'qemu/include/hw/qdev.h')
-rw-r--r--qemu/include/hw/qdev.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/qemu/include/hw/qdev.h b/qemu/include/hw/qdev.h
deleted file mode 100644
index 5cb8b080a..000000000
--- a/qemu/include/hw/qdev.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef QDEV_H
-#define QDEV_H
-
-#include "hw/hw.h"
-#include "hw/qdev-core.h"
-#include "hw/qdev-properties.h"
-
-#endif