Re: [Qemu-devel] [RFC 0/6] target-i386: TCGv cleanups

2011-12-12 Thread Andreas Färber
Am 12.12.2011 15:56, schrieb Paul Brook: >> Am 12.12.2011 00:42, schrieb Paul Brook: This series makes target-i386 compile with DEBUG_TCGV_TL. >>> >>> What benefit does this provide? >> >> It showcases what changes would need to be done to allow type-safe >> compilation of the first pair of --

Re: [Qemu-devel] [RFC 0/6] target-i386: TCGv cleanups

2011-12-12 Thread Paul Brook
> Am 12.12.2011 00:42, schrieb Paul Brook: > >> This series makes target-i386 compile with DEBUG_TCGV_TL. > > > > What benefit does this provide? > > It showcases what changes would need to be done to allow type-safe > compilation of the first pair of --enable-system targets. How is the existing

Re: [Qemu-devel] [RFC 0/6] target-i386: TCGv cleanups

2011-12-12 Thread Andreas Färber
Am 12.12.2011 00:42, schrieb Paul Brook: >> This series makes target-i386 compile with DEBUG_TCGV_TL. > > What benefit does this provide? It showcases what changes would need to be done to allow type-safe compilation of the first pair of --enable-system targets. Especially my focus has been on h

Re: [Qemu-devel] [RFC 0/6] target-i386: TCGv cleanups

2011-12-11 Thread Paul Brook
> This series makes target-i386 compile with DEBUG_TCGV_TL. What benefit does this provide? I effectively already asked this in reply to your patch adding DEBUG_TCGV_TL[1]. One answer is sufficient, this mail is really just to link the two threads together :-) Paul [1] http://lists.nongnu.or

[Qemu-devel] [RFC 0/6] target-i386: TCGv cleanups

2011-12-10 Thread Andreas Färber
Hello, This series makes target-i386 compile with DEBUG_TCGV_TL. Patches 1-2 could be cherry-picked already. Patch 1 is fairly trivial. Patch 2 is the only patch in the series that needs an additional temporary. Patch 3 introduces two new functions to avoid that elsewhere. Needs TCGv series. Wi