All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Reif <reif@earthlink.net>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] qemu cpu-all.h cpu-exec.c qemu-doc.texi vl.c
Date: Wed, 23 Jan 2008 14:32:40 -0500	[thread overview]
Message-ID: <47979658.5010009@earthlink.net> (raw)
In-Reply-To: <E1JHkqW-0004Ve-BD@cvs.savannah.gnu.org>

Thiemo Seufer wrote:

>CVSROOT:	/sources/qemu
>Module name:	qemu
>Changes by:	Thiemo Seufer <ths>	08/01/23 19:01:12
>
>Modified files:
>	.              : cpu-all.h cpu-exec.c qemu-doc.texi vl.c 
>
>Log message:
>	Add option to disable TB cache, by Herve Poussineau.
>
>CVSWeb URLs:
>http://cvs.savannah.gnu.org/viewcvs/qemu/cpu-all.h?cvsroot=qemu&r1=1.81&r2=1.82
>http://cvs.savannah.gnu.org/viewcvs/qemu/cpu-exec.c?cvsroot=qemu&r1=1.130&r2=1.131
>http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-doc.texi?cvsroot=qemu&r1=1.182&r2=1.183
>http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c?cvsroot=qemu&r1=1.400&r2=1.401
>
>
>
>  
>
This gives the following compile errror:

gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I.. 
-I/home/wine/qemu/target-i386 -I/home/wine/qemu -MMD -MP -DNEED_CPU_H 
-I/home/wine/qemu/linux-user -I/home/wine/qemu/linux-user/i386 
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
-I/home/wine/qemu/fpu -DHAS_AUDIO -DHAS_AUDIO_CHOICE 
-I/home/wine/qemu/slirp    -c -o cpu-exec.o /home/wine/qemu/cpu-exec.c
/home/wine/qemu/cpu-exec.c: In function `cmp1':
/home/wine/qemu/cpu-exec.c:143: unable to find a register to spill in 
class `DIREG'
/home/wine/qemu/cpu-exec.c:143: this is the insn:
(insn 21 78 23 (parallel[
            (set (reg:SI 2 ecx [64])
                (unspec:SI[
                        (mem:BLK (reg/f:SI 1 edx [66]) [0 A8])
                        (reg:QI 0 al [68])
                        (const_int 1 [0x1])
                        (reg:SI 2 ecx [67])
                    ]  0))
            (use (reg:SI 19 dirflag))
            (clobber (reg/f:SI 1 edx [66]))
            (clobber (reg:CC 17 flags))
        ] ) 623 {strlenqi_1} (insn_list 15 (insn_list 17 (insn_list 19 
(insn_list 20 (nil)))))
    (expr_list:REG_DEAD (reg:SI 19 dirflag)
        (expr_list:REG_DEAD (reg:SI 2 ecx [67])
            (expr_list:REG_DEAD (reg:QI 0 al [68])
                (expr_list:REG_DEAD (reg/f:SI 1 edx [66])
                    (expr_list:REG_UNUSED (reg/f:SI 1 edx [66])
                        (expr_list:REG_UNUSED (reg:CC 17 flags)
                            (nil))))))))
/home/wine/qemu/cpu-exec.c:143: confused by earlier errors, bailing out
make[1]: *** [cpu-exec.o] Error 1
make[1]: Leaving directory `/home/wine/qemu/i386-linux-user'
make: *** [subdir-i386-linux-user] Error 2

  reply	other threads:[~2008-01-23 19:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-23 19:01 [Qemu-devel] qemu cpu-all.h cpu-exec.c qemu-doc.texi vl.c Thiemo Seufer
2008-01-23 19:32 ` Robert Reif [this message]
2008-01-24 17:13   ` Thiemo Seufer
2008-01-24 17:30     ` Robert Reif
  -- strict thread matches above, loose matches on Subject: below --
2008-02-01 22:18 Fabrice Bellard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47979658.5010009@earthlink.net \
    --to=reif@earthlink.net \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.