qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 3/9] monitor: move hmp_drive_del and hmp_commit to blockdev-h


From: Markus Armbruster
Subject: Re: [PATCH 3/9] monitor: move hmp_drive_del and hmp_commit to blockdev-hmp-cmds.c
Date: Wed, 27 Nov 2019 08:50:31 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)

Maxim Levitsky <address@hidden> writes:

> Signed-off-by: Maxim Levitsky <address@hidden>
> ---
>  blockdev-hmp-cmds.c | 97 ++++++++++++++++++++++++++++++++++++++++++++-
>  blockdev.c          | 95 --------------------------------------------
>  2 files changed, 96 insertions(+), 96 deletions(-)

hmp_drive_add() and hmp_drive_del() are now in the same .c, which feels
right.  Their declarations are still in separate .h.  Suggest to move
hmp_drive_add() from sysemu/sysemu.h to sysemu/blockdev.h.  Or maybe
create a separate .h for the block HMP stuff, just like you created a
separate .c.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]