Hi,
Attached three patchlets do:
1) qemu-helptext_typo.diff
s/sound cars/sound cards/
2) qemu-configure_help.diff
add --help and -h to the normal option parsing. This allows to give -h
anywhere in the arguments to configure (not only as first argument).
correct the configure help text for --hos
I just tried Minix-3.1.1 install on qemu-7.2 on a
Linux. I have had no success with getiing ether card
emulation to work. What are the attributes of this
device in terms of:
i/o_address:irq:mem-address
triple?
Any one got it working?
-ishwar
___
The user manual reads:
“If you use the option `-snapshot', all disk images are considered as
read only. When sectors in written, they are written in a temporary file
created in `/tmp'.”
On Windows (XP), however, I am getting files of the form s??? in the
C:\ directory. This is caus
The patch below fixes a bug in the implementation of the Arm mulxy
instruction.
Paul
=== target-arm/translate.c
==
--- target-arm/translate.c (revision 1887)
+++ target-arm/translate.c (local)
@@ -1021,11 +1021,11 @@
st
On Thu, Dec 01, 2005 at 05:06:06PM -0500, Ishwar Rattan wrote:
>
> I just tried Minix-3.1.1 install on qemu-7.2 on a
> Linux. I have had no success with getiing ether card
> emulation to work. What are the attributes of this
> device in terms of:
> i/o_address:irq:mem-address
> triple?
>
> Any