* [Qemu-devel] video bios execution
@ 2003-11-15 18:21 Marc Dietrich
2003-11-15 19:11 ` [Qemu-devel] ATAPI CDROM errors with NetBSD J. Mayer
2003-11-16 5:09 ` [Qemu-devel] video bios execution Benjamin Herrenschmidt
0 siblings, 2 replies; 6+ messages in thread
From: Marc Dietrich @ 2003-11-15 18:21 UTC (permalink / raw)
To: qemu-devel
Hello,
is it possible to use qemu for executing a video bios to initialize a graphics
card on a non i386 (here powerpc) machine? I have a ati mach64 graphics card,
a b/w G3 and a Motorola Powerstack for testing.
Thanks
Marc
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Qemu-devel] ATAPI CDROM errors with NetBSD
2003-11-15 18:21 [Qemu-devel] video bios execution Marc Dietrich
@ 2003-11-15 19:11 ` J. Mayer
2003-11-16 5:09 ` [Qemu-devel] video bios execution Benjamin Herrenschmidt
1 sibling, 0 replies; 6+ messages in thread
From: J. Mayer @ 2003-11-15 19:11 UTC (permalink / raw)
To: qemu-devel
Hello all,
I'm currently running NetBSD install, booting from floppy and using an
emulated CDROM to get the packages.
The installation is awfully slow and I presume that this is due to
errors while accessing to the CDROM:
I get a lot of those:
wdc_atapi_intr: warning: reading only 1 of 2 bytes
wdc:1:0:0: lost interrupt
type: atapi tc_bcount: 0 tc_skip: 65536
again and again.
Note that the installation goes on (I presume NetBSD make numerous
retries to get the data it needs...).
--
J. Mayer <l_indien@magic.fr>
Never organized
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] video bios execution
2003-11-15 18:21 [Qemu-devel] video bios execution Marc Dietrich
2003-11-15 19:11 ` [Qemu-devel] ATAPI CDROM errors with NetBSD J. Mayer
@ 2003-11-16 5:09 ` Benjamin Herrenschmidt
2003-11-16 9:09 ` [Qemu-devel] [BUG] soft-mmu is buggy J. Mayer
1 sibling, 1 reply; 6+ messages in thread
From: Benjamin Herrenschmidt @ 2003-11-16 5:09 UTC (permalink / raw)
To: qemu-devel
On Sun, 2003-11-16 at 05:21, Marc Dietrich wrote:
> Hello,
>
> is it possible to use qemu for executing a video bios to initialize a graphics
> card on a non i386 (here powerpc) machine? I have a ati mach64 graphics card,
> a b/w G3 and a Motorola Powerstack for testing.
You'd need to wire the real IOs some way, and fake the VGA memory that
is not available on the Macs at least, but it should be possible.
There are projects already doing just that though, look at the uBoot
bootloader (used by the recent Amiga PPC machines) and XFree's Int10
Ben.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Qemu-devel] [BUG] soft-mmu is buggy...
2003-11-16 5:09 ` [Qemu-devel] video bios execution Benjamin Herrenschmidt
@ 2003-11-16 9:09 ` J. Mayer
0 siblings, 0 replies; 6+ messages in thread
From: J. Mayer @ 2003-11-16 9:09 UTC (permalink / raw)
To: qemu-devel
I tried, for fun, to boot on a memtest86 v3.0 floppy disk.
I always get a lot of errors while doing test number 5. I didn't try
extended tests, so this test is the only one which fails, don't know
why...
It always find errors, at various address at low addresses between
0x30000 & 0x90000
(but it may be normal, considering the PC address mappings ?) and near
the end of the memory: between 110 MB and 128 Mb
(I'm using 128 MB for qemu memory size).
The error is always the same:
the bit 0x10000000 is 1 where it should be zero (memtests awaits for
0xefffffff and gets
0xffffffff).
Regards.
--
J. Mayer <l_indien@magic.fr>
Never organized
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] video bios execution
@ 2003-11-16 13:10 Marc Dietrich
2003-11-16 23:25 ` Benjamin Herrenschmidt
0 siblings, 1 reply; 6+ messages in thread
From: Marc Dietrich @ 2003-11-16 13:10 UTC (permalink / raw)
To: qemu-devel
Hi,
I looked at the uboot list and source, but found nothing related to that
problem. I found an outdated project at ftp://vlab1.iram.es/pub/other/
em86_user.tgz, but failed to compile it. There are some undefined symbols to
st_le16, ld_le16, etc. which are only defined in kernel. There is no Makefile
and I don't know much about C... Can anyone tell me how to link this thing?
Maybe this project can be integrated into qemu.
Sorry if this is offtopic.
Marc
>> Hello,
>>
>> is it possible to use qemu for executing a video bios to initialize
graphics
>> card on a non i386 (here powerpc) machine? I have a ati mach64 graphics
card,
>> a b/w G3 and a Motorola Powerstack for testing.
>
> You'd need to wire the real IOs some way, and fake the VGA memory that
> is not available on the Macs at least, but it should be possible.
>
> There are projects already doing just that though, look at the uBoot
> bootloader (used by the recent Amiga PPC machines) and XFree's Int10
>
> Ben.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] video bios execution
2003-11-16 13:10 [Qemu-devel] video bios execution Marc Dietrich
@ 2003-11-16 23:25 ` Benjamin Herrenschmidt
0 siblings, 0 replies; 6+ messages in thread
From: Benjamin Herrenschmidt @ 2003-11-16 23:25 UTC (permalink / raw)
To: qemu-devel
On Mon, 2003-11-17 at 00:10, Marc Dietrich wrote:
> Hi,
>
> I looked at the uboot list and source, but found nothing related to that
> problem. I found an outdated project at ftp://vlab1.iram.es/pub/other/
> em86_user.tgz, but failed to compile it. There are some undefined symbols to
> st_le16, ld_le16, etc. which are only defined in kernel. There is no Makefile
> and I don't know much about C... Can anyone tell me how to link this thing?
> Maybe this project can be integrated into qemu.
> Sorry if this is offtopic.
uboot definitely has one, it's a bit hidden though, I think in the
AmigaOne platform code last time I looked
Ben.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2003-11-17 0:28 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-15 18:21 [Qemu-devel] video bios execution Marc Dietrich
2003-11-15 19:11 ` [Qemu-devel] ATAPI CDROM errors with NetBSD J. Mayer
2003-11-16 5:09 ` [Qemu-devel] video bios execution Benjamin Herrenschmidt
2003-11-16 9:09 ` [Qemu-devel] [BUG] soft-mmu is buggy J. Mayer
-- strict thread matches above, loose matches on Subject: below --
2003-11-16 13:10 [Qemu-devel] video bios execution Marc Dietrich
2003-11-16 23:25 ` Benjamin Herrenschmidt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).