From: BALATON Zoltan via <qemu-devel@nongnu.org>
To: qemu-devel@nongnu.org
Cc: Huacai Chen <chenhuacai@kernel.org>, f4bug@amsat.org
Subject: [PATCH 0/7] vt82c686b clean ups - part II
Date: Tue, 29 Dec 2020 23:50:53 +0100 [thread overview]
Message-ID: <cover.1609282253.git.balaton@eik.bme.hu> (raw)
This is continuing cleaning up the vt82c686b model with the aim to add
vt8231 emulation without too much duplication, reusing or fixing the
existing model where possible. (DISCALIMER: It does not aim to fix all
existing bugs or make the model perfectly emulate the real chip.) This
series continues general clean up and finishes the power management
part. It is based on previous series and also needs Bonito fix
(currently tested with Jiaxun's proposal).
Still to go are superio and isa bridge parts that will be addressed in
some later series but this and previous series could be merged so far
independently of those future series so I'd appreciate if this could
be reviewed and merged to keep outstanding patches managable.
I can submit this and previous series together as one series if that
helps.
Regards,
BALATON Zoltan
BALATON Zoltan (7):
vt82c686: Use shorter name for local variable holding object state
vt82c686: Rename superio config related parts
vt82c686: Move superio memory region to SuperIOConfig struct
vt82c686: Reorganise code
vt82c686: Fix SMBus IO base and configuration registers
vt82c686: Fix up power management io base and config
vt82c686: Make vt82c686b-pm an abstract base class and add vt8231-pm
based on it
hw/isa/trace-events | 2 +
hw/isa/vt82c686.c | 417 ++++++++++++++++++++++----------------
hw/mips/fuloong2e.c | 4 +-
include/hw/isa/vt82c686.h | 1 +
4 files changed, 251 insertions(+), 173 deletions(-)
--
2.21.3
next reply other threads:[~2020-12-29 23:12 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-29 22:50 BALATON Zoltan via [this message]
2020-12-29 22:50 ` [PATCH 6/7] vt82c686: Fix up power management io base and config BALATON Zoltan via
2020-12-29 22:50 ` [PATCH 1/7] vt82c686: Use shorter name for local variable holding object state BALATON Zoltan via
2020-12-29 22:50 ` [PATCH 3/7] vt82c686: Move superio memory region to SuperIOConfig struct BALATON Zoltan via
2020-12-29 22:50 ` [PATCH 7/7] vt82c686: Make vt82c686b-pm an abstract base class and add vt8231-pm based on it BALATON Zoltan via
2020-12-29 22:50 ` [PATCH 4/7] vt82c686: Reorganise code BALATON Zoltan via
2020-12-29 22:50 ` [PATCH 2/7] vt82c686: Rename superio config related parts BALATON Zoltan via
2020-12-29 22:50 ` [PATCH 5/7] vt82c686: Fix SMBus IO base and configuration registers BALATON Zoltan via
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.1609282253.git.balaton@eik.bme.hu \
--to=qemu-devel@nongnu.org \
--cc=balaton@eik.bme.hu \
--cc=chenhuacai@kernel.org \
--cc=f4bug@amsat.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.