[PULL 0/1] Monitor patches patches for 2021-11-10

Markus Armbruster posted 1 patch 2 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211110054541.2368410-1-armbru@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>
include/qom/object.h   | 12 ++++++++++++
qom/object.c           | 11 +++++++++++
softmmu/qdev-monitor.c |  8 +-------
3 files changed, 24 insertions(+), 7 deletions(-)
[PULL 0/1] Monitor patches patches for 2021-11-10
Posted by Markus Armbruster 2 years, 6 months ago
The following changes since commit 0a70bcf18caf7a61d480f8448723c15209d128ef:

  Update version for v6.2.0-rc0 release (2021-11-09 18:22:57 +0100)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-monitor-2021-11-10

for you to fetch changes up to 1bf4d3294bd48b702530b131e3344860495425fd:

  monitor: Fix find_device_state() for IDs containing slashes (2021-11-10 06:14:51 +0100)

----------------------------------------------------------------
Monitor patches patches for 2021-11-10

----------------------------------------------------------------
Markus Armbruster (1):
      monitor: Fix find_device_state() for IDs containing slashes

 include/qom/object.h   | 12 ++++++++++++
 qom/object.c           | 11 +++++++++++
 softmmu/qdev-monitor.c |  8 +-------
 3 files changed, 24 insertions(+), 7 deletions(-)

-- 
2.31.1


Re: [PULL 0/1] Monitor patches patches for 2021-11-10
Posted by Richard Henderson 2 years, 6 months ago
On 11/10/21 6:45 AM, Markus Armbruster wrote:
> The following changes since commit 0a70bcf18caf7a61d480f8448723c15209d128ef:
> 
>    Update version for v6.2.0-rc0 release (2021-11-09 18:22:57 +0100)
> 
> are available in the Git repository at:
> 
>    git://repo.or.cz/qemu/armbru.git tags/pull-monitor-2021-11-10
> 
> for you to fetch changes up to 1bf4d3294bd48b702530b131e3344860495425fd:
> 
>    monitor: Fix find_device_state() for IDs containing slashes (2021-11-10 06:14:51 +0100)
> 
> ----------------------------------------------------------------
> Monitor patches patches for 2021-11-10
> 
> ----------------------------------------------------------------
> Markus Armbruster (1):
>        monitor: Fix find_device_state() for IDs containing slashes
> 
>   include/qom/object.h   | 12 ++++++++++++
>   qom/object.c           | 11 +++++++++++
>   softmmu/qdev-monitor.c |  8 +-------
>   3 files changed, 24 insertions(+), 7 deletions(-)

Applied, thanks.

r~