Re: [PATCH v1 6/9] hw/virtio/pci: include vdev name in registered PCI sections

2020-06-04 Thread Michael S. Tsirkin
On Tue, Jun 02, 2020 at 04:46:21PM +0100, Alex Bennée wrote: > When viewing/debugging memory regions it is sometimes hard to figure > out which PCI device something belongs to. Make the names unique by > including the vdev name in the name string. > > Signed-off-by: Alex Bennée Reviewed-by:

Re: [PATCH v1 6/9] hw/virtio/pci: include vdev name in registered PCI sections

2020-06-02 Thread Philippe Mathieu-Daudé
On 6/2/20 5:46 PM, Alex Bennée wrote: > When viewing/debugging memory regions it is sometimes hard to figure > out which PCI device something belongs to. Make the names unique by > including the vdev name in the name string. > > Signed-off-by: Alex Bennée > --- > hw/virtio/virtio-pci.c | 21

[PATCH v1 6/9] hw/virtio/pci: include vdev name in registered PCI sections

2020-06-02 Thread Alex Bennée
When viewing/debugging memory regions it is sometimes hard to figure out which PCI device something belongs to. Make the names unique by including the vdev name in the name string. Signed-off-by: Alex Bennée --- hw/virtio/virtio-pci.c | 21 + 1 file changed, 13