qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v7 0/7] Misc ppc/mac machines clean up
@ 2023-01-04 21:59 BALATON Zoltan
  2023-01-04 21:59 ` [PATCH v7 1/7] input/adb: Only include header where needed BALATON Zoltan
                   ` (7 more replies)
  0 siblings, 8 replies; 64+ messages in thread
From: BALATON Zoltan @ 2023-01-04 21:59 UTC (permalink / raw)
  To: qemu-devel, qemu-ppc; +Cc: Mark Cave-Ayland

This is the remainder of the series that were postponed to after the
freeze the last time I've tried to submit them with some new patches
I did meanwhile.

BALATON Zoltan (7):
  input/adb: Only include header where needed
  mac_{old,new}world: Use local variable instead of qdev_get_machine()
  mac_{old,new}world: Pass MacOS VGA NDRV in card ROM instead of fw_cfg
  mac_newworld: Add machine types for different mac99 configs
  mac_newworld: Deprecate mac99 with G5 CPU
  mac_newworld: Deprecate mac99 "via" option
  mac_newworld: Document deprecation

 docs/about/deprecated.rst    |   7 ++
 docs/system/ppc/powermac.rst |  12 ++--
 hw/misc/macio/cuda.c         |   2 -
 hw/misc/macio/pmu.c          |   3 -
 hw/misc/mos6522.c            |   1 -
 hw/ppc/mac_newworld.c        | 130 +++++++++++++++++++++++++++++++----
 hw/ppc/mac_oldworld.c        |  21 ++----
 include/hw/misc/mac_via.h    |   1 +
 include/hw/misc/macio/cuda.h |   1 +
 include/hw/misc/macio/pmu.h  |   1 +
 include/hw/misc/mos6522.h    |   3 +-
 11 files changed, 142 insertions(+), 40 deletions(-)

-- 
2.30.6



^ permalink raw reply	[flat|nested] 64+ messages in thread

end of thread, other threads:[~2023-11-06 10:37 UTC | newest]

Thread overview: 64+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-04 21:59 [PATCH v7 0/7] Misc ppc/mac machines clean up BALATON Zoltan
2023-01-04 21:59 ` [PATCH v7 1/7] input/adb: Only include header where needed BALATON Zoltan
2023-01-05 13:45   ` Philippe Mathieu-Daudé
2023-01-10 22:12   ` Mark Cave-Ayland
2023-01-04 21:59 ` [PATCH v7 2/7] mac_{old,new}world: Use local variable instead of qdev_get_machine() BALATON Zoltan
2023-01-05  7:23   ` [PATCH v7 2/7] mac_{old, new}world: " Philippe Mathieu-Daudé
2023-01-05 17:15   ` [PATCH v7 2/7] mac_{old,new}world: " Bernhard Beschow
2023-01-10 22:13   ` [PATCH v7 2/7] mac_{old, new}world: " Mark Cave-Ayland
2023-01-04 21:59 ` [PATCH v7 3/7] mac_{old,new}world: Pass MacOS VGA NDRV in card ROM instead of fw_cfg BALATON Zoltan
2023-01-10 22:25   ` Mark Cave-Ayland
2023-01-11  0:54     ` BALATON Zoltan
2023-01-22 17:54       ` Mark Cave-Ayland
2023-01-22 22:16         ` BALATON Zoltan
2023-01-23 22:12           ` Mark Cave-Ayland
2023-01-24  0:13             ` BALATON Zoltan
2023-02-01 23:23               ` Mark Cave-Ayland
2023-02-02  0:46                 ` BALATON Zoltan
2023-01-04 21:59 ` [PATCH v7 4/7] mac_newworld: Add machine types for different mac99 configs BALATON Zoltan
2023-01-10 22:46   ` Mark Cave-Ayland
2023-01-11  0:36     ` BALATON Zoltan
2023-01-22 17:39       ` Mark Cave-Ayland
2023-01-22 21:48         ` BALATON Zoltan
2023-01-22 22:18           ` Josh Juran
2023-01-23 21:36           ` Mark Cave-Ayland
2023-01-24  0:36             ` BALATON Zoltan
2023-01-04 21:59 ` [PATCH v7 5/7] mac_newworld: Deprecate mac99 with G5 CPU BALATON Zoltan
2023-01-05  7:28   ` Philippe Mathieu-Daudé
2023-01-05 11:58     ` BALATON Zoltan
2023-01-04 21:59 ` [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option BALATON Zoltan
2023-01-05 14:28   ` Philippe Mathieu-Daudé
2023-01-05 16:06     ` BALATON Zoltan
2023-01-10 22:52   ` Mark Cave-Ayland
2023-01-11  0:12     ` BALATON Zoltan
2023-01-12 20:22       ` Howard Spoelstra
2023-01-12 23:51         ` BALATON Zoltan
2023-01-13  7:26           ` Howard Spoelstra
2023-01-13 13:32             ` BALATON Zoltan
2023-01-22 18:06           ` Mark Cave-Ayland
2023-01-22 22:07             ` BALATON Zoltan
2023-01-23 22:06               ` Mark Cave-Ayland
2023-01-23 23:16                 ` Howard Spoelstra
2023-01-24  1:47                   ` BALATON Zoltan
2023-01-24 11:24                     ` Howard Spoelstra
2023-01-24 14:13                       ` BALATON Zoltan
2023-01-24 15:02                         ` Howard Spoelstra
2023-01-24 15:31                           ` BALATON Zoltan
2023-01-26 10:06                             ` Howard Spoelstra
2023-01-26 14:16                               ` BALATON Zoltan
2023-01-26 20:55                               ` BALATON Zoltan
2023-01-26 22:48                                 ` Howard Spoelstra
2023-01-27  0:03                                   ` BALATON Zoltan
2023-01-27  2:27                                     ` BALATON Zoltan
2023-01-27  7:01                                       ` Howard Spoelstra
2023-11-06  6:45                   ` Error detecting linker while compiling qemu-system-ppc on macOS Howard Spoelstra
2023-11-06 10:37                     ` BALATON Zoltan
2023-01-24  1:24                 ` [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option BALATON Zoltan
2023-01-24 16:37         ` BALATON Zoltan
2023-01-24 21:05   ` Warner Losh
2023-01-04 21:59 ` [PATCH v7 7/7] mac_newworld: Document deprecation BALATON Zoltan
2023-01-05  7:31   ` Philippe Mathieu-Daudé
2023-01-05 12:02     ` BALATON Zoltan
2023-02-01 23:31 ` [PATCH v7 0/7] Misc ppc/mac machines clean up Mark Cave-Ayland
2023-02-01 23:59   ` BALATON Zoltan
2023-02-07 16:50     ` BALATON Zoltan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).