Re: [PATCH resend] PCI: QEMU top-level IDs for (sub)vendor & device

2016-03-08 Thread Bjorn Helgaas
On Sun, Mar 06, 2016 at 10:02:30PM +, Robin H. Johnson wrote: > Introduce PCI_VENDOR/PCI_SUBVENDOR/PCI_SUBDEVICE defines to replace the > constants scattered in the kernel already used to detect QEMU. > > They are defined in the QEMU codebase per docs/specs/pci-ids.txt. > > Signed-off-by:

Re: [PATCH resend] PCI: QEMU top-level IDs for (sub)vendor & device

2016-03-08 Thread Bjorn Helgaas
On Sun, Mar 06, 2016 at 10:02:30PM +, Robin H. Johnson wrote: > Introduce PCI_VENDOR/PCI_SUBVENDOR/PCI_SUBDEVICE defines to replace the > constants scattered in the kernel already used to detect QEMU. > > They are defined in the QEMU codebase per docs/specs/pci-ids.txt. > > Signed-off-by:

Re: [PATCH resend] PCI: QEMU top-level IDs for (sub)vendor & device

2016-03-06 Thread Daniel Vetter
On Mon, Mar 07, 2016 at 12:09:51AM +0200, Michael S. Tsirkin wrote: > On Sun, Mar 06, 2016 at 10:02:30PM +, Robin H. Johnson wrote: > > Introduce PCI_VENDOR/PCI_SUBVENDOR/PCI_SUBDEVICE defines to replace the > > constants scattered in the kernel already used to detect QEMU. > > > > They are

Re: [PATCH resend] PCI: QEMU top-level IDs for (sub)vendor & device

2016-03-06 Thread Daniel Vetter
On Mon, Mar 07, 2016 at 12:09:51AM +0200, Michael S. Tsirkin wrote: > On Sun, Mar 06, 2016 at 10:02:30PM +, Robin H. Johnson wrote: > > Introduce PCI_VENDOR/PCI_SUBVENDOR/PCI_SUBDEVICE defines to replace the > > constants scattered in the kernel already used to detect QEMU. > > > > They are

Re: [PATCH resend] PCI: QEMU top-level IDs for (sub)vendor & device

2016-03-06 Thread Michael S. Tsirkin
On Sun, Mar 06, 2016 at 10:02:30PM +, Robin H. Johnson wrote: > Introduce PCI_VENDOR/PCI_SUBVENDOR/PCI_SUBDEVICE defines to replace the > constants scattered in the kernel already used to detect QEMU. > > They are defined in the QEMU codebase per docs/specs/pci-ids.txt. > > Signed-off-by:

Re: [PATCH resend] PCI: QEMU top-level IDs for (sub)vendor & device

2016-03-06 Thread Michael S. Tsirkin
On Sun, Mar 06, 2016 at 10:02:30PM +, Robin H. Johnson wrote: > Introduce PCI_VENDOR/PCI_SUBVENDOR/PCI_SUBDEVICE defines to replace the > constants scattered in the kernel already used to detect QEMU. > > They are defined in the QEMU codebase per docs/specs/pci-ids.txt. > > Signed-off-by:

[PATCH resend] PCI: QEMU top-level IDs for (sub)vendor & device

2016-03-06 Thread Robin H. Johnson
Introduce PCI_VENDOR/PCI_SUBVENDOR/PCI_SUBDEVICE defines to replace the constants scattered in the kernel already used to detect QEMU. They are defined in the QEMU codebase per docs/specs/pci-ids.txt. Signed-off-by: Robin H. Johnson Reviewed-by: Takashi Iwai

[PATCH resend] PCI: QEMU top-level IDs for (sub)vendor & device

2016-03-06 Thread Robin H. Johnson
Introduce PCI_VENDOR/PCI_SUBVENDOR/PCI_SUBDEVICE defines to replace the constants scattered in the kernel already used to detect QEMU. They are defined in the QEMU codebase per docs/specs/pci-ids.txt. Signed-off-by: Robin H. Johnson Reviewed-by: Takashi Iwai Reviewed-by: Gerd Hoffmann ---