On Fri, Apr 21, 2023 at 10:25 AM Michal Privoznik <[email protected]> wrote:
> The qemuDomainUpdateDeviceLive() accepts virDomainPtr as one of > its arguments, but use it only to get QEMU driver out of it. > Well, the only caller already done that and thus can pass it > *does > instead of virDomainPtr. > > This also makes it look like the rest of device hot(un-)plug > functions: qemuDomainAttachDeviceLive() and > qemuDomainUpdateDeviceLive(). > > Signed-off-by: Michal Privoznik <[email protected]> > --- > src/qemu/qemu_driver.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > Reviewed-by: Kristina Hanicova <[email protected]> Kristina
