mbox

[PULL,0/2] Monitor patches

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

Pull-request

git://repo.or.cz/qemu/armbru.git tags/pull-monitor-2015-09-22

Message

Markus Armbruster Sept. 22, 2015, 12:01 p.m. UTC
The following changes since commit 9e72681d16792d0ffc42bab634b1753ff299bdfd:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-09-21' into staging (2015-09-21 22:33:51 +0100)

are available in the git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-monitor-2015-09-22

for you to fetch changes up to abadcbc838a3b256819fd8932c34a4af41ec187f:

  hmp: Restore "info pci" (2015-09-22 11:32:37 +0200)

----------------------------------------------------------------
Monitor patches

----------------------------------------------------------------
Daniel P. Berrange (1):
      monitor: allow device_del to accept QOM paths

Paolo Bonzini (1):
      hmp: Restore "info pci"

 hmp-commands-info.hx | 14 ++++++++++++++
 hmp-commands.hx      |  3 ++-
 qapi-schema.json     |  2 +-
 qdev-monitor.c       | 20 +++++++++++++++-----
 qmp-commands.hx      |  7 ++++++-
 5 files changed, 38 insertions(+), 8 deletions(-)

Comments

Peter Maydell Sept. 22, 2015, 6:21 p.m. UTC | #1
On 22 September 2015 at 05:01, Markus Armbruster <armbru@redhat.com> wrote:
> The following changes since commit 9e72681d16792d0ffc42bab634b1753ff299bdfd:
>
>   Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-09-21' into staging (2015-09-21 22:33:51 +0100)
>
> are available in the git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-monitor-2015-09-22
>
> for you to fetch changes up to abadcbc838a3b256819fd8932c34a4af41ec187f:
>
>   hmp: Restore "info pci" (2015-09-22 11:32:37 +0200)
>
> ----------------------------------------------------------------
> Monitor patches
>
> ----------------------------------------------------------------
> Daniel P. Berrange (1):
>       monitor: allow device_del to accept QOM paths
>
> Paolo Bonzini (1):
>       hmp: Restore "info pci"
>

Applied, thanks.

-- PMM