Now, Xen supports at(de)tach-disk, at(de)tach-interface for inactive domains
with --perisitent option. (Using --persisten against live domain will
cause error.)
Now, virsh attach-xxx/detach-xxx cannot modify inactive domains in qemu and
--persistent option just returns error.
This series adds support for modification of inactive domain's disk, interfaces.
Short description
1 ... clean up for Xen's driver
2 ... add my name to AUTHORS
3 ... add --persistent modification support, just a wrapper function.
4 ... add disk support
5 ... add nics support
Thanks,
-Kame