[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PULL v2 00/16] Monitor patches for 2019-06-17
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PULL v2 00/16] Monitor patches for 2019-06-17 |
Date: |
Tue, 18 Jun 2019 11:53:19 +0100 |
On Tue, 18 Jun 2019 at 07:29, Markus Armbruster <address@hidden> wrote:
>
> The following changes since commit 076243ffe6c1b687e9e6d98348c3bf3398df78f3:
>
> Merge remote-tracking branch 'remotes/pmaydell/tags/pull-docs-20190617'
> into staging (2019-06-17 16:41:25 +0100)
>
> are available in the Git repository at:
>
> git://repo.or.cz/qemu/armbru.git tags/pull-monitor-2019-06-17-v2
>
> for you to fetch changes up to 3c45f62570aeacadf4a05bfa1afaa12bea05ae86:
>
> vl: Deprecate -mon pretty=... for HMP monitors (2019-06-18 08:14:17 +0200)
>
> ----------------------------------------------------------------
> Monitor patches for 2019-06-17
>
> ----------------------------------------------------------------
> Kevin Wolf (15):
> monitor: Remove unused password prompting fields
> monitor: Split monitor_init in HMP and QMP function
> monitor: Make MonitorQMP a child class of Monitor
> monitor: Create MonitorHMP with readline state
> monitor: Remove Monitor.cmd_table indirection
> monitor: Rename HMP command type and tables
> Move monitor.c to monitor/misc.c
> monitor: Move {hmp, qmp}.c to monitor/{hmp, qmp}-cmds.c
> monitor: Create monitor-internal.h with common definitions
> monitor: Split out monitor/qmp.c
> monitor: Split out monitor/hmp.c
> monitor: Split out monitor/monitor.c
> monitor: Split Monitor.flags into separate bools
> monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()
> vl: Deprecate -mon pretty=... for HMP monitors
>
> Yury Kotov (1):
> monitor: Fix return type of monitor_fdset_dup_fd_find
Applied, thanks.
Please update the changelog at https://wiki.qemu.org/ChangeLog/4.1
for any user-visible changes.
-- PMM