|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH]: Remove special case for mixed hvm/pv disks whic
Gianni Tedesco writes ("[Xen-devel] [PATCH]: Remove special case for mixed
hvm/pv disks which may prevent boot"):
> If a pv-on-hvm guest is configured with hard-disk virtpath=xvda and
> emulated cdrom virtpath=hdc then all xvda disks are ignored and the
> system is rendered un-bootable. Remove this special case in qemu and
> simply provide an emulated equivalent of all devices and let guest
> unplug what it wants.
HVM guest configs are supposed to specify hda= if they want the
devices to appear as emulated IDE devices. The code you're patching
is a special compatibility hack to allow for the case where the guest
config file mentions _only_ xvda devices; it remaps them to hda on the
assumption that the person writing the config file didn't intend to
provide no emulated versions of those devices.
So I don't think this change is right ...
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|