[Qemu-devel] [PULL 0/2] tcg patch queue

Richard Henderson posted 2 patches 6 years, 1 month ago
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu failed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190221190229.22599-1-richard.henderson@linaro.org
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <rth@twiddle.net>
There is a newer version of this series
include/exec/helper-head.h |  5 +++++
tcg/TODO                   | 14 --------------
2 files changed, 5 insertions(+), 14 deletions(-)
delete mode 100644 tcg/TODO
[Qemu-devel] [PULL 0/2] tcg patch queue
Posted by Richard Henderson 6 years, 1 month ago
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

Re: [Qemu-devel] [PULL 0/2] tcg patch queue
Posted by Peter Maydell 6 years, 1 month ago
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