mbox

tcg update

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

Pull-request

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

Message

Richard Henderson Sept. 20, 2016, 6:57 p.m. UTC
Annoying that a bug that Peter reported for aarch64 is also
visible on x86_64.  Reported for a ppc64 target, it takes
a while to trigger the bug.


r~



The following changes since commit a008535b9fa396226ff9cf78b8ac5f3584bda58e:

  build-sys: fix make install regression (2016-09-20 11:32:43 +0100)

are available in the git repository at:

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

for you to fetch changes up to ebb90a005da67147245cd38fb04a965a87a961b7:

  tcg/i386: Extend TARGET_PAGE_MASK to the proper type (2016-09-20 11:45:30 -0700)

----------------------------------------------------------------
tcg updates for 20 Sep

----------------------------------------------------------------
Richard Henderson (1):
      tcg/i386: Extend TARGET_PAGE_MASK to the proper type

 tcg/i386/tcg-target.inc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Maydell Sept. 22, 2016, 11:16 a.m. UTC | #1
On 20 September 2016 at 19:57, Richard Henderson <rth@twiddle.net> wrote:
> Annoying that a bug that Peter reported for aarch64 is also
> visible on x86_64.  Reported for a ppc64 target, it takes
> a while to trigger the bug.
>
>
> r~
>
>
>
> The following changes since commit a008535b9fa396226ff9cf78b8ac5f3584bda58e:
>
>   build-sys: fix make install regression (2016-09-20 11:32:43 +0100)
>
> are available in the git repository at:
>
>   git://github.com/rth7680/qemu.git tags/pull-tcg-20160920
>
> for you to fetch changes up to ebb90a005da67147245cd38fb04a965a87a961b7:
>
>   tcg/i386: Extend TARGET_PAGE_MASK to the proper type (2016-09-20 11:45:30 -0700)
>
> ----------------------------------------------------------------
> tcg updates for 20 Sep
>
> ----------------------------------------------------------------
> Richard Henderson (1):
>       tcg/i386: Extend TARGET_PAGE_MASK to the proper type
>
>  tcg/i386/tcg-target.inc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

-- PMM