From: Fabiano Rosas <farosas@suse.de>
To: Christian Brauner <brauner@kernel.org>, qemu-devel@nongnu.org
Cc: "Markus Armbruster" <armbru@redhat.com>,
"Eric Blake" <eblake@redhat.com>,
"Laurent Vivier" <lvivier@redhat.com>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Thomas Huth" <th.huth+qemu@posteo.eu>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>,
"Daniel P. Berrangé" <berrange@redhat.com>,
"Christian Brauner" <brauner@kernel.org>
Subject: Re: [PATCH v4 4/5] tests/qtest: add tests for dynamic monitor add/remove
Date: Thu, 09 Apr 2026 10:01:43 -0300 [thread overview]
Message-ID: <875x605lu0.fsf@suse.de> (raw)
In-Reply-To: <20260409-work-qmp-monitor-hotplug-v4-4-89c4fdf69df1@kernel.org>
Christian Brauner <brauner@kernel.org> writes:
> Test the monitor-add, monitor-remove, and query-monitors QMP commands:
>
> - Basic lifecycle: chardev-add -> monitor-add -> query-monitors ->
> monitor-remove -> chardev-remove
> - Error: duplicate monitor id
> - Error: monitor-remove on nonexistent id
> - Error: monitor-add with nonexistent chardev
> - Error: second monitor on same chardev (chardev already in use)
> - Removal of CLI-created QMP monitor succeeds
> - Error: monitor-remove on HMP monitor
> - Re-add after remove: same id and chardev reusable after removal
>
> Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
next prev parent reply other threads:[~2026-04-09 13:03 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-09 7:18 [PATCH v4 0/5] monitor: add dynamic QMP monitor hotplug support Christian Brauner
2026-04-09 7:18 ` [PATCH v4 1/5] monitor: store monitor id in Monitor struct Christian Brauner
2026-04-09 7:18 ` [PATCH v4 2/5] monitor/qmp: add infrastructure for safe dynamic monitor removal Christian Brauner
2026-04-09 7:18 ` [PATCH v4 3/5] qapi: add monitor-add, monitor-remove, query-monitors commands Christian Brauner
2026-04-09 7:18 ` [PATCH v4 4/5] tests/qtest: add tests for dynamic monitor add/remove Christian Brauner
2026-04-09 13:01 ` Fabiano Rosas [this message]
2026-04-09 7:18 ` [PATCH v4 5/5] tests/functional: add e2e test for dynamic QMP monitor hotplug Christian Brauner
2026-04-09 19:43 ` [PATCH v4 0/5] monitor: add dynamic QMP monitor hotplug support Daniel P. Berrangé
2026-04-10 7:36 ` Christian Brauner
2026-04-10 16:25 ` Daniel P. Berrangé
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=875x605lu0.fsf@suse.de \
--to=farosas@suse.de \
--cc=armbru@redhat.com \
--cc=berrange@redhat.com \
--cc=brauner@kernel.org \
--cc=eblake@redhat.com \
--cc=lvivier@redhat.com \
--cc=pbonzini@redhat.com \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=th.huth+qemu@posteo.eu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.