mbox

[PULL] Queued tcg patch

Message ID 1430868267-13739-1-git-send-email-rth@twiddle.net
State New
Headers show

Pull-request

git://github.com/rth7680/qemu.git tags/tcg-next-20150505

Message

Richard Henderson May 5, 2015, 11:24 p.m. UTC
Only one tcg related patch since the 2.3 freeze.


r~



The following changes since commit 874e9aeeeb74c5459639a93439a502d262847e68:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20150505-1' into staging (2015-05-05 14:06:12 +0100)

are available in the git repository at:

  git://github.com/rth7680/qemu.git tags/tcg-next-20150505

for you to fetch changes up to 00c8fa9ffeee7458e5ed62c962faf638156c18da:

  tcg: optimise memory layout of TCGTemp (2015-05-05 08:44:46 -0700)

----------------------------------------------------------------
size reduction merge

----------------------------------------------------------------
Emilio G. Cota (1):
      tcg: optimise memory layout of TCGTemp

 tcg/tcg.h | 26 ++++++++++++++------------
 1 file changed, 14 insertions(+), 12 deletions(-)

Comments

Peter Maydell May 6, 2015, 11:47 a.m. UTC | #1
On 6 May 2015 at 00:24, Richard Henderson <rth@twiddle.net> wrote:
> Only one tcg related patch since the 2.3 freeze.
>
>
> r~
>
>
>
> The following changes since commit 874e9aeeeb74c5459639a93439a502d262847e68:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20150505-1' into staging (2015-05-05 14:06:12 +0100)
>
> are available in the git repository at:
>
>   git://github.com/rth7680/qemu.git tags/tcg-next-20150505
>
> for you to fetch changes up to 00c8fa9ffeee7458e5ed62c962faf638156c18da:
>
>   tcg: optimise memory layout of TCGTemp (2015-05-05 08:44:46 -0700)
>
> ----------------------------------------------------------------
> size reduction merge

Applied, thanks.

-- PMM