I installed Qemu 0.7.2 on Windows 2000 Pro and I run a Windows 95 in the
virtual environement of Qemu. I have an old
MS-DOS application to use who communicate on serial port... But it's not
working in the virtual environement.
Qemu is able to translate serial port data in the virtual environemen
Hi,
I installed qemu under linux. I launch it using -enable-audio, but I
can't get any sound. Running alsaconf or the hardware detector doesn't
find any sound card.
Is there something special I should do, and what can I do to provide
more infos ?
Thanks for the help.
__
On Tue, 2005-11-01 at 10:29 -0500, Glenn Gagné wrote:
> I installed Qemu 0.7.2 on Windows 2000 Pro and I run a Windows 95 in the
> virtual environement of Qemu. I have an old
> MS-DOS application to use who communicate on serial port... But it's not
> working in the virtual environement.
>
> Qem
On Tue, 1 Nov 2005, Julien Lancien wrote:
Hi,
I installed qemu under linux. I launch it using -enable-audio, but I
can't get any sound. Running alsaconf or the hardware detector doesn't
find any sound card.
Is there something special I should do, and what can I do to provide
more infos ?
Wh
Hi,
It will be supported in the next release, but only on a Linux host.
Fabrice.
Glenn Gagné wrote:
I installed Qemu 0.7.2 on Windows 2000 Pro and I run a Windows 95 in the
virtual environement of Qemu. I have an old
MS-DOS application to use who communicate on serial port... But it's not
wo
Running qemu 0.6.1+20050407 with bochsbios 2.1.1+20041109, under Debian
running the 2.6.8 kernel (debian calls this 2.6.8-16) on x86 as both
host and the on the emulated machine.
I am seeing an odd issue with parted, fdisk, etc, and anything else that
uses the BLKRRPART ioctl to reread the part
On 11/1/05, Glenn Gagné <[EMAIL PROTECTED]> wrote:
I installed Qemu 0.7.2 on Windows 2000 Pro and I run a Windows 95 in the virtual environement of Qemu. I have an oldMS-DOS application to use who communicate on serial port... But it's not working in the virtual environement.
Qemu is able to transl
The patch below fixes a bug in the decoding of the Thumb BLX instruction.
Paul
=== target-arm/translate.c
==
--- target-arm/translate.c (revision 1789)
+++ target-arm/translate.c (local)
@@ -2035,7 +2035,7 @@
gen_m
Hi,
I am unable to compile qemu on my machine :p. I've attached the result
of the configure and make.
My gcc version is: 4.0.3 20051006 and kernel 2.6.13 vanilla.
I used the CVS snapshot, but I got mostly the same problem with the
0.7.2 version.
Tell me if you want more infos, and thanks for any
Julien Lancien wrote:
Hi,
I am unable to compile qemu on my machine :p. I've attached the result
of the configure and make.
My gcc version is: 4.0.3 20051006 and kernel 2.6.13 vanilla.
I used the CVS snapshot, but I got mostly the same problem with the
0.7.2 version.
Tell me if you want more
gcc 4.x is known not to compile qemu, due to a register allocation bug in gcc.
Also, the current qemu code generator is an ugly hack that relies on some
specifics of gcc 3.x function implementation. There is work being done
on a _real_ code generator for qemu.
-Karl
On 11/1/05, Julien Lancien
On 11/1/05, Karl Magdsick <[EMAIL PROTECTED]> wrote:
> gcc 4.x is known not to compile qemu, due to a register allocation bug in gcc.
>
> Also, the current qemu code generator is an ugly hack that relies on some
> specifics of gcc 3.x function implementation. There is work being done
> on a _real_
Find out how to run gcc 3.x if you have it installed, e.g., on mine
(Mac OS X), gcc-3.3 does it, then:
./configure --cc=gcc-3.3
This seems to be enough (HOST_CC left as gcc doesn't break anything
but it may be safer to set that too as 3.x).
On 02/11/2005, at 10:00 AM, Karl Magdsick wrote:
On Tue, Nov 01, 2005 at 07:08:19PM -0500, Julien Lancien wrote:
> I saw that there is a binary distribution for linux-i386, however,
> I'ld like to also get kqemu. Is there a way to do that without getting
> gcc 3 ?
>
> Thanks.
>
kqemu is immune to the gcc 3 problem that qemu has. You can use gc
The new patch is clearly nicer (I did not know the interface), it
solved
the bug that I reported, but It still crashes booting Linux.
Hopefully one of my students will take a look.
On Oct 30, 2005, at 12:53 PM, Fabrice Bellard wrote:
Jose Renau wrote:
Without the following patch, I was u
hi
when i build qemu 0.7.2 i get:
qemu-0.7.2/softmmu_header.h:188: error: can't find a register in class
‘GENERAL_REGS’ while reloading ‘asm’
any idea?
thanks
___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailm
Le mercredi, 2 nov 2005, à 01:00 Europe/Paris, Karl Magdsick a écrit :
gcc 4.x is known not to compile qemu, due to a register allocation bug
in gcc.
It can be fixed at QEMU's level with additional patches than posted
here and actually I have it working for x86 system emulation.
Unfortunatel
17 matches
Mail list logo