mbox

[PULL,0/2] QAPI patches for 2017-02-20

Message ID 1487597638-28323-1-git-send-email-armbru@redhat.com
State New
Headers show

Pull-request

git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2017-02-20

Message

Markus Armbruster Feb. 20, 2017, 1:33 p.m. UTC
The following changes since commit d514cfd763b271b4e97a9fc6adaabc8fd50084ab:

  Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2017-02-20 09:53:59 +0000)

are available in the git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2017-02-20

for you to fetch changes up to fea346f569d4132296f7c26367374fcace80e096:

  Makefile: Put VERSION info into version.texi rather than using -D (2017-02-20 14:11:07 +0100)

----------------------------------------------------------------
QAPI patches for 2017-02-20

----------------------------------------------------------------
Marc-André Lureau (1):
      qapi2texi: replace quotation by bold section name

Peter Maydell (1):
      Makefile: Put VERSION info into version.texi rather than using -D

 .gitignore             |  1 +
 Makefile               | 17 ++++++++++-------
 docs/qemu-ga-ref.texi  |  2 ++
 docs/qemu-qmp-ref.texi |  2 ++
 scripts/qapi2texi.py   | 10 ++++------
 5 files changed, 19 insertions(+), 13 deletions(-)

Marc-André Lureau (1):
  qapi2texi: replace quotation by bold section name

Peter Maydell (1):
  Makefile: Put VERSION info into version.texi rather than using -D

 .gitignore             |  1 +
 Makefile               | 17 ++++++++++-------
 docs/qemu-ga-ref.texi  |  2 ++
 docs/qemu-qmp-ref.texi |  2 ++
 scripts/qapi2texi.py   | 10 ++++------
 5 files changed, 19 insertions(+), 13 deletions(-)

Comments

Peter Maydell Feb. 20, 2017, 6:52 p.m. UTC | #1
On 20 February 2017 at 13:33, Markus Armbruster <armbru@redhat.com> wrote:
> The following changes since commit d514cfd763b271b4e97a9fc6adaabc8fd50084ab:
>
>   Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2017-02-20 09:53:59 +0000)
>
> are available in the git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2017-02-20
>
> for you to fetch changes up to fea346f569d4132296f7c26367374fcace80e096:
>
>   Makefile: Put VERSION info into version.texi rather than using -D (2017-02-20 14:11:07 +0100)
>
> ----------------------------------------------------------------
> QAPI patches for 2017-02-20
>
> ----------------------------------------------------------------
> Marc-André Lureau (1):
>       qapi2texi: replace quotation by bold section name
>
> Peter Maydell (1):
>       Makefile: Put VERSION info into version.texi rather than using -D
>
>  .gitignore             |  1 +
>  Makefile               | 17 ++++++++++-------
>  docs/qemu-ga-ref.texi  |  2 ++
>  docs/qemu-qmp-ref.texi |  2 ++
>  scripts/qapi2texi.py   | 10 ++++------
>  5 files changed, 19 insertions(+), 13 deletions(-)
>
> Marc-André Lureau (1):
>   qapi2texi: replace quotation by bold section name
>
> Peter Maydell (1):
>   Makefile: Put VERSION info into version.texi rather than using -D
>

Applied, thanks.

-- PMM
Zhang Chen Feb. 21, 2017, 6:57 a.m. UTC | #2
Hi~ Markus.

This patch set has been reviewed for a long time, can you pick up it?

[PATCH V7 0/2] Add new qmp commands to suppurt Xen COLO

Thanks

Zhang Chen


On 02/20/2017 09:33 PM, Markus Armbruster wrote:
> The following changes since commit d514cfd763b271b4e97a9fc6adaabc8fd50084ab:
>
>    Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2017-02-20 09:53:59 +0000)
>
> are available in the git repository at:
>
>    git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2017-02-20
>
> for you to fetch changes up to fea346f569d4132296f7c26367374fcace80e096:
>
>    Makefile: Put VERSION info into version.texi rather than using -D (2017-02-20 14:11:07 +0100)
>
> ----------------------------------------------------------------
> QAPI patches for 2017-02-20
>
> ----------------------------------------------------------------
> Marc-André Lureau (1):
>        qapi2texi: replace quotation by bold section name
>
> Peter Maydell (1):
>        Makefile: Put VERSION info into version.texi rather than using -D
>
>   .gitignore             |  1 +
>   Makefile               | 17 ++++++++++-------
>   docs/qemu-ga-ref.texi  |  2 ++
>   docs/qemu-qmp-ref.texi |  2 ++
>   scripts/qapi2texi.py   | 10 ++++------
>   5 files changed, 19 insertions(+), 13 deletions(-)
>
> Marc-André Lureau (1):
>    qapi2texi: replace quotation by bold section name
>
> Peter Maydell (1):
>    Makefile: Put VERSION info into version.texi rather than using -D
>
>   .gitignore             |  1 +
>   Makefile               | 17 ++++++++++-------
>   docs/qemu-ga-ref.texi  |  2 ++
>   docs/qemu-qmp-ref.texi |  2 ++
>   scripts/qapi2texi.py   | 10 ++++------
>   5 files changed, 19 insertions(+), 13 deletions(-)
>
Markus Armbruster Feb. 21, 2017, 11:21 a.m. UTC | #3
Zhang Chen <zhangchen.fnst@cn.fujitsu.com> writes:

> Hi~ Markus.
>
> This patch set has been reviewed for a long time, can you pick up it?
>
> [PATCH V7 0/2] Add new qmp commands to suppurt Xen COLO

I think this should go through a COLO maintainer chain, or perhaps the
Xen maintainer, but not the QAPI maintainer (me).  QAPI guys should
provide review, so I just had a look.
Zhang Chen Feb. 21, 2017, 12:28 p.m. UTC | #4
On 02/21/2017 07:21 PM, Markus Armbruster wrote:
> Zhang Chen <zhangchen.fnst@cn.fujitsu.com> writes:
>
>> Hi~ Markus.
>>
>> This patch set has been reviewed for a long time, can you pick up it?
>>
>> [PATCH V7 0/2] Add new qmp commands to suppurt Xen COLO
> I think this should go through a COLO maintainer chain, or perhaps the
> Xen maintainer, but not the QAPI maintainer (me).  QAPI guys should
> provide review, so I just had a look.
>

OK, I got your point.

Thanks
Zhang Chen

>