[Qemu-devel] [PULL 0/2] Bitmaps patches

John Snow posted 2 patches 6 years, 6 months ago
Test asan failed
Test docker-clang@ubuntu failed
Test docker-mingw@fedora failed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190501202506.13875-1-jsnow@redhat.com
Maintainers: Fam Zheng <fam@euphon.net>, John Snow <jsnow@redhat.com>
There is a newer version of this series
docs/interop/bitmaps.rst | 1599 ++++++++++++++++++++++++++++++--------
Makefile                 |    2 +-
2 files changed, 1265 insertions(+), 336 deletions(-)
[Qemu-devel] [PULL 0/2] Bitmaps patches
Posted by John Snow 6 years, 6 months ago
The following changes since commit 46316f1dfffc6be72e94e89f7b0e9162e7dcdcf1:

  Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20190311.0' into staging (2019-03-12 13:37:29 +0000)

are available in the Git repository at:

  https://github.com/jnsnow/qemu.git tags/bitmaps-pull-request

for you to fetch changes up to 90edef80a0852cf8a3d2668898ee40e8970e4314:

  docs/interop/bitmaps: rewrite and modernize doc (2019-05-01 16:21:24 -0400)

----------------------------------------------------------------
Pull request

----------------------------------------------------------------

John Snow (2):
  Makefile: add nit-picky mode to sphinx-build
  docs/interop/bitmaps: rewrite and modernize doc

 docs/interop/bitmaps.rst | 1599 ++++++++++++++++++++++++++++++--------
 Makefile                 |    2 +-
 2 files changed, 1265 insertions(+), 336 deletions(-)

-- 
2.20.1


Re: [Qemu-devel] [PULL 0/2] Bitmaps patches
Posted by Peter Maydell 6 years, 6 months ago
On Wed, 1 May 2019 at 21:25, John Snow <jsnow@redhat.com> wrote:
>
> The following changes since commit 46316f1dfffc6be72e94e89f7b0e9162e7dcdcf1:
>
>   Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20190311.0' into staging (2019-03-12 13:37:29 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/jnsnow/qemu.git tags/bitmaps-pull-request
>
> for you to fetch changes up to 90edef80a0852cf8a3d2668898ee40e8970e4314:
>
>   docs/interop/bitmaps: rewrite and modernize doc (2019-05-01 16:21:24 -0400)
>
> ----------------------------------------------------------------
> Pull request
>
> ----------------------------------------------------------------
>
> John Snow (2):
>   Makefile: add nit-picky mode to sphinx-build
>   docs/interop/bitmaps: rewrite and modernize doc
>


Applied, thanks.

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

-- PMM