Revision 96248fd8 hw/xen_console.c

b/hw/xen_console.c
189 189
    free(dom);
190 190

  
191 191
    type = xenstore_read_str(con->console, "type");
192
    if (!type || strcmp(type, "ioemu" != 0)) {
192
    if (!type || strcmp(type, "ioemu") != 0) {
193 193
	xen_be_printf(xendev, 1, "not for me (type=%s)\n", type);
194 194
	return -1;
195 195
    }

Also available in: Unified diff