[Qemu-devel] Accessing the serial port from proll

2005-11-19 Thread Doug Gray
Hi, I'm working on project to implement a serial boot option in proll to emulate the way a real sparc bios works. However I'm having some problems that I was hoping someone here could help me with. I can't seem to access qemu's serial port hardware. I can see how it's done by other functio

[Qemu-devel] qemu block-vvfat.c

2005-11-19 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/19 18:17:16 Modified files: . : block-vvfat.c Log message: DOS 6.22 fix (Johannes Schindelin) CVSWeb URLs: http://savannah.gnu.org/cgi-b

[Qemu-devel] qemu cpu-all.h

2005-11-19 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/19 17:47:39 Modified files: . : cpu-all.h Log message: target independent memory access functions CVSWeb URLs: http://savannah.gnu.org/c

[Qemu-devel] qemu/hw usb-uhci.c

2005-11-19 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/19 17:43:37 Modified files: hw : usb-uhci.c Log message: USB reset typo (Lonnie Mendez) CVSWeb URLs: http://savannah.gnu.org/cgi-bin/view

[Qemu-devel] qemu qemu-doc.texi

2005-11-19 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/19 17:42:52 Modified files: . : qemu-doc.texi Log message: update CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/qemu-do

Re: [Qemu-devel] QNX 6.3 and a PCI network card

2005-11-19 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Shaun Jackman <[EMAIL PROTECTED]> writes: : 2005/11/18, M. Warner Losh <[EMAIL PROTECTED]>: : > I've run into issues with qemu's emulation of the RTL8129 that is : > claimed with changes I made to the FreeBSD ed driver. While I've : > fixed the ed driver

[Qemu-devel] [PATCH] Fix block-vvfat for DOS 6.22

2005-11-19 Thread Johannes Schindelin
DOS 6.22 ignores the number_of_sectors_per_fat entry in the boot block, but insists on the minimal amount. Since I miscalculated that value, it did not match the expectations of DOS. Signed-off-by: Johannes Schindelin <[EMAIL PROTECTED]> --- > If you will find the solution to the MS-DOS

[Qemu-devel] Sparc64 status

2005-11-19 Thread Blue Swirl
Hi, Currently the problem is that there is no OpenFirmware boot prom available which could be used with Qemu. Proll is too simple, for example there is no Forth interpreter. Because of the lack of a boot prom and general shortage on 64-bit Sparc user applications, Sparc64 support for Qemu ha