]> Git Repo - qemu.git/blobdiff - util/id.c
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging
[qemu.git] / util / id.c
index 7883fbec794b5186203b3b8ea519b60c781537ad..5addb4460ea08d42a0c5784680d991b8fefb0cc7 100644 (file)
--- a/util/id.c
+++ b/util/id.c
@@ -10,7 +10,9 @@
  * or later.  See the COPYING.LIB file in the top-level directory.
  */
 
-#include "qemu-common.h"
+#include "qemu/osdep.h"
+#include "qemu/ctype.h"
+#include "qemu/id.h"
 
 bool id_wellformed(const char *id)
 {
@@ -32,6 +34,7 @@ bool id_wellformed(const char *id)
 static const char *const id_subsys_str[ID_MAX] = {
     [ID_QDEV]  = "qdev",
     [ID_BLOCK] = "block",
+    [ID_CHR] = "chr",
 };
 
 /*
This page took 0.030748 seconds and 4 git commands to generate.