Re: [PATCH 00/11] QOM'ify PIIX3 southbridge

2022-07-26 Thread BB
Am 26. Juli 2022 16:53:03 MESZ schrieb "Michael S. Tsirkin" : >On Wed, Jul 13, 2022 at 10:17:24AM +0200, Bernhard Beschow wrote: >> Similar to PIIX4 this series QOM'ifies internal device creation for PIIX3. >> This reduces the delta between the implementations of PIIX3 and PIIX4 and >> therefore

Re: [PATCH for-7.1] hw/mips/malta: turn off x86 specific features of PIIX4_PM

2022-08-04 Thread BB
Am 3. August 2022 20:00:18 MESZ schrieb Peter Maydell : >On Wed, 3 Aug 2022 at 18:26, Bernhard Beschow wrote: >> >> On Tue, Aug 2, 2022 at 8:37 AM Philippe Mathieu-Daudé via >> wrote: >>> >>> On 28/7/22 15:16, Igor Mammedov wrote: >>> > On Thu, 28 Jul 2022 13:29:07 +0100 >>> > Peter Maydell

Re: [PATCH for-7.1] hw/mips/malta: turn off x86 specific features of PIIX4_PM

2022-08-08 Thread BB
Am 8. August 2022 14:15:40 MESZ schrieb Igor Mammedov : >On Wed, 3 Aug 2022 19:26:30 +0200 >Bernhard Beschow wrote: > >> On Tue, Aug 2, 2022 at 8:37 AM Philippe Mathieu-Daudé via < >> qemu-devel@nongnu.org> wrote: >> >> > On 28/7/22 15:16, Igor Mammedov wrote: >> > > On Thu, 28 Jul 2022 13:2

Re: [PATCH for-7.1] hw/mips/malta: turn off x86 specific features of PIIX4_PM

2022-08-08 Thread BB
Am 8. August 2022 20:02:50 MESZ schrieb Peter Maydell : >On Mon, 8 Aug 2022 at 18:57, BB wrote: >> Am 8. August 2022 14:15:40 MESZ schrieb Igor Mammedov : >> >On Wed, 3 Aug 2022 19:26:30 +0200 >> >While refactoring we should keep migration stream compatible with

Re: [PATCH v2 05/22] hw/ppc/pnv: Determine ns16550's IRQ number from QOM property

2022-02-26 Thread BB
Hi Cédric, Am 26. Februar 2022 11:24:03 UTC schrieb "Cédric Le Goater" : >Hello, > >On 2/22/22 20:34, Bernhard Beschow wrote: >> Determine the IRQ number in the same way as for isa-ipmi-bt. This resolves >> the last usage of ISADevice::isairq[] which allows it to be removed. >> >> Signed-off-by:

Re: [PATCH 3/3] isa/piix4: Resolve global variables

2022-02-09 Thread BB
Am 30. Januar 2022 23:53:42 MEZ schrieb "Philippe Mathieu-Daudé" : >On 14/1/22 14:36, Peter Maydell wrote: >> On Wed, 12 Jan 2022 at 22:02, Bernhard Beschow wrote: >>> >>> Now that piix4_set_irq's opaque parameter references own PIIX4State, >>> piix4_dev becomes redundant and pci_irq_levels can b

Re: [PATCH v2 5/5] isa/piix4: Resolve redundant i8259[] attribute

2022-02-12 Thread BB
Am 12. Februar 2022 14:19:51 MEZ schrieb BALATON Zoltan : >On Sat, 12 Feb 2022, Bernhard Beschow wrote: >> This is a follow-up on patch "malta: Move PCI interrupt handling from >> gt64xxx to piix4" where i8259[] was moved from MaltaState to PIIX4State >> to make the code movement more obvious. H

Re: [PATCH v2 4/5] isa/piix4: Fix PCI IRQ levels to be preserved in VMState

2022-02-12 Thread BB
Am 12. Februar 2022 19:30:43 MEZ schrieb Peter Maydell : >On Sat, 12 Feb 2022 at 17:02, BALATON Zoltan wrote: >> >> On Sat, 12 Feb 2022, Peter Maydell wrote: >> > On Sat, 12 Feb 2022 at 13:42, BALATON Zoltan wrote: >> >> By the way the corresponding member in struct PIIXState in >> >> include

Re: [PATCH 4/9] hw/isa/vt82c686: QOM'ify via-ide creation

2022-08-29 Thread BB
Am 25. August 2022 01:18:56 MESZ schrieb BALATON Zoltan : >On Thu, 25 Aug 2022, Bernhard Beschow wrote: >> On Wed, Aug 24, 2022 at 3:54 PM BALATON Zoltan wrote: >>> On Tue, 23 Aug 2022, Bernhard Beschow wrote: The IDE function is closely tied to the ISA function (e.g. the IDE interrup

Re: [PATCH 8/9] hw/isa/vt82c686: QOM'ify RTC creation

2022-08-29 Thread BB
Am 24. August 2022 01:23:14 MESZ schrieb BALATON Zoltan : >On Tue, 23 Aug 2022, Bernhard Beschow wrote: >> On Tue, Aug 23, 2022 at 2:20 AM BALATON Zoltan wrote: >>> On Tue, 23 Aug 2022, Bernhard Beschow wrote: Signed-off-by: Bernhard Beschow --- hw/isa/vt82c686.c | 12 ++

Re: [PATCH 8/9] hw/isa/vt82c686: QOM'ify RTC creation

2022-08-29 Thread BB
Am 29. August 2022 19:50:10 MESZ schrieb BALATON Zoltan : >On Mon, 29 Aug 2022, BB wrote: >> Am 24. August 2022 01:23:14 MESZ schrieb BALATON Zoltan : >>> On Tue, 23 Aug 2022, Bernhard Beschow wrote: >>>> On Tue, Aug 23, 2022 at 2:20 AM BALATON Zoltan wrote: >&

Re: [PATCH 4/9] hw/isa/vt82c686: QOM'ify via-ide creation

2022-08-29 Thread BB
Am 29. August 2022 19:04:06 MESZ schrieb BALATON Zoltan : >On Mon, 29 Aug 2022, BB wrote: >> Am 25. August 2022 01:18:56 MESZ schrieb BALATON Zoltan : >>> On Thu, 25 Aug 2022, Bernhard Beschow wrote: >>>> On Wed, Aug 24, 2022 at 3:54 PM BALATON Zoltan wrote: >&

Re: [PATCH 4/9] hw/isa/vt82c686: QOM'ify via-ide creation

2022-08-30 Thread BB
Am 29. August 2022 20:12:21 MESZ schrieb BB : > > >Am 29. August 2022 19:04:06 MESZ schrieb BALATON Zoltan : >>On Mon, 29 Aug 2022, BB wrote: >>> Am 25. August 2022 01:18:56 MESZ schrieb BALATON Zoltan >>> : >>>> On Thu, 25 Aug 2022, Bernhard Besc

Re: [PATCH v2 06/10] hw/isa/vt82c686: Instantiate USB functions in host device

2022-08-31 Thread BB
Am 31. August 2022 00:33:33 MESZ schrieb BALATON Zoltan : >On Tue, 30 Aug 2022, Bernhard Beschow wrote: >> The USB functions can be enabled/disabled through the ISA function. Also >> its interrupt routing can be influenced there. >> >> Signed-off-by: Bernhard Beschow >> --- >> hw/isa/vt82c686.

Re: [PATCH v2 07/10] hw/isa/vt82c686: Instantiate PM function in host device

2022-08-31 Thread BB
Am 31. August 2022 00:39:22 MESZ schrieb BALATON Zoltan : >On Tue, 30 Aug 2022, Bernhard Beschow wrote: >> The PM controller has activity bits which monitor activity of other >> built-in devices in the host device. >> >> Signed-off-by: Bernhard Beschow >> --- >> hw/isa/vt82c686.c | 12

Re: [PATCH v3 05/10] hw/isa/vt82c686: Instantiate IDE function in host device

2022-08-31 Thread BB
Am 31. August 2022 15:12:26 MESZ schrieb BALATON Zoltan : >On Wed, 31 Aug 2022, Bernhard Beschow wrote: >> The IDE function is closely tied to the ISA function (e.g. the IDE >> interrupt routing happens there), so it makes sense that the IDE >> function is instantiated within the south bridge it

Re: [PATCH v3 06/10] hw/isa/vt82c686: Instantiate USB functions in host device

2022-08-31 Thread BB
Am 31. August 2022 15:23:37 MESZ schrieb BALATON Zoltan : >On Wed, 31 Aug 2022, Bernhard Beschow wrote: >> The USB functions can be enabled/disabled through the ISA function. Also >> its interrupt routing can be influenced there. >> >> Signed-off-by: Bernhard Beschow >> --- >> hw/isa/vt82c686.

Re: [PATCH v3 08/10] hw/isa/vt82c686: Instantiate AC97 and MC97 functions in host device

2022-08-31 Thread BB
Am 31. August 2022 15:24:28 MESZ schrieb BALATON Zoltan : >On Wed, 31 Aug 2022, Bernhard Beschow wrote: >> The AC97 function's wakeup status is wired to the PM function and both >> the AC97 and MC97 interrupt routing is determined by the ISA function. >> >> Signed-off-by: Bernhard Beschow >> -

Re: [PATCH v3 06/10] hw/isa/vt82c686: Instantiate USB functions in host device

2022-08-31 Thread BB
Am 31. August 2022 17:03:35 MESZ schrieb BALATON Zoltan : >On Wed, 31 Aug 2022, BB wrote: >> Am 31. August 2022 15:23:37 MESZ schrieb BALATON Zoltan : >>> On Wed, 31 Aug 2022, Bernhard Beschow wrote: >>>> The USB functions can be enabled/disabled through t

Re: [PULL 06/35] hw/acpi: refactor acpi hp modules so that targets can just use what they need

2022-07-21 Thread BB
On July 21, 2022 12:13:06 AM GMT+02:00, Ani Sinha wrote: > > >On Wed, 20 Jul 2022, Peter Maydell wrote: > >> On Wed, 20 Jul 2022 at 19:37, Ani Sinha wrote: >> > >> > >> > >> > On Tue, 19 Jul 2022, Peter Maydell wrote: >> > >> > > On Sat, 4 Sept 2021 at 22:36, Michael S. Tsirkin wrote: >> > >