El vie, 18-10-2019 a las 15:47 +0200, Philippe Mathieu-Daudé escribió: > We will move this code, fix its style first. > > Reviewed-by: Aleksandar Markovic <[email protected]> > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > --- > hw/pci-host/piix.c | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > > diff --git a/hw/pci-host/piix.c b/hw/pci-host/piix.c > index 95b04122fa..1544c4726b 100644 > --- a/hw/pci-host/piix.c > +++ b/hw/pci-host/piix.c > @@ -133,9 +133,10 @@ static PCIINTxRoute > piix3_route_intx_pin_to_irq(void *opaque, int pci_intx); > static void piix3_write_config_xen(PCIDevice *dev, > uint32_t address, uint32_t val, int > len); > > -/* return the global irq number corresponding to a given device irq > - pin. We could also use the bus number to have a more precise > - mapping. */ > +/* > + * Return the global irq number corresponding to a given device irq > + * pin. We could also use the bus number to have a more precise > mapping. > + */ > static int pci_slot_get_pirq(PCIDevice *pci_dev, int pci_intx) > { > int slot_addend; Reviewed-by: Esteban Bosse <[email protected]>
- [PATCH v2 18/20] hw/pci-host/piix: Extract PIIX3 f... Philippe Mathieu-Daudé
- [PATCH v2 07/20] piix4: Add a i8254 PIT Controller... Philippe Mathieu-Daudé
- [PATCH v2 20/20] hw/pci-host/i440fx: Remove the la... Philippe Mathieu-Daudé
- Re: [PATCH v2 20/20] hw/pci-host/i440fx: Remo... Aleksandar Markovic
- Re: [PATCH v2 20/20] hw/pci-host/i440fx: ... Philippe Mathieu-Daudé
- [PATCH v2 13/20] hw/pci-host/piix: Extract piix3_c... Philippe Mathieu-Daudé
- Re: [PATCH v2 13/20] hw/pci-host/piix: Extrac... Esteban Bosse
- [PATCH v2 15/20] hw/pci-host/piix: Define and use ... Philippe Mathieu-Daudé
- [PATCH v2 16/20] hw/pci-host/piix: Move i440FX dec... Philippe Mathieu-Daudé
- [PATCH v2 17/20] hw/pci-host/piix: Fix code style ... Philippe Mathieu-Daudé
- Re: [PATCH v2 17/20] hw/pci-host/piix: Fix co... Esteban Bosse
- Re: [PATCH v2 00/20] hw/i386/pc: Split PIIX3 south... no-reply
- Re: [PATCH v2 00/20] hw/i386/pc: Split PIIX3 south... Aleksandar Markovic
- Re: [PATCH v2 00/20] hw/i386/pc: Split PIIX3 south... Aleksandar Markovic
- Re: [PATCH v2 00/20] hw/i386/pc: Split PIIX3 ... Aleksandar Markovic
- Re: [PATCH v2 00/20] hw/i386/pc: Split PI... Philippe Mathieu-Daudé
- Re: [PATCH v2 00/20] hw/i386/pc: Spli... Aleksandar Markovic
