On Saturday 23 June 2007 03:27:03 Alexander Graf wrote:
> I guess you're running on i586 then?
Athlon. (/proc/cpuinfo says "AMD Sempron(tm) 2200+")
> I only tried this on ppc.
> Last time I checked the code-copy stuff was broken, so maybe it helps
> to disable that?
What code-copy stuff? (
Hi,
Since yesterday, it is possible to ask qemu-system-mips64(el) to emulate
32-bit only CPU. The patch below improve that by disabling 64-bit
instructions on those emulated CPU.
Bye,
Aurelien
Index: target-mips/helper.c
===
RCS fi
Aurelien Jarno schrieb:
> Hi,
>
> The patch below, taken from the Debian package, fixes two typos:
> ...
> - formating -> formatting
>
> Bye,
> Aurelien
Here is one more "formating" patch.
Regards,
Stefan
Index: hw/fdc.c
===
RCS fil
obvious fixup ... getsockopt() takes a socklen_t, not an int
-mike
signature.asc
Description: This is a digitally signed message part.
--- linux-user/syscall.c
+++ linux-user/syscall.c
@@ -642,7 +642,8 @@ static long do_setsockopt(int sockfd, in
static long do_getsockopt(int sockfd, int level, i
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/06/23 18:21:26
Modified files:
target-i386: translate.c
Log message:
Fix division by zero handling, by Joris van Rantwijk.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-i3
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/06/23 18:04:12
Modified files:
target-mips: cpu.h helper.c op.c op_helper.c
translate_init.c
Log message:
Handle MIPS64 SEGBITS value correctly.
CVSWeb URLs:
ht
Hi,
After a lots of search I succeed to found qemu-multi-configs.path into
archives of this mailing list.
This patch was not ready for 0.9.0 so I port it.
The version attached to this mail is working for me against qemu 0.9.0.
Best regards,
Arnaud Ligot.
--
Arnaud Ligot
CBlue
--- qemu/usb-l
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/06/23 16:03:36
Modified files:
. : configure vl.c
Log message:
Kfreebsd config, by Aurelien Jarno.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/configure?cvsroot=qemu&r
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/06/23 16:02:43
Modified files:
. : monitor.c qemu-img.c
target-ppc : cpu.h op.c
Log message:
Spelling fixes, by Aurelien Jarno.
CVSWeb URLs:
http://cvs.savannah.gnu
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/06/23 16:01:57
Modified files:
. : vl.c
Log message:
Return success for -M '?' query option.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c?cvsroot=qemu&r1=1.310&r2=
modified target_to_host_cmsg() and host_to_target_cmsg().
diff -Nurb qemu-20070623/linux-user/syscall.c qemu-loongson/linux-user/syscall.c
--- qemu-20070623/linux-user/syscall.c 2007-06-23 16:39:14.0 +0800
+++ qemu-loongson/linux-user/syscall.c 2007-06-23 21:49:18.0 +0800
Hello.
This patch is made for HOST_MIPS, to fix a sock_type error.
diff -Nurb qemu-20070623/linux-user/socket.h qemu-loongson/linux-user/socket.h
--- qemu-20070623/linux-user/socket.h 2006-06-24 23:06:03.0 +0800
+++ qemu-loongson/linux-user/socket.h 2007-06-23 21:44:48.0
On Sat, Jun 23, 2007 at 09:41:11AM +0100, Thiemo Seufer wrote:
> Aurelien Jarno wrote:
> > Hi!
> >
> > The current MIPS64 implementation assumes SEGBITS = 40 for all CPU. This
> > is correct for most CPU, but wrong for example for the 5K one, which has
> > SEGBITS = 42.
> >
> > This patch modifie
sorry, misread your description of the patch :)
Kind regards,
Sylvain Petreolle (aka Usurp)
--- --- --- --- --- --- --- --- --- --- --- --- ---
Run your favorite Windows apps with free ReactOS : http://www.reactos.org
Listen to non-DRMised Music: http://www.jamendo.com
- Message d'origine
Rob Landley schrieb:
> Ok, it's a more fundamental problem:
>
> [EMAIL PROTECTED]:/sys$ qemu-i386
> Segmentation fault (core dumped)
>
> Nothing to do with the program it's trying to run, it segfaults with no
> arguments.
>
> Is anybody else seeing this?
>
> Rob
Yes, I see this on Debian Linux sinc
On Sat, Jun 23, 2007 at 10:38:57AM +, Sylvain Petreolle wrote:
>
> The patch looks wrong as many parts are reversed.
> e.g.
>
> -EXCP_FP_VXISI = 0x06, /* FP invalid infinite substraction */
> +EXCP_FP_VXISI = 0x06, /* FP invalid infinite subtraction */
>
> -/* substract f
On Sat, Jun 23 2007, Rob Landley wrote:
> On Friday 22 June 2007 18:31:20 Rob Landley wrote:
> > Ok, it's a more fundamental problem:
> >
> > [EMAIL PROTECTED]:/sys$ qemu-i386
> > Segmentation fault (core dumped)
> >
> > Nothing to do with the program it's trying to run, it segfaults with no
> > ar
The patch looks wrong as many parts are reversed.
e.g.
-EXCP_FP_VXISI = 0x06, /* FP invalid infinite substraction */
+EXCP_FP_VXISI = 0x06, /* FP invalid infinite subtraction */
-/* substract from */
+/* subtract from */
Kind regards,
Sylvain Petreolle (aka Usurp)
--- ---
Rob Landley wrote:
Ok, it's a more fundamental problem:
[EMAIL PROTECTED]:/sys$ qemu-i386
Segmentation fault (core dumped)
Nothing to do with the program it's trying to run, it segfaults with no
arguments.
Is anybody else seeing this?
Yes, I get it.
Rob
-Nigel
Aurelien Jarno wrote:
> Hi!
>
> The current MIPS64 implementation assumes SEGBITS = 40 for all CPU. This
> is correct for most CPU, but wrong for example for the 5K one, which has
> SEGBITS = 42.
>
> This patch modifies the current code to use SEGBITS instead of an
> hardcoded value. Instead of
On Friday 22 June 2007 18:31:20 Rob Landley wrote:
> Ok, it's a more fundamental problem:
>
> [EMAIL PROTECTED]:/sys$ qemu-i386
> Segmentation fault (core dumped)
>
> Nothing to do with the program it's trying to run, it segfaults with no
> arguments.
>
> Is anybody else seeing this?
>
> Rob
So I'
On Jun 23, 2007, at 7:31 AM, Rob Landley wrote:
On Friday 22 June 2007 19:13:19 Alexander Graf wrote:
Rob Landley wrote:
Ok, it's a more fundamental problem:
[EMAIL PROTECTED]:/sys$ qemu-i386
Segmentation fault (core dumped)
Nothing to do with the program it's trying to run, it segfaults
22 matches
Mail list logo