qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 00/12] Misc vt82c686b clean ups


From: BALATON Zoltan
Subject: [PATCH 00/12] Misc vt82c686b clean ups
Date: Sun, 27 Dec 2020 02:10:06 +0100
Date: Sun, 27 Dec 2020 02:10:06 +0100

This series are some small clean ups to the vt82c686b south bridge and
superio chip model that is only used by the mips/fuloong2e machine.
These are also in preparation to add emulation of the very similar
vt8231 later that will be used by ppc/pegasos2.

Regards,
BALATON Zoltan

BALATON Zoltan (12):
  vt82c686: Add APM and ACPI dependencies for VT82C686
  vt82c686: Rename AC97/MC97 parts from VT82C686B to VIA
  vt82c686: Remove unnecessary _DEVICE suffix from type macros
  vt82c686: Remove vt82c686b_[am]c97_init() functions
  vt82c686: Split off via-[am]c97 into separate file in hw/audio
  audio/via-ac97: Simplify code and set user_creatable to false
  vt82c686: Remove vt82c686b_isa_init() function
  vt82c686: Remove vt82c686b_pm_init() function
  vt82c686: Convert debug printf to trace points
  vt82c686: Remove unneeded includes and defines
  vt82c686: Rename some functions to better show where they belong
  vt82c686: Do not add floppy

 hw/audio/meson.build      |   1 +
 hw/audio/via-ac97.c       |  93 ++++++++++++++
 hw/isa/Kconfig            |   2 +
 hw/isa/trace-events       |   6 +
 hw/isa/vt82c686.c         | 258 +++++++-------------------------------
 hw/mips/fuloong2e.c       |  13 +-
 include/hw/isa/vt82c686.h |  12 +-
 7 files changed, 161 insertions(+), 224 deletions(-)
 create mode 100644 hw/audio/via-ac97.c

-- 
2.21.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]