From: BALATON Zoltan <balaton@eik.bme.hu>
To: qemu-devel@nongnu.org
Cc: Huacai Chen <chenhuacai@kernel.org>,
Gerd Hoffmann <kraxel@redhat.com>, Philippe M-D <f4bug@amsat.org>
Subject: [PATCH 0/4] Avoid using isa_get_irq in vt82c686 model
Date: Fri, 15 Oct 2021 03:06:20 +0200 [thread overview]
Message-ID: <cover.1634259980.git.balaton@eik.bme.hu> (raw)
Based-on: <cover.1634232746.git.balaton@eik.bme.hu>
This is on top of (v4-hw/usb/vt82c686-uhci-pci: Use ISA instead of
PCI) series and removes usage of isa_get_irq() from the usb and ide
functions. I managed to simplify it so it's not so bad but not sure if
it's much better either but maybe groups things a bit better this way.
Regards,
BALATON Zoltan
BALATON Zoltan (4):
vt82c686: Move common code to via_isa_realize
vt82c686: Add a method to VIA_ISA to raise ISA interrupts
hw/usb/vt82c686-uhci-pci: Avoid using isa_get_irq()
via-ide: Avoid using isa_get_irq()
hw/ide/via.c | 4 +-
hw/isa/vt82c686.c | 75 +++++++++++++++++++-------------------
hw/usb/vt82c686-uhci-pci.c | 3 +-
include/hw/isa/vt82c686.h | 4 ++
4 files changed, 45 insertions(+), 41 deletions(-)
--
2.21.4
next reply other threads:[~2021-10-15 1:18 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-15 1:06 BALATON Zoltan [this message]
2021-10-15 1:06 ` [PATCH 3/4] hw/usb/vt82c686-uhci-pci: Avoid using isa_get_irq() BALATON Zoltan
2021-10-17 16:24 ` Philippe Mathieu-Daudé
2021-10-15 1:06 ` [PATCH 1/4] vt82c686: Move common code to via_isa_realize BALATON Zoltan
2021-10-15 21:48 ` Jiaxun Yang
2021-10-17 16:22 ` Philippe Mathieu-Daudé
2021-10-15 1:06 ` [PATCH 4/4] via-ide: Avoid using isa_get_irq() BALATON Zoltan
2021-10-17 16:31 ` Philippe Mathieu-Daudé
2021-10-17 18:44 ` BALATON Zoltan
2021-10-17 20:28 ` Philippe Mathieu-Daudé
2021-10-17 20:34 ` BALATON Zoltan
2021-10-18 6:19 ` Gerd Hoffmann
2021-10-18 9:46 ` BALATON Zoltan
2021-10-17 19:39 ` BALATON Zoltan
2021-10-17 20:25 ` Philippe Mathieu-Daudé
2021-10-17 20:31 ` BALATON Zoltan
2021-10-15 1:06 ` [PATCH 2/4] vt82c686: Add a method to VIA_ISA to raise ISA interrupts BALATON Zoltan
2021-10-15 21:49 ` Jiaxun Yang
2021-10-17 16:23 ` Philippe Mathieu-Daudé
2021-10-15 9:16 ` [PATCH] via-ide: Set user_creatable to false BALATON Zoltan
2021-10-17 16:19 ` Philippe Mathieu-Daudé
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1634259980.git.balaton@eik.bme.hu \
--to=balaton@eik.bme.hu \
--cc=chenhuacai@kernel.org \
--cc=f4bug@amsat.org \
--cc=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.