On Fri, Oct 17, 2008 at 02:37:17PM +0200, Daniel Veillard wrote:
[..snip..]
Looks fine, i just removed a couple of extra spaces at end of line
before commiting :-)
Thanks a lot for applying this so quickly! Attached is a patch
that
allows for unplugging of disks. To do that I added a token to
virDomainDiskDef that holds the PCI bus/slot number [1] so we can
indentify the device on unplug. It's a union since other
busses/hypervisors might have other requirements. The token is meant as
an internal handle and will never show up in an XML and should probably
move up into virDomainDeviceDef. Comments are welcome.
-- Guido
[1] bus is always == 0 at the moment