Re: [Qemu-devel] [RFC v3 04/10] vfio: simplifed DPRINTF calls using device name

2014-06-25 Thread Alexander Graf
On 02.06.14 09:49, Eric Auger wrote: This patch gets benefit from the new VFIODevice name field. Occurences of DPRINTF("%s(%04x:%02x:%02x.%x) ...", __func__, vdev->host.domain, vdev->host.bus, vdev->host.slot, vdev->host.function, ...) are replaced by DPRINTF("%s(%s ...", __func__, vde

[Qemu-devel] [RFC v3 04/10] vfio: simplifed DPRINTF calls using device name

2014-06-02 Thread Eric Auger
This patch gets benefit from the new VFIODevice name field. Occurences of DPRINTF("%s(%04x:%02x:%02x.%x) ...", __func__, vdev->host.domain, vdev->host.bus, vdev->host.slot, vdev->host.function, ...) are replaced by DPRINTF("%s(%s ...", __func__, vdev->vdev.name, ...). name is built using