Re: [Qemu-devel] [PATCH v2 5/5] pci: Validate interfaces on base_class_init

2017-09-28 Thread Marcel Apfelbaum
On 27/09/2017 22:56, Eduardo Habkost wrote: Make sure we don't forget to add the Conventional PCI or PCI Express interface names on PCI device classes in the future. Signed-off-by: Eduardo Habkost --- Changes v1 -> v2: * s/legacy/conventional/ * Suggested-by: Alex Williamson --- hw/pci/pc

Re: [Qemu-devel] [PATCH v2 5/5] pci: Validate interfaces on base_class_init

2017-09-27 Thread David Gibson
On Wed, Sep 27, 2017 at 04:56:35PM -0300, Eduardo Habkost wrote: > Make sure we don't forget to add the Conventional PCI or PCI > Express interface names on PCI device classes in the future. > > Signed-off-by: Eduardo Habkost Revieed-by: David Gibson > --- > Changes v1 -> v2: > * s/legacy/conv

[Qemu-devel] [PATCH v2 5/5] pci: Validate interfaces on base_class_init

2017-09-27 Thread Eduardo Habkost
Make sure we don't forget to add the Conventional PCI or PCI Express interface names on PCI device classes in the future. Signed-off-by: Eduardo Habkost --- Changes v1 -> v2: * s/legacy/conventional/ * Suggested-by: Alex Williamson --- hw/pci/pci.c | 12 1 file changed, 12 insert