[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 4/5] tests/unit/test-io-task: Rename "qemu:dummy" to avoid
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH v2 4/5] tests/unit/test-io-task: Rename "qemu:dummy" to avoid colon in the name |
Date: |
Thu, 16 Nov 2023 13:25:26 +0000 |
User-agent: |
Mutt/2.2.10 (2023-03-25) |
On Thu, Nov 16, 2023 at 02:14:53PM +0100, Thomas Huth wrote:
> Type names should not contain special characters like ":" (so that
> they are easier to use with QAPI and other parts). We are going to
> forbid such names in an upcoming patch. Thus let's replace the ":"
> here with a "-".
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> tests/unit/test-io-task.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
- [PATCH v2 0/5] Limit type names to alphanumerical and some few special characters, Thomas Huth, 2023/11/16
- [PATCH v2 1/5] docs/system/arm: Fix for rename of type "xlnx.bbram-ctrl", Thomas Huth, 2023/11/16
- [PATCH v2 2/5] hw: Replace anti-social QOM type names (again), Thomas Huth, 2023/11/16
- [PATCH v2 3/5] memory: Remove "qemu:" prefix from the "qemu:ram-discard-manager" type name, Thomas Huth, 2023/11/16
- [PATCH v2 4/5] tests/unit/test-io-task: Rename "qemu:dummy" to avoid colon in the name, Thomas Huth, 2023/11/16
- [PATCH v2 5/5] qom/object: Limit type names to alphanumerical and some few special characters, Thomas Huth, 2023/11/16