[PATCH v2 0/2] This small series does two things:

Kashyap Chamarthy posted 2 patches 4 years, 3 months ago
Test docker-quick@centos7 passed
Test FreeBSD passed
Test docker-mingw@fedora failed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200219114607.1855-1-kchamart@redhat.com
docs/qemu-cpu-models.texi       | 677 --------------------------------
docs/system/index.rst           |   1 +
docs/system/qemu-cpu-models.rst | 547 ++++++++++++++++++++++++++
3 files changed, 548 insertions(+), 677 deletions(-)
delete mode 100644 docs/qemu-cpu-models.texi
create mode 100644 docs/system/qemu-cpu-models.rst
[PATCH v2 0/2] This small series does two things:
Posted by Kashyap Chamarthy 4 years, 3 months ago
(1) Convert the original qemu-cpu-models.texi to rST

(2) In a separate patch, incorporate the additional new content from
    this:
    https://lists.nongnu.org/archive/html/qemu-devel/2020-01/msg06455.html
    ([PATCH v3] qemu-cpu-models: Document -noTSX, mds-no, taa-no, and
    tsx-ctrl)

A Sphinx rendering of the converted doc is here:

    https://kashyapc.fedorapeople.org/qemu_v4.2.0-1300-g5da20ed7e3_docs/system/qemu-cpu-models.html

Kashyap Chamarthy (2):
  docs: Convert qemu-cpu-models.texi to rST
  qemu-cpu-models.rst: Document -noTSX, mds-no, taa-no, and tsx-ctrl

 docs/qemu-cpu-models.texi       | 677 --------------------------------
 docs/system/index.rst           |   1 +
 docs/system/qemu-cpu-models.rst | 547 ++++++++++++++++++++++++++
 3 files changed, 548 insertions(+), 677 deletions(-)
 delete mode 100644 docs/qemu-cpu-models.texi
 create mode 100644 docs/system/qemu-cpu-models.rst

-- 
2.21.0


Re: [PATCH v2 0/2] This small series does two things:
Posted by no-reply@patchew.org 4 years, 3 months ago
Patchew URL: https://patchew.org/QEMU/20200219114607.1855-1-kchamart@redhat.com/



Hi,

This series failed the docker-mingw@fedora build test. Please find the testing commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.

=== TEST SCRIPT BEGIN ===
#! /bin/bash
export ARCH=x86_64
make docker-image-fedora V=1 NETWORK=1
time make docker-test-mingw@fedora J=14 NETWORK=1
=== TEST SCRIPT END ===

    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run', '--label', 'com.qemu.instance.uuid=a83564e4ec67469a8e4f46fecf45c31f', '-u', '1001', '--security-opt', 'seccomp=unconfined', '--rm', '-e', 'TARGET_LIST=', '-e', 'EXTRA_CONFIGURE_OPTS=', '-e', 'V=', '-e', 'J=14', '-e', 'DEBUG=', '-e', 'SHOW_ENV=', '-e', 'CCACHE_DIR=/var/tmp/ccache', '-v', '/home/patchew/.cache/qemu-docker-ccache:/var/tmp/ccache:z', '-v', '/var/tmp/patchew-tester-tmp-7boyfjhq/src/docker-src.2020-02-19-07.03.50.909:/var/tmp/qemu:z,ro', 'qemu:fedora', '/var/tmp/qemu/run', 'test-mingw']' returned non-zero exit status 2.
filter=--filter=label=com.qemu.instance.uuid=a83564e4ec67469a8e4f46fecf45c31f
make[1]: *** [docker-run] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-7boyfjhq/src'
make: *** [docker-run-test-mingw@fedora] Error 2

real    2m4.583s
user    0m7.607s


The full log is available at
http://patchew.org/logs/20200219114607.1855-1-kchamart@redhat.com/testing.docker-mingw@fedora/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com
Re: [PATCH v2 0/2] This small series does two things:
Posted by Kashyap Chamarthy 4 years, 3 months ago
On Wed, Feb 19, 2020 at 04:05:56AM -0800, no-reply@patchew.org wrote:

[...]

> The full log is available at
> http://patchew.org/logs/20200219114607.1855-1-kchamart@redhat.com/testing.docker-mingw@fedora/?type=message.

Patchew is right -- I forgot the Makefile changes.  Hence the failure:

    make: *** No rule to make target 'docs/qemu-cpu-models.texi', needed
    by 'qemu-doc.html'.  Stop.

v2 upcoming.

[...]

-- 
/kashyap


qemu-cpu-models: Convert to rST; document other MSR bits [Was: Re: [PATCH v2 0/2] This small series does two things:]
Posted by Kashyap Chamarthy 4 years, 3 months ago
[Fix the subject line of the cover letter; sorry, it was my first time
(mis-)use of `git-publish`.]

On Wed, Feb 19, 2020 at 12:46:05PM +0100, Kashyap Chamarthy wrote:
> (1) Convert the original qemu-cpu-models.texi to rST
> 
> (2) In a separate patch, incorporate the additional new content from
>     this:
>     https://lists.nongnu.org/archive/html/qemu-devel/2020-01/msg06455.html
>     ([PATCH v3] qemu-cpu-models: Document -noTSX, mds-no, taa-no, and
>     tsx-ctrl)
> 
> A Sphinx rendering of the converted doc is here:
> 
>     https://kashyapc.fedorapeople.org/qemu_v4.2.0-1300-g5da20ed7e3_docs/system/qemu-cpu-models.html
> 
> Kashyap Chamarthy (2):
>   docs: Convert qemu-cpu-models.texi to rST
>   qemu-cpu-models.rst: Document -noTSX, mds-no, taa-no, and tsx-ctrl
> 
>  docs/qemu-cpu-models.texi       | 677 --------------------------------
>  docs/system/index.rst           |   1 +
>  docs/system/qemu-cpu-models.rst | 547 ++++++++++++++++++++++++++
>  3 files changed, 548 insertions(+), 677 deletions(-)
>  delete mode 100644 docs/qemu-cpu-models.texi
>  create mode 100644 docs/system/qemu-cpu-models.rst
> 
> -- 
> 2.21.0
> 

-- 
/kashyap