On Fri, Apr 21, 2023 at 10:25 AM Michal Privoznik <[email protected]> wrote:
> The testQemuHotplugDetach() already does call > qemuDomainDetachDeviceLive() but only for some device types. For > the rest it reports an error (but only if running test > verbosely). This makes no sense. Just call > qemuDomainDetachDeviceLive() directly and drop > testQemuHotplugDetach(). > > Signed-off-by: Michal Privoznik <[email protected]> > --- > tests/qemuhotplugtest.c | 49 +---------------------------------------- > 1 file changed, 1 insertion(+), 48 deletions(-) > > Reviewed-by: Kristina Hanicova <[email protected]> Kristina
