-
lvivier committed revision 64 to the SynCE FS SVN repository, changing 1 files.
2009-06-27 19:30:58 UTC in SynCE FS
-
In fact, this issue exists for a long time (it is present in kvm-60...) and has been corrected by commit:
commit abd528ea521a17805d0d57e0225299410bf81388
Merge: fa5832c... 497bc3c...
Author: Avi Kivity
Date: Wed Oct 15 16:41:32 2008 +0200
Merge branch 'qemu-cvs'
Conflicts:
qemu/Makefile.target
qemu/block.c
qemu/configure...
2008-10-22 11:37:26 UTC in kernel virtual machine
-
I'm not able to reproduce this issue. Could you uncomment DEBUG_SCSI in qemu/hw/scsi-disk.c and retest ?.
2008-10-21 14:30:56 UTC in kernel virtual machine
-
latest KVM introduces latest qemu.
In this release of qemu SCSI commandz return status has been corrected, so unimplemented commands were silently ignored whereas now they return errors.
The solution is easy: modify the code to ignore the faulty SCSI command, I did this for instance for VERIFY.
Could you activate debug in hw/scsi-disk.c and send me logs ?.
2008-10-16 15:36:42 UTC in kernel virtual machine
-
There is no way to create machine without CD-ROM, SD card or floppy.
BTW, this not a KVM issue but a Qemu one.
Contact qemu-devel@nongnu.org.
2008-09-04 17:49:17 UTC in kernel virtual machine
-
By default, "-drive" take the first empty connector available.
In your case, the first empty connector is ide0/slave, so your "-drive file=...,media=cdrom" is connected to ide0/slave.
But by default, qemu also creates an empty ATAPI cdrom at ide1/master, it's why you have two CD-ROMs.
two solutions:
- specify an index, as the "-cdrom" does: "-drive file=...,media=cdrom,index=2"
OR
-...
2008-09-04 14:57:23 UTC in kernel virtual machine
-
lvivier committed patchset 1252 of module emile to the Early Macintosh Image LoadEr CVS repository, changing 4 files.
2008-09-02 19:40:35 UTC in Early Macintosh Image LoadEr
-
lvivier committed patchset 1251 of module emile to the Early Macintosh Image LoadEr CVS repository, changing 1 files.
2008-08-13 20:17:46 UTC in Early Macintosh Image LoadEr
-
lvivier committed patchset 1250 of module emile to the Early Macintosh Image LoadEr CVS repository, changing 1 files.
2008-08-13 19:40:59 UTC in Early Macintosh Image LoadEr
-
lvivier committed patchset 1249 of module emile to the Early Macintosh Image LoadEr CVS repository, changing 1 files.
2008-08-13 19:40:12 UTC in Early Macintosh Image LoadEr