Re: [PATCH 1/9] monitor: uninline add_init_drive

2020-01-27 Thread Maxim Levitsky
On Wed, 2019-11-27 at 08:13 +0100, Markus Armbruster wrote: > Maxim Levitsky writes: > > > This is only used by hmp_drive_add. > > The code is just a bit shorter this way. > > > > No functional changes > > > > Signed-off-by: Maxim Levitsky > > --- > > device-hotplug.c | 33 +--

Re: [PATCH 1/9] monitor: uninline add_init_drive

2019-11-26 Thread Markus Armbruster
Maxim Levitsky writes: > This is only used by hmp_drive_add. > The code is just a bit shorter this way. > > No functional changes > > Signed-off-by: Maxim Levitsky > --- > device-hotplug.c | 33 + > 1 file changed, 13 insertions(+), 20 deletions(-) > > diff --git

[PATCH 1/9] monitor: uninline add_init_drive

2019-11-20 Thread Maxim Levitsky
This is only used by hmp_drive_add. The code is just a bit shorter this way. No functional changes Signed-off-by: Maxim Levitsky --- device-hotplug.c | 33 + 1 file changed, 13 insertions(+), 20 deletions(-) diff --git a/device-hotplug.c b/device-hotplug.c index