[Qemu-devel] qemu/target-sparc op.c translate.c

2008-03-16 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 08/03/16 19:24:42 Modified files: target-sparc : op.c translate.c Log message: Convert umul and smul to TCG CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-sparc/op.c?cvsroot=qemu&r1=

[Qemu-devel] qemu/target-sparc translate.c

2008-03-16 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 08/03/16 19:23:31 Modified files: target-sparc : translate.c Log message: Use a TCG global for pc and npc CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-sparc/translate.c?cvsroot=qem

[Qemu-devel] qemu/target-sparc cpu.h op.c translate.c

2008-03-16 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 08/03/16 19:22:18 Modified files: target-sparc : cpu.h op.c translate.c Log message: Convert mulscc to TCG, add cc_src2 CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-sparc/cpu.h?cvs

[Qemu-devel] qemu/tcg tcg.h

2008-03-16 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 08/03/16 19:21:08 Modified files: tcg: tcg.h Log message: Increase max temps limit CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/tcg/tcg.h?cvsroot=qemu&r1=1.5&r2=1.6

[Qemu-devel] qemu/target-sparc translate.c

2008-03-16 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 08/03/16 19:18:55 Modified files: target-sparc : translate.c Log message: Discard unused data, use less temps CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-sparc/translate.c?cvsroot

[Qemu-devel] qemu/tcg tcg-op.h

2008-03-16 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 08/03/16 19:16:37 Modified files: tcg: tcg-op.h Log message: Add discard_ptr and discard_tl CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/tcg/tcg-op.h?cvsroot=qemu&r1=1.9&r2=1.10

[Qemu-devel] Re: [kvm-devel] [PATCH] Fix sci irq set when acpi timer about to wrap

2008-03-16 Thread Avi Kivity
Dor Laor wrote: >From 498f162fc9d9fb897c756273c481101a44a220de Mon Sep 17 00:00:00 2001 From: Dor Laor <[EMAIL PROTECTED]> Date: Thu, 13 Mar 2008 00:11:41 +0200 Subject: [PATCH] Fix sci irq set when acpi timer about to wrap. The acpi timer should generate sci irq when enabled and when bit 23 of

[Qemu-devel] qemu/target-cris translate.c

2008-03-16 Thread Edgar E. Iglesias
CVSROOT:/sources/qemu Module name:qemu Changes by: Edgar E. Iglesias08/03/16 16:51:58 Modified files: target-cris: translate.c Log message: More TCG conversions for CRIS. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-cris/translate.c?cvsroo

[Qemu-devel] qemu/target-cris cpu.h

2008-03-16 Thread Edgar E. Iglesias
CVSROOT:/sources/qemu Module name:qemu Changes by: Edgar E. Iglesias08/03/16 16:38:48 Modified files: target-cris: cpu.h Log message: Remove unused members. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-cris/cpu.h?cvsroot=qemu&r1=1.5&r2=1.6

Re: [Qemu-devel] build failure on x86, any suggestions?

2008-03-16 Thread Blue Swirl
On 3/16/08, Peter Volkov <[EMAIL PROTECTED]> wrote: > В Вск, 16/03/2008 в 00:01 -0600, C.W. Betts пишет: > > > Try setting the compiler flags to use -march=pentium-mmx . That is the max > > setting for -march that qemu compiles on. also, make sure that the > compiler > > isn't sending any of th

Re: [Qemu-devel] build failure on x86, any suggestions?

2008-03-16 Thread Peter Volkov
В Вск, 16/03/2008 в 00:01 -0600, C.W. Betts пишет: > Try setting the compiler flags to use -march=pentium-mmx . That is the max > setting for -march that qemu compiles on. also, make sure that the compiler > isn't sending any of the -msse functions. > > I tried to build qemu using -msse -march=

[Qemu-devel] Re: [kvm-devel] [patch 00/24] QEMU ACPI PCI hotplug support

2008-03-16 Thread Avi Kivity
Marcelo Tosatti wrote: The following patchset allows PCI hot add/remove through ACPI (handled by the acpiphp driver on Linux guests). Comments are welcome. Applied all, thanks. -- error compiling committee.c: too many arguments to function