Re: [Qemu-devel] [PATCH v3 00/16] piix4: cleanup and improvements

2018-01-05 Thread Philippe Mathieu-Daudé
>> This patchset is a cleanup of the PIIX4 PCI-ISA bridge. Lots of devices >> are moved from MIPS Malta board (which has a PIIX4) to PIIX4, where devices >> belong. This lets us reuse PIIX4 in other machines, while not loosing any >> functionality. >> >> Last patch allows adding a new PIIX4 device

Re: [Qemu-devel] [PATCH v3 00/16] piix4: cleanup and improvements

2018-01-05 Thread Paolo Bonzini
On 29/12/2017 15:29, Hervé Poussineau wrote: > Hi, > > This patchset is a cleanup of the PIIX4 PCI-ISA bridge. Lots of devices > are moved from MIPS Malta board (which has a PIIX4) to PIIX4, where devices > belong. This lets us reuse PIIX4 in other machines, while not loosing any > functionality.

Re: [Qemu-devel] [PATCH v3 00/16] piix4: cleanup and improvements

2018-01-04 Thread Michael S. Tsirkin
On Fri, Dec 29, 2017 at 03:29:06PM +0100, Hervé Poussineau wrote: > Hi, > > This patchset is a cleanup of the PIIX4 PCI-ISA bridge. Lots of devices > are moved from MIPS Malta board (which has a PIIX4) to PIIX4, where devices > belong. This lets us reuse PIIX4 in other machines, while not loosing

[Qemu-devel] [PATCH v3 00/16] piix4: cleanup and improvements

2017-12-29 Thread Hervé Poussineau
Hi, This patchset is a cleanup of the PIIX4 PCI-ISA bridge. Lots of devices are moved from MIPS Malta board (which has a PIIX4) to PIIX4, where devices belong. This lets us reuse PIIX4 in other machines, while not loosing any functionality. Last patch allows adding a new PIIX4 device directly fro