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
This commit is contained in:
Daniel P. Berrange 2010-01-15 16:59:23 +00:00
parent d78554d884
commit 8a73fe5936

View File

@ -1203,7 +1203,6 @@ int qemuMonitorJSONAddUSBDeviceMatch(qemuMonitorPtr mon,
}
/* XXX qemu also returns a 'function' number now */
static int
qemuMonitorJSONGetGuestAddress(virJSONValuePtr reply,
virDomainDevicePCIAddress *guestAddr)