Re: [PATCH v2 09/11] hw/virtio/pci: include vdev name in registered PCI sections

2020-07-14 Thread Philippe Mathieu-Daudé
On 7/14/20 11:07 AM, Michael S. Tsirkin wrote: > On Mon, Jul 13, 2020 at 09:04:13PM +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 stri

Re: [PATCH v2 09/11] hw/virtio/pci: include vdev name in registered PCI sections

2020-07-14 Thread Michael S. Tsirkin
On Mon, Jul 13, 2020 at 09:04:13PM +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: P

[PATCH v2 09/11] hw/virtio/pci: include vdev name in registered PCI sections

2020-07-13 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 Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Michael S. Tsirkin --- v2 - swap ()