Re: [PATCH v3 5/5] pci-ids: document modern virtio-pci ids in pci.h too

2022-10-04 Thread Eric Auger
Hi Gerd, On 10/4/22 13:21, Gerd Hoffmann wrote: > While being at it add a #define for the magic 0x1040 number. > > Signed-off-by: Gerd Hoffmann Reviewed-by: Eric Auger Thanks Eric > --- > include/hw/pci/pci.h | 10 ++ > hw/virtio/virtio-pci.c | 2 +- > 2 files changed, 11 insertion

[PATCH v3 5/5] pci-ids: document modern virtio-pci ids in pci.h too

2022-10-04 Thread Gerd Hoffmann
While being at it add a #define for the magic 0x1040 number. Signed-off-by: Gerd Hoffmann --- include/hw/pci/pci.h | 10 ++ hw/virtio/virtio-pci.c | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/include/hw/pci/pci.h b/include/hw/pci/pci.h index 42c83cb5ed00..d1a