X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=xen-common.c;h=fd2c92847e14ed5d5329b12ed0359e434c0f91f2;hb=fce5d5386d8613e9659f1edc4be9c3f8b7cff073;hp=909976071c243c1f1cd1b7d08cb05cc511c5e89c;hpb=801edfcbb58a8dd3b591840c6131e2452f980d8d;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");