Re: [Qemu-devel] [PULL] tcg/interpreter: Add TCG + interpreter for bytecode

2011-11-02 Thread Blue Swirl
On Mon, Oct 31, 2011 at 21:31, Stefan Weil wrote: > Hi, > > this is a 3rd version of the patch series which adds support for > QEMU on any host by using a TCG interpreter (TCI). > > Version 2 was sent to the list and is available here: > http://lists.gnu.org/archive/html/qemu-devel/2011-10/msg0250

Re: [Qemu-devel] [PULL] tcg/interpreter: Add TCG + interpreter for bytecode

2011-11-01 Thread Blue Swirl
On Mon, Oct 31, 2011 at 22:06, Anthony Liguori wrote: > On 10/31/2011 05:02 PM, Stefan Weil wrote: >> >> Am 31.10.2011 22:38, schrieb Anthony Liguori: >>> >>> I'll defer to Blue and/or Aurelien here as I don't know enough about TCG >>> to >>> really review this series. >>> >>> But I'd recommend wa

Re: [Qemu-devel] [PULL] tcg/interpreter: Add TCG + interpreter for bytecode

2011-10-31 Thread Anthony Liguori
On 10/31/2011 05:02 PM, Stefan Weil wrote: Am 31.10.2011 22:38, schrieb Anthony Liguori: I'll defer to Blue and/or Aurelien here as I don't know enough about TCG to really review this series. But I'd recommend waiting to pull this until after 1.1 opens up. This is the sort of thing that 1) peo

Re: [Qemu-devel] [PULL] tcg/interpreter: Add TCG + interpreter for bytecode

2011-10-31 Thread Stefan Weil
Am 31.10.2011 22:38, schrieb Anthony Liguori: On 10/31/2011 04:31 PM, Stefan Weil wrote: Hi, this is a 3rd version of the patch series which adds support for QEMU on any host by using a TCG interpreter (TCI). Version 2 was sent to the list and is available here: http://lists.gnu.org/archive/ht

Re: [Qemu-devel] [PULL] tcg/interpreter: Add TCG + interpreter for bytecode

2011-10-31 Thread Anthony Liguori
On 10/31/2011 04:31 PM, Stefan Weil wrote: Hi, this is a 3rd version of the patch series which adds support for QEMU on any host by using a TCG interpreter (TCI). Version 2 was sent to the list and is available here: http://lists.gnu.org/archive/html/qemu-devel/2011-10/msg02504.html The new ve

[Qemu-devel] [PULL] tcg/interpreter: Add TCG + interpreter for bytecode

2011-10-31 Thread Stefan Weil
Hi, this is a 3rd version of the patch series which adds support for QEMU on any host by using a TCG interpreter (TCI). Version 2 was sent to the list and is available here: http://lists.gnu.org/archive/html/qemu-devel/2011-10/msg02504.html The new version removed the TRACE macros which I used