qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Aurelien Jarno <aurelien@aurel32.net>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] TCG debugging improvements
Date: Tue, 18 Nov 2008 10:39:14 +0100	[thread overview]
Message-ID: <49228D42.8010006@aurel32.net> (raw)
In-Reply-To: <f43fc5580811171208y118caa86qf71629a6f033867f@mail.gmail.com>

Blue Swirl a écrit :
> On 11/17/08, Paul Brook <paul@codesourcery.com> wrote:
>> I'd just applied changes that enforce type size checking for TCG variables
>>  when DEBUG_TCGV is defined. This should help avoid subtle bugs due to
>>  64/32-bit mismatches.
>>
>>  I fixed a few bugs in the process, but it's mostly mechanical changes.  TCGv
>>  is target_ulong sized, so the majority of code remains unchanged.  Explicit
>>  sizes are typically only required when working with different sized ops, or
>>  floating point.
>>
>>  One of the main side-effects of this is that helper functions now need to be
>>  declared properly.  Previously we sort-of did this, but not consistently
>>  enough to enforce types.  With the exception of the SSE/MMX ops (which are
>>  table driven and use messy typecasts) we should be able to detect
>>  inconsistencies between the code generator and the helper function
>>  implementations.
>>
>>  There should be no functional changes.  I've tested what I can, but please
>>  test your favourite host/target.
> 
> PPC is broken. This used to print something, now it doesn't:
> ./qemu-system-ppc -L ./pc-bios/ -hda /dev/null
> 

That should be fixed in the SVN.

-- 
  .''`.  Aurelien Jarno	            | GPG: 1024D/F1BCDB73
 : :' :  Debian developer           | Electrical Engineer
 `. `'   aurel32@debian.org         | aurelien@aurel32.net
   `-    people.debian.org/~aurel32 | www.aurel32.net

      parent reply	other threads:[~2008-11-18  9:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-17 14:45 [Qemu-devel] TCG debugging improvements Paul Brook
2008-11-17 20:08 ` Blue Swirl
2008-11-17 21:00   ` Andreas Färber
2008-11-18  9:39   ` Aurelien Jarno [this message]

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=49228D42.8010006@aurel32.net \
    --to=aurelien@aurel32.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).