From: Daniel P. Berrange Date: Fri, 15 Jan 2010 16:59:23 +0000 (+0000) Subject: Remove obsolete comment in QEMU JSON code X-Git-Tag: v0.7.6~175 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a73fe5936230ec4095939082a288213f5e5714c;p=thirdparty%2Flibvirt.git Remove obsolete comment in QEMU JSON code * src/qemu/qemu_monitor_json.c: We fill in the PCI function number now, so remove obsolete XXX comment --- diff --git a/src/qemu/qemu_monitor_json.c b/src/qemu/qemu_monitor_json.c index e0a32257f8..ca3a159888 100644 --- a/src/qemu/qemu_monitor_json.c +++ b/src/qemu/qemu_monitor_json.c @@ -1203,7 +1203,6 @@ int qemuMonitorJSONAddUSBDeviceMatch(qemuMonitorPtr mon, } -/* XXX qemu also returns a 'function' number now */ static int qemuMonitorJSONGetGuestAddress(virJSONValuePtr reply, virDomainDevicePCIAddress *guestAddr)