I remember reading on the list that there was a security problem with floppy disk images being probed for being in ''raw'' format. What is the syntax for specifying a raw floppy disk image in the latest xen? I''ve tried ''file:'' etc but it doesn''t seem to work... Thanks James _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
James Harper writes ("[Xen-devel] raw floppy disk images"):> I remember reading on the list that there was a security problem with > floppy disk images being probed for being in ''raw'' format.There was but I fixed it by making floopy images always be expected to be in raw format.> What is the syntax for specifying a raw floppy disk image in the latest > xen? I''ve tried ''file:'' etc but it doesn''t seem to work...I think you should be able to say fda=''/path/to/whatever''. I haven''t tested this. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
> > James Harper writes ("[Xen-devel] raw floppy disk images"): > > I remember reading on the list that there was a security problemwith> > floppy disk images being probed for being in ''raw'' format. > > There was but I fixed it by making floopy images always be expected to > be in raw format. > > > What is the syntax for specifying a raw floppy disk image in thelatest> > xen? I''ve tried ''file:'' etc but it doesn''t seem to work... > > I think you should be able to say fda=''/path/to/whatever''. I haven''t > tested this.When I try fda=''/installmedia/sif/testdom.img'' under 3.4.1 it tells me it can''t load the image. It used to work under 3.3.x I converted my raw file to a qcow file and that worked perfectly, so the behaviour is the opposite to what I expected and what you described... James _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
James Harper writes ("RE: [Xen-devel] raw floppy disk images"):> When I try fda=''/installmedia/sif/testdom.img'' under 3.4.1 it tells me > it can''t load the image. It used to work under 3.3.xIt looks like I accidentally dropped the patch to fix this in the 3.4 merge. Sorry. I have reinstated it in qemu-xen-unstable and 3.4-testing; it''ll be in the next RC. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Thanks Ian.> -----Original Message----- > From: Ian Jackson [mailto:Ian.Jackson@eu.citrix.com] > Sent: Thursday, 9 July 2009 00:55 > To: James Harper > Cc: xen-devel@lists.xensource.com > Subject: RE: [Xen-devel] raw floppy disk images > > James Harper writes ("RE: [Xen-devel] raw floppy disk images"): > > When I try fda=''/installmedia/sif/testdom.img'' under 3.4.1 it tellsme> > it can''t load the image. It used to work under 3.3.x > > It looks like I accidentally dropped the patch to fix this in the 3.4 > merge. Sorry. I have reinstated it in qemu-xen-unstable and > 3.4-testing; it''ll be in the next RC. > > Ian._______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel