]> xenbits.xensource.com Git - qemu-xen-4.1-testing.git/commit
support multiple pv consoles for hvm guests too
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 16 Aug 2010 12:29:36 +0000 (13:29 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 16 Aug 2010 12:29:36 +0000 (13:29 +0100)
commit466608f3a32e1f9808acdf832a5843af37e5fcec
tree3468940d99576b03c41c80c7e443eefae943ad3a
parent833e7e9a4c95739429dc0c803bbbf2346f9897fd
support multiple pv consoles for hvm guests too

This patch allows qemu to provide pv console backends for hvm guests too:

- initialize the pv console backends when emulating a "xen_fv" machine;

- separate the pv consoles and emulated serials on xenstore: pv
consoles use the console prefix and emulated serials use the serial
prefix;

- read the "output" node on xenstore to know where the output of a pv
console has to go.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
hw/xen_console.c
hw/xen_machine_fv.c
xen-config-host.h
xenstore.c