All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 00/14] qemu-macppc queue 20221031
@ 2022-10-31 20:14 Mark Cave-Ayland
  2022-10-31 20:14 ` [PULL 01/14] mac_newworld: Drop some variables Mark Cave-Ayland
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Mark Cave-Ayland @ 2022-10-31 20:14 UTC (permalink / raw)
  To: qemu-devel, qemu-ppc, stefanha

The following changes since commit 5107fd3effb1cfec3b96d9e819f1605048640e31:

  net/vhost-vdpa.c: Fix clang compilation failure (2022-10-31 13:01:31 -0400)

are available in the Git repository at:

  https://github.com/mcayland/qemu.git tags/qemu-macppc-20221031

for you to fetch changes up to 53cb552daeb57e0a35f648e42fb28fa38842bd0c:

  mac_newworld: Turn CORE99_VIA_CONFIG defines into an enum (2022-10-31 18:48:23 +0000)

----------------------------------------------------------------
qemu-macppc updates for 7.2

----------------------------------------------------------------
BALATON Zoltan (14):
      mac_newworld: Drop some variables
      mac_oldworld: Drop some more variables
      mac_{old|new}world: Set tbfreq at declaration
      mac_{old|new}world: Avoid else branch by setting default value
      mac_newworld: Clean up creation of Uninorth devices
      mac_{old|new}world: Reduce number of QOM casts
      hw/ppc/mac.h: Move newworld specific parts out from shared header
      hw/ppc/mac.h: Move macio specific parts out from shared header
      hw/ppc/mac.h: Move grackle-pcihost type declaration out to a header
      hw/ppc/mac.h: Move PROM and KERNEL defines to board code
      hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.h
      mac_nvram: Use NVRAM_SIZE constant
      mac_{old|new}world: Code style fix adding missing braces to if-s
      mac_newworld: Turn CORE99_VIA_CONFIG defines into an enum

 MAINTAINERS                   |   2 +
 hw/ide/macio.c                |   1 -
 hw/intc/heathrow_pic.c        |   1 -
 hw/intc/openpic.c             |   1 -
 hw/misc/macio/cuda.c          |   1 -
 hw/misc/macio/gpio.c          |   1 -
 hw/misc/macio/macio.c         |   8 +-
 hw/misc/macio/pmu.c           |   1 -
 hw/nvram/mac_nvram.c          |   2 +-
 hw/pci-host/grackle.c         |  15 +--
 hw/pci-host/uninorth.c        |   1 -
 hw/ppc/mac.h                  | 105 --------------------
 hw/ppc/mac_newworld.c         | 226 ++++++++++++++++++++----------------------
 hw/ppc/mac_oldworld.c         | 113 ++++++++++-----------
 include/hw/misc/macio/macio.h |  23 ++++-
 include/hw/nvram/mac_nvram.h  |  51 ++++++++++
 include/hw/pci-host/grackle.h |  44 ++++++++
 17 files changed, 285 insertions(+), 311 deletions(-)
 delete mode 100644 hw/ppc/mac.h
 create mode 100644 include/hw/nvram/mac_nvram.h
 create mode 100644 include/hw/pci-host/grackle.h


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

end of thread, other threads:[~2022-11-01 17:04 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-31 20:14 [PULL 00/14] qemu-macppc queue 20221031 Mark Cave-Ayland
2022-10-31 20:14 ` [PULL 01/14] mac_newworld: Drop some variables Mark Cave-Ayland
2022-10-31 20:14 ` [PULL 02/14] mac_oldworld: Drop some more variables Mark Cave-Ayland
2022-10-31 20:14 ` [PULL 03/14] mac_{old|new}world: Set tbfreq at declaration Mark Cave-Ayland
2022-10-31 20:14 ` [PULL 04/14] mac_{old|new}world: Avoid else branch by setting default value Mark Cave-Ayland
2022-10-31 20:14 ` [PULL 05/14] mac_newworld: Clean up creation of Uninorth devices Mark Cave-Ayland
2022-10-31 20:14 ` [PULL 06/14] mac_{old|new}world: Reduce number of QOM casts Mark Cave-Ayland
2022-10-31 20:14 ` [PULL 07/14] hw/ppc/mac.h: Move newworld specific parts out from shared header Mark Cave-Ayland
2022-10-31 20:14 ` [PULL 08/14] hw/ppc/mac.h: Move macio " Mark Cave-Ayland
2022-10-31 20:14 ` [PULL 09/14] hw/ppc/mac.h: Move grackle-pcihost type declaration out to a header Mark Cave-Ayland
2022-10-31 20:14 ` [PULL 10/14] hw/ppc/mac.h: Move PROM and KERNEL defines to board code Mark Cave-Ayland
2022-10-31 20:14 ` [PULL 11/14] hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.h Mark Cave-Ayland
2022-10-31 20:14 ` [PULL 12/14] mac_nvram: Use NVRAM_SIZE constant Mark Cave-Ayland
2022-10-31 20:14 ` [PULL 13/14] mac_{old|new}world: Code style fix adding missing braces to if-s Mark Cave-Ayland
2022-10-31 20:14 ` [PULL 14/14] mac_newworld: Turn CORE99_VIA_CONFIG defines into an enum Mark Cave-Ayland
2022-11-01 15:01 ` [PULL 00/14] qemu-macppc queue 20221031 Stefan Hajnoczi

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.