X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=xen-common.c;h=fd2c92847e14ed5d5329b12ed0359e434c0f91f2;hb=5b12c163c830081cbb78e2de3b42c5fe1b73e74e;hp=909976071c243c1f1cd1b7d08cb05cc511c5e89c;hpb=bf99fd3983d7185178a0f65ce29bb94b1aecaed1;p=mirror_qemu.git diff --git a/xen-common.c b/xen-common.c index 909976071c..fd2c92847e 100644 --- a/xen-common.c +++ b/xen-common.c @@ -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");