RE: [Qemu-devel] sparc system emulator scsi write delays

2006-02-18 Thread Blue Swirl
Hi, This patch fixes the write logic. Now woody can write partition tables, make swap and create a file system. Setup fails at kernel installation for some reason. I found another bug that the simple transfer buffer was too small for the largest reads and writes. The fix is ugly, better solu

RE: [Qemu-devel] sparc system emulator scsi write delays

2006-02-14 Thread Blue Swirl
I'm trying to get the sparc system emulator going... I'm booting it Good, new developers are most welcome! After experimenting with some writes using dd, I noticed that blocks were only getting to the disk image after a 1 write delay. With some observation of the ESP debug trace, I figured ou

[Qemu-devel] sparc system emulator scsi write delays

2006-02-13 Thread Andrew Tonner
I'm trying to get the sparc system emulator going... I'm booting it with the kernel from sparc-test and the debian woody rootdisk (http://http.us.debian.org/debian/dists/woody/main/disks-sparc/current/images-1.44/root.bin) loading through initrd. The boot-floppies setup boots fine and does its thi