Re: [PATCH 0/5] hw: Use PCI macros from 'hw/pci/pci.h'

2021-01-04 Thread Michael S. Tsirkin
On Sun, Jan 03, 2021 at 02:04:53PM +0100, Philippe Mathieu-Daudé wrote: > On 10/12/20 2:45 PM, Philippe Mathieu-Daudé wrote: > > Trivial patches using the generic PCI macros from "hw/pci/pci.h". > > > > Philippe Mathieu-Daudé (5): > > hw/pci-host/bonito: Make PCI_ADDR() macro more readable >

Re: [PATCH 0/5] hw: Use PCI macros from 'hw/pci/pci.h'

2021-01-03 Thread Philippe Mathieu-Daudé
On 10/12/20 2:45 PM, Philippe Mathieu-Daudé wrote: > Trivial patches using the generic PCI macros from "hw/pci/pci.h". > > Philippe Mathieu-Daudé (5): > hw/pci-host/bonito: Make PCI_ADDR() macro more readable > hw/pci-host: Use the PCI_BUILD_BDF() macro from 'hw/pci/pci.h' >

[PATCH 0/5] hw: Use PCI macros from 'hw/pci/pci.h'

2020-10-12 Thread Philippe Mathieu-Daudé
Trivial patches using the generic PCI macros from "hw/pci/pci.h". Philippe Mathieu-Daudé (5): hw/pci-host/bonito: Make PCI_ADDR() macro more readable hw/pci-host: Use the PCI_BUILD_BDF() macro from 'hw/pci/pci.h' hw/pci-host/uninorth: Use the PCI_FUNC() macro from 'hw/pci/pci.h' hw: Use