qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v5 2/7] tests: Add virtio device initialization


From: Marc Marí
Subject: Re: [Qemu-devel] [PATCH v5 2/7] tests: Add virtio device initialization
Date: Mon, 18 Aug 2014 19:47:42 +0200

>El Mon, 18 Aug 2014 14:46:07 +0200
>Marc Marí <address@hidden> escribió:
> +void qvirtio_pci_device_enable(QVirtioPCIDevice *d)
> +{
> +    qpci_device_enable(d->pdev);
> +    d->addr = qpci_iomap(d->pdev, 0);
> +    g_assert(d->addr != NULL);
> +}
> +

qpci_iomap changed its prototype in one of the lastest pull requests.
qpci_iomap should have a NULL as third parameter. Will change in
next version.

Marc



reply via email to

[Prev in Thread] Current Thread [Next in Thread]