On 07/28/2011 01:21 PM, Eric Blake wrote:
On 07/28/2011 12:11 AM, Laine Stump wrote:
> The domain XML now understands the<listen> subelement of its
> <graphics> element (including when listen type='network'), and the
> network driver has an internal API that will turn a network name into
> an IP address, so the final logical step is to put the glue into the
> qemu driver so that when it is starting up a domain, if it finds
> <listen type='network' network='xyz'/> in the XML, it will
call the
> network driver to get an IPv4 address associated with network xyz, and
> tell qemu to listen for vnc (or spice) on that address rather than the
> default address (localhost).
>
ACK.
Also Pushed. Thanks for all the review. Once again the final product is
much better than the initial submission.