mbox

[PULL,for-2.1,0/5] QMP queue

Message ID 1406211468-9703-1-git-send-email-lcapitulino@redhat.com
State New
Headers show

Pull-request

git://repo.or.cz/qemu/qmp-unstable.git queue/qmp

Message

Luiz Capitulino July 24, 2014, 2:17 p.m. UTC
Doc fixes, zero regression risk for code.

The following changes since commit a537d373b9f330853006ceb18d5891541b9e4030:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20140723-1' into staging (2014-07-24 12:49:54 +0100)

are available in the git repository at:


  git://repo.or.cz/qemu/qmp-unstable.git queue/qmp

for you to fetch changes up to 032baddea36330384b3654fcbfafa74cc815471c:

  docs: document missing VSERPORT_CHANGE event (2014-07-24 10:00:33 -0400)

----------------------------------------------------------------
Eric Blake (5):
      docs: grammar fixes to qmp-events
      docs: split SPICE_* event docs
      docs: document missing SPICE_MIGRATE_COMPLETED event
      docs: document missing POWERDOWN event
      docs: document missing VSERPORT_CHANGE event

 docs/qmp/qmp-events.txt | 80 +++++++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 74 insertions(+), 6 deletions(-)

Comments

Peter Maydell July 24, 2014, 4:16 p.m. UTC | #1
On 24 July 2014 15:17, Luiz Capitulino <lcapitulino@redhat.com> wrote:
> Doc fixes, zero regression risk for code.
>
> The following changes since commit a537d373b9f330853006ceb18d5891541b9e4030:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20140723-1' into staging (2014-07-24 12:49:54 +0100)
>
> are available in the git repository at:
>
>
>   git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
>
> for you to fetch changes up to 032baddea36330384b3654fcbfafa74cc815471c:
>
>   docs: document missing VSERPORT_CHANGE event (2014-07-24 10:00:33 -0400)
>
> ----------------------------------------------------------------
> Eric Blake (5):
>       docs: grammar fixes to qmp-events
>       docs: split SPICE_* event docs
>       docs: document missing SPICE_MIGRATE_COMPLETED event
>       docs: document missing POWERDOWN event
>       docs: document missing VSERPORT_CHANGE event
>
>  docs/qmp/qmp-events.txt | 80 +++++++++++++++++++++++++++++++++++++++++++++----
>  1 file changed, 74 insertions(+), 6 deletions(-)

Applied, thanks.

-- PMM