mbox series

[PULL,0/2] tcg patch queue

Message ID 20190221190229.22599-1-richard.henderson@linaro.org
Headers show
Series tcg patch queue | expand

Message

Richard Henderson Feb. 21, 2019, 7:02 p.m. UTC
The following changes since commit fc3dbb90f2eb069801bfb4cfe9cbc83cf9c5f4a9:

  Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into staging (2019-02-21 13:09:33 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 8c6edfdd90522caa4fc429144d393aba5b99f584:

  include/exec/helper-head.h: support "const void *" in helper calls (2019-02-21 10:22:24 -0800)

----------------------------------------------------------------
Allow const void * as argument to helpers.
Remove obsolete TODO file.

----------------------------------------------------------------
David Hildenbrand (1):
      include/exec/helper-head.h: support "const void *" in helper calls

Richard Henderson (1):
      tcg: Remove TODO file

 include/exec/helper-head.h |  5 +++++
 tcg/TODO                   | 14 --------------
 2 files changed, 5 insertions(+), 14 deletions(-)
 delete mode 100644 tcg/TODO

Comments

Peter Maydell Feb. 22, 2019, 1:53 p.m. UTC | #1
On Thu, 21 Feb 2019 at 19:02, Richard Henderson
<richard.henderson@linaro.org> wrote:
>

> The following changes since commit fc3dbb90f2eb069801bfb4cfe9cbc83cf9c5f4a9:

>

>   Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into staging (2019-02-21 13:09:33 +0000)

>

> are available in the Git repository at:

>

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

>

> for you to fetch changes up to 8c6edfdd90522caa4fc429144d393aba5b99f584:

>

>   include/exec/helper-head.h: support "const void *" in helper calls (2019-02-21 10:22:24 -0800)

>

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

> Allow const void * as argument to helpers.

> Remove obsolete TODO file.

>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.

-- PMM