call xenstore_store_serial_port_info() for xm console.
Without this patch, xm console doesn't work for hvm domain.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
[ Bug was introduced by me during most recent merge from upstream -iwj ]
snprintf(label, sizeof(label), "serial%d", i);
if (strstart(devname, "vc", 0))
qemu_chr_printf(serial_hds[i], "serial%d console\r\n", i);
+ xenstore_store_serial_port_info(i, serial_hds[i], devname);
}
}