mbox series

[PULL,v2,0/4] tcg queued patches

Message ID 20180116164600.7480-1-richard.henderson@linaro.org
Headers show
Series tcg queued patches | expand

Message

Richard Henderson Jan. 16, 2018, 4:45 p.m. UTC
With comments addressed from v1.


r~



The following changes since commit aae39d24a387a273deab3eb930dbf730aa379e22:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180116' into staging (2018-01-16 14:18:20 +0000)

are available in the Git repository at:

  git://github.com/rth7680/qemu.git tags/pull-tcg-20180116

for you to fetch changes up to 030ffe39dd4128eb90483af82a5b23b23054a466:

  tcg/ppc: Allow a 32-bit offset to the constant pool (2018-01-16 08:21:56 -0800)

----------------------------------------------------------------
Queued TCG patches

----------------------------------------------------------------
Richard Henderson (4):
      tcg/arm: Fix double-word comparisons
      tcg/arm: Support tlb offsets larger than 64k
      tcg/ppc: Support tlb offsets larger than 64k
      tcg/ppc: Allow a 32-bit offset to the constant pool

 tcg/arm/tcg-target.inc.c | 116 +++++++++++++++++++++++++++++++----------------
 tcg/ppc/tcg-target.inc.c |  84 +++++++++++++++++++---------------
 2 files changed, 124 insertions(+), 76 deletions(-)

Comments

Peter Maydell Jan. 16, 2018, 6:58 p.m. UTC | #1
On 16 January 2018 at 16:45, Richard Henderson
<richard.henderson@linaro.org> wrote:
> With comments addressed from v1.

>

>

> r~

>

>

>

> The following changes since commit aae39d24a387a273deab3eb930dbf730aa379e22:

>

>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180116' into staging (2018-01-16 14:18:20 +0000)

>

> are available in the Git repository at:

>

>   git://github.com/rth7680/qemu.git tags/pull-tcg-20180116

>

> for you to fetch changes up to 030ffe39dd4128eb90483af82a5b23b23054a466:

>

>   tcg/ppc: Allow a 32-bit offset to the constant pool (2018-01-16 08:21:56 -0800)

>

> ----------------------------------------------------------------

> Queued TCG patches

>

> ----------------------------------------------------------------

> Richard Henderson (4):

>       tcg/arm: Fix double-word comparisons

>       tcg/arm: Support tlb offsets larger than 64k

>       tcg/ppc: Support tlb offsets larger than 64k

>       tcg/ppc: Allow a 32-bit offset to the constant pool


Applied, thanks.

-- PMM