[PATCH 2/2] qerror: QERR_DEVICE_IN_USE is no longer used, drop

Markus Armbruster posted 2 patches 8 months, 3 weeks ago
Maintainers: Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Markus Armbruster <armbru@redhat.com>
[PATCH 2/2] qerror: QERR_DEVICE_IN_USE is no longer used, drop
Posted by Markus Armbruster 8 months, 3 weeks ago
Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
 include/qapi/qmp/qerror.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/qapi/qmp/qerror.h b/include/qapi/qmp/qerror.h
index 8dd9fcb071..0c2689cf8a 100644
--- a/include/qapi/qmp/qerror.h
+++ b/include/qapi/qmp/qerror.h
@@ -23,9 +23,6 @@
 #define QERR_DEVICE_HAS_NO_MEDIUM \
     "Device '%s' has no medium"
 
-#define QERR_DEVICE_IN_USE \
-    "Device '%s' is in use"
-
 #define QERR_DEVICE_NO_HOTPLUG \
     "Device '%s' does not support hotplugging"
 
-- 
2.44.0
Re: [PATCH 2/2] qerror: QERR_DEVICE_IN_USE is no longer used, drop
Posted by Philippe Mathieu-Daudé 8 months, 3 weeks ago
On 6/3/24 14:10, Markus Armbruster wrote:
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> ---
>   include/qapi/qmp/qerror.h | 3 ---
>   1 file changed, 3 deletions(-)
> 
> diff --git a/include/qapi/qmp/qerror.h b/include/qapi/qmp/qerror.h
> index 8dd9fcb071..0c2689cf8a 100644
> --- a/include/qapi/qmp/qerror.h
> +++ b/include/qapi/qmp/qerror.h
> @@ -23,9 +23,6 @@
>   #define QERR_DEVICE_HAS_NO_MEDIUM \
>       "Device '%s' has no medium"
>   
> -#define QERR_DEVICE_IN_USE \
> -    "Device '%s' is in use"

\o/

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>