Re: [PATCH 2/2] hw/isa/vt82c686.c: Embed i8259 irq in device state instead of allocating

2024-07-04 Thread Bernhard Beschow
Am 3. Juli 2024 11:13:08 UTC schrieb BALATON Zoltan : >On Wed, 3 Jul 2024, Bernhard Beschow wrote: >> Am 3. Juli 2024 00:09:45 UTC schrieb BALATON Zoltan : >>> On Tue, 2 Jul 2024, Bernhard Beschow wrote: Am 2. Juli 2024 18:42:23 UTC schrieb Bernhard Beschow : > Am 1. Juli 2024 12:58:15

Re: [PATCH 2/2] hw/isa/vt82c686.c: Embed i8259 irq in device state instead of allocating

2024-07-03 Thread BALATON Zoltan
On Wed, 3 Jul 2024, Bernhard Beschow wrote: Am 3. Juli 2024 00:09:45 UTC schrieb BALATON Zoltan : On Tue, 2 Jul 2024, Bernhard Beschow wrote: Am 2. Juli 2024 18:42:23 UTC schrieb Bernhard Beschow : Am 1. Juli 2024 12:58:15 UTC schrieb Peter Maydell : On Sat, 29 Jun 2024 at 21:01, BALATON Zolt

Re: [PATCH 2/2] hw/isa/vt82c686.c: Embed i8259 irq in device state instead of allocating

2024-07-03 Thread Bernhard Beschow
Am 3. Juli 2024 00:09:45 UTC schrieb BALATON Zoltan : >On Tue, 2 Jul 2024, Bernhard Beschow wrote: >> Am 2. Juli 2024 18:42:23 UTC schrieb Bernhard Beschow : >>> Am 1. Juli 2024 12:58:15 UTC schrieb Peter Maydell >>> : On Sat, 29 Jun 2024 at 21:01, BALATON Zoltan wrote: > > To av

Re: [PATCH 2/2] hw/isa/vt82c686.c: Embed i8259 irq in device state instead of allocating

2024-07-02 Thread BALATON Zoltan
On Tue, 2 Jul 2024, Bernhard Beschow wrote: Am 2. Juli 2024 18:42:23 UTC schrieb Bernhard Beschow : Am 1. Juli 2024 12:58:15 UTC schrieb Peter Maydell : On Sat, 29 Jun 2024 at 21:01, BALATON Zoltan wrote: To avoid a warning about unfreed qemu_irq embed the i8259 irq in the device state inste

Re: [PATCH 2/2] hw/isa/vt82c686.c: Embed i8259 irq in device state instead of allocating

2024-07-02 Thread Bernhard Beschow
Am 2. Juli 2024 18:42:23 UTC schrieb Bernhard Beschow : > > >Am 1. Juli 2024 12:58:15 UTC schrieb Peter Maydell : >>On Sat, 29 Jun 2024 at 21:01, BALATON Zoltan wrote: >>> >>> To avoid a warning about unfreed qemu_irq embed the i8259 irq in the >>> device state instead of allocating it. >>> >>>

Re: [PATCH 2/2] hw/isa/vt82c686.c: Embed i8259 irq in device state instead of allocating

2024-07-02 Thread Bernhard Beschow
Am 1. Juli 2024 12:58:15 UTC schrieb Peter Maydell : >On Sat, 29 Jun 2024 at 21:01, BALATON Zoltan wrote: >> >> To avoid a warning about unfreed qemu_irq embed the i8259 irq in the >> device state instead of allocating it. >> >> Signed-off-by: BALATON Zoltan >> --- >> hw/isa/vt82c686.c | 7 ++

Re: [PATCH 2/2] hw/isa/vt82c686.c: Embed i8259 irq in device state instead of allocating

2024-07-02 Thread Bernhard Beschow
Am 29. Juni 2024 20:01:54 UTC schrieb BALATON Zoltan : >To avoid a warning about unfreed qemu_irq embed the i8259 irq in the >device state instead of allocating it. > >Signed-off-by: BALATON Zoltan >--- > hw/isa/vt82c686.c | 7 --- > 1 file changed, 4 insertions(+), 3 deletions(-) > >diff --

Re: [PATCH 2/2] hw/isa/vt82c686.c: Embed i8259 irq in device state instead of allocating

2024-07-01 Thread Mark Cave-Ayland
On 01/07/2024 13:58, Peter Maydell wrote: On Sat, 29 Jun 2024 at 21:01, BALATON Zoltan wrote: To avoid a warning about unfreed qemu_irq embed the i8259 irq in the device state instead of allocating it. Signed-off-by: BALATON Zoltan --- hw/isa/vt82c686.c | 7 --- 1 file changed, 4 ins

Re: [PATCH 2/2] hw/isa/vt82c686.c: Embed i8259 irq in device state instead of allocating

2024-07-01 Thread BALATON Zoltan
On Mon, 1 Jul 2024, Peter Maydell wrote: On Sat, 29 Jun 2024 at 21:01, BALATON Zoltan wrote: To avoid a warning about unfreed qemu_irq embed the i8259 irq in the device state instead of allocating it. Signed-off-by: BALATON Zoltan --- hw/isa/vt82c686.c | 7 --- 1 file changed, 4 inserti

Re: [PATCH 2/2] hw/isa/vt82c686.c: Embed i8259 irq in device state instead of allocating

2024-07-01 Thread Peter Maydell
On Sat, 29 Jun 2024 at 21:01, BALATON Zoltan wrote: > > To avoid a warning about unfreed qemu_irq embed the i8259 irq in the > device state instead of allocating it. > > Signed-off-by: BALATON Zoltan > --- > hw/isa/vt82c686.c | 7 --- > 1 file changed, 4 insertions(+), 3 deletions(-) > > dif

[PATCH 2/2] hw/isa/vt82c686.c: Embed i8259 irq in device state instead of allocating

2024-06-29 Thread BALATON Zoltan
To avoid a warning about unfreed qemu_irq embed the i8259 irq in the device state instead of allocating it. Signed-off-by: BALATON Zoltan --- hw/isa/vt82c686.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hw/isa/vt82c686.c b/hw/isa/vt82c686.c index 8582ac0322..83405