Kasai Takanori
2006-Nov-16 10:28 UTC
[Xen-devel] [PATCH ]Fix of floppy disk configuration check
Hi all, We were testing on VTx domain. The error occurs as follows if the floppy disk is specified. config should like: fda = ''/dev/sdb'' # xm create -f test.conf Error: Floppy file /dev/sdb does not exist. ^^^^^^^^ => USB Floppy device I think that it is problem in the interpretation part of the floppy disk definition. This patch fixes it. Best regards, Takanori Kasai _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ewan Mellor
2006-Nov-16 10:50 UTC
Re: [Xen-devel] [PATCH ]Fix of floppy disk configuration check
On Thu, Nov 16, 2006 at 07:28:15PM +0900, Kasai Takanori wrote:> Hi all, > > We were testing on VTx domain. > The error occurs as follows if the floppy disk is specified. > > config should like: > fda = ''/dev/sdb'' > > # xm create -f test.conf > Error: Floppy file /dev/sdb does not exist. > ^^^^^^^^ > => USB Floppy device > > > I think that it is problem in the interpretation part of the floppy disk > definition. > This patch fixes it.Applied, thank you. Ewan. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel