]> Git Repo - qemu.git/blobdiff - xen-common.c
block: More detailed syntax error reporting for JSON filenames
[qemu.git] / xen-common.c
index 909976071c243c1f1cd1b7d08cb05cc511c5e89c..fd2c92847e14ed5d5329b12ed0359e434c0f91f2 100644 (file)
@@ -25,7 +25,7 @@
     do { } while (0)
 #endif
 
-static int store_dev_info(int domid, CharDriverState *cs, const char *string)
+static int store_dev_info(int domid, Chardev *cs, const char *string)
 {
     struct xs_handle *xs = NULL;
     char *path = NULL;
@@ -74,7 +74,7 @@ out:
     return ret;
 }
 
-void xenstore_store_pv_console_info(int i, CharDriverState *chr)
+void xenstore_store_pv_console_info(int i, Chardev *chr)
 {
     if (i == 0) {
         store_dev_info(xen_domid, chr, "/console");
This page took 0.028395 seconds and 4 git commands to generate.