On Thu, Jun 19, 2014 at 12:24:13AM +0800, Amos Kong wrote:
> +    for (i = MIN_PCI_SLOT; i <= MAX_PCI_SLOT; i++) {
> +        for (j = MAX_PCI_FUNC; j >= 0; j--) {
> +            if (j == MAX_PCI_FUNC) {
> +                qmp_exec_hmp_cmd("", "drive_del drv-%x.%x", i, 0);
> +            }

Why is only drv-%x.0 deleted?  Previous revisions of this patch series
deleted all drives.

Stefan

Attachment: pgplHNmRvvs9g.pgp
Description: PGP signature

Reply via email to