Re: [Qemu-devel] [RFC PATCH 00/10] Add --disable-tcg

2012-09-17 Thread Blue Swirl
On Mon, Sep 17, 2012 at 4:00 PM, Paolo Bonzini wrote: > This is an old series from Anthony that was never committed. Now > that QEMU does not use ARG0 anymore, it is much simpler to move things > to and from the helper.c files as needed to remove most of the TCG code > from non-TCG builds. > > Of

[Qemu-devel] [RFC PATCH 00/10] Add --disable-tcg

2012-09-17 Thread Paolo Bonzini
This is an old series from Anthony that was never committed. Now that QEMU does not use ARG0 anymore, it is much simpler to move things to and from the helper.c files as needed to remove most of the TCG code from non-TCG builds. Of course we're still a long way from there, since cpu-exec.c is int