From 2717c3417abe9034c7ec6df1b2f0d5d1a289551c Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Mon, 16 Sep 2019 16:18:21 +0200 Subject: [PATCH] qemu: Remove stale comment for qemuDomainBlockStats MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We no longer use HMP for this API. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- src/qemu/qemu_driver.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c index db4b39dc9e..5dd31ebf16 100644 --- a/src/qemu/qemu_driver.c +++ b/src/qemu/qemu_driver.c @@ -11549,10 +11549,6 @@ qemuDomainBlocksStatsGather(virQEMUDriverPtr driver, } -/* This uses the 'info blockstats' monitor command which was - * integrated into both qemu & kvm in late 2007. If the command is - * not supported we detect this and return the appropriate error. - */ static int qemuDomainBlockStats(virDomainPtr dom, const char *path, -- GitLab