CVSROOT:/sources/qemu
Module name:qemu
Branch:
Changes by: Paul Brook <[EMAIL PROTECTED]> 06/04/27 23:15:07
Modified files:
. : Makefile.target vl.c vl.h
hw : integratorcp.c versatilepb.c
Added files:
hw : arm
In article <[EMAIL PROTECTED]> you write:
>Juergen Lock wrote:
>> At least FreeBSD's expr(1) doesnt understand the syntax now used in
>> configure:
>>
>> Index: qemu/configure
>> @@ -157,7 +157,7 @@
>> fi
>>
>> for opt do
>> - optarg=`expr "$opt" : '[^=]*=\(.*\)'`
>> + optarg=`echo "$opt" |s
CVSROOT:/sources/qemu
Module name:qemu
Branch:
Changes by: Paul Brook <[EMAIL PROTECTED]> 06/04/27 22:32:36
Modified files:
. : vl.h
Log message:
Fix build failure.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/vl.h.diff?tr1=1.
Juergen Lock wrote:
> At least FreeBSD's expr(1) doesnt understand the syntax now used in
> configure:
>
> Index: qemu/configure
> @@ -157,7 +157,7 @@
> fi
>
> for opt do
> - optarg=`expr "$opt" : '[^=]*=\(.*\)'`
> + optarg=`echo "$opt" |sed 's/^[^=]*=//'`
>case "$opt" in
>--help|-h)
CVSROOT:/sources/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/04/27 21:32:10
Modified files:
. : Changelog Makefile.target vl.c vl.h
Added files:
hw : sh7750.c sh7750_regnames.c sh7750_regnam
CVSROOT:/sources/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/04/27 21:07:38
Modified files:
. : cpu-all.h
Log message:
sh4 target (Samuel Tardieu)
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu
CVSROOT:/sources/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/04/27 21:07:12
Modified files:
linux-user : elfload.c main.c syscall.c syscall_defs.h
Added files:
linux-user/sh4 : syscall.h syscall_nr.h termbits.h
CVSROOT:/sources/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/04/27 21:05:41
qemu/linux-user/sh4
Update of /sources/qemu/qemu/linux-user/sh4
In directory savannah:/tmp/cvs-serv9896/sh4
Log Message:
Directory /sources/qemu/qemu/linu
CVSROOT:/sources/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/04/27 21:05:14
Modified files:
. : configure Makefile.target cpu-exec.c dis-asm.h
disas.c exec-all.h gdbstub.c softmmu_heade
CVSROOT:/sources/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/04/27 21:00:31
Added files:
target-sh4 : cpu.h exec.h helper.c op.c op_helper.c op_mem.c
translate.c
Log message:
sh4 targe
CVSROOT:/sources/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/04/27 20:57:16
qemu/target-sh4
Update of /sources/qemu/qemu/target-sh4
In directory savannah:/tmp/cvs-serv9119/target-sh4
Log Message:
Directory /sources/qemu/qemu/targe
At least FreeBSD's expr(1) doesnt understand the syntax now used in
configure:
Index: qemu/configure
@@ -157,7 +157,7 @@
fi
for opt do
- optarg=`expr "$opt" : '[^=]*=\(.*\)'`
+ optarg=`echo "$opt" |sed 's/^[^=]*=//'`
case "$opt" in
--help|-h) show_help=yes
;;
_
Hello Lonnie.
Lonnie Mendez wrote:
> Johannes Schindelin wrote:
>
>>
> Seeing as there is a release coming up this is most definitely not a
> good thing. Initial testing yielded lots of this.
> I'd like to see my all-in-one patch stripped out. Then simply
> modifying the linux redirector to
Has anyone seen user land page fault problems where gdb does not work
with the qemu-system-arm ?
I compile my kernel with CONFIG_DEBUG_USER so as to add a debug hook for
user land page faults, which you can see in the case of running gdb below.
I ran gdb on /bin/ls just as a simple case, IE
Hello Johannes,
I have to admit that your post did piss me off a little bit. But on the
other hand it would not help anybody, if I would shoot back, so I will
try to be as polite as possible.
My first note is on your first message, which I really have not
received. It is probably my fault, but I
Paul Brook did all the hard work for the Versatile PB.
The Versatile AB is quite similar to the PB but has a different
expansion bus and flash. This patch adds Versatile AB support so you can
boot an unmodified ARM Versatile AB kernel.
signed-off-by: [EMAIL PROTECTED]
Thanks,
Jason.
Index:
This patch fixes correctly the size of the string (which happens to explain
why all of the functions in op.h had the exact same format ) as well as
fixes a stack adjustment that op_pavgb_xmm exceeds.
Ben
Ben Taylor <[EMAIL PROTECTED]> wrote:
> Compile environment - Solaris 9/Ultra 10 work
Johannes Schindelin wrote:
Also, you rename some things when it has no apparent use to rename them,
such as usb_device_add, or product_name.
Sorry but on that point you say things which are in no case provable by
any study.
Also kindly look into line 1417 and 1419 of your patch.
Hi!
Could someone post the last version of the vnc patch that applies
cleanly against current cvs version?
Thanks
Christian
___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel
Here is a corrected version of the patch. Fixed an else missing a #,
and changed the logic to do some defines for Solaris 8/9 as it doesn't
seem to like doing an #if defined(X) && (X <=Y)
patch works on Solaris 9 and 10.
diff -ruN qemu/configure qemu-2/configure
--- qemu/configure 2006-04-26 12:0
Here is an updated patch that collapses the hackery need to get Solaris
compiling with changes to fpu/softfloat-native.h
apologies if the patch ends up mangled. The new webmail interface has been
mangling attachments.
Ben
diff -ruN qemu/configure qemu-2/configure
--- qemu/configure 2006-
Hi Fabrice,
thanks for the review.
On Thu, 27 Apr 2006, Fabrice Bellard wrote:
1) Why do you use 3 temporaries ? Maybe two suffice in most cases.
Well, I less temporaries don't gain performance, while a
FDT2 = FDT0 * FDT1
fpu_dump_state()
allows for easier debugging. Therefore I'd rath
Hi,
nix.wie.weg wrote:
> Johannes Schindelin wrote:
> > I am quite sure you put a lot of work into this patch, but you sure make
> > it hard to appreciate, too.
> >
> > First note that applying such a huge patch is bad. Let me help you (a
> > little more than last time)
> Sorry I dont know why,
Hi,
On 27/04/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hello Johannes,
>
> Thanks for your comments.
>
> Johannes Schindelin wrote:
> > I am quite sure you put a lot of work into this patch, but you sure make it
> > hard to appreciate, too.
> >
> > First note that applying such a huge pat
24 matches
Mail list logo