On Mon, 2009-08-17 at 18:12 +0100, Daniel P. Berrange wrote:
+ if (disk->serial)
+ virBufferVSprintf(&opt, ",serial=%s", disk->serial);
qemu-0.9.1 didn't support serial=, qemu-0.10.0 and kvm-83 were the first
versions to add it
Looks fine apart from that
Cheers,
Mark.