> > > > Hi! > > > > > > > > When I start a xen guest I get this message: > > > > > > > > xbdback backend/vbd/1/832: can't VOP_OPEN device 0xe13: 16 > > > > > > 16 is EBUSY. is it a HVM guest, or a PV guest ? > > > > HVM guest > > So it looks like qemu has the device already open, which prevents the > backend to opening it as well. In my case, qemu-dm has the file open, > not the vnd device. > how did you specify the virtual disk(s) in your config file ?
disk = [ 'file:/images/netbsd_64b.img,hda,w', 'file:/images/netbsd_64b-disk2.img,hdb,w' ] Christoph