All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Henrique Barboza <danielhb413@gmail.com>
To: qemu-devel@nongnu.org
Cc: qemu-ppc@nongnu.org, danielhb413@gmail.com, peter.maydell@linaro.org
Subject: [PULL 0/5] ppc queue
Date: Fri,  3 Mar 2023 18:28:26 -0300	[thread overview]
Message-ID: <20230303212831.830278-1-danielhb413@gmail.com> (raw)

The following changes since commit 66577e9e1caee48c6ebc1a2161b5d9857fcde8b3:

  Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging (2023-03-03 13:35:54 +0000)

are available in the Git repository at:

  https://gitlab.com/danielhb/qemu.git tags/pull-ppc-20230303

for you to fetch changes up to ddf0676f1ade90026483a91823d86db4096a40ef:

  pnv_phb4_pec: Simplify/align code to parent user-created PHBs (2023-03-03 16:50:17 -0300)

----------------------------------------------------------------
ppc patch queue for 2023-03-03:

This queue includes a stub implementation for the dcblc instruction to
avoid an illegal instrunction exception when using u-boot with mpc85xx.
It also includes a PHB fix with user-created pnv-phb devices and
Skiboot.

----------------------------------------------------------------
Bernhard Beschow (1):
      target/ppc/translate: Add dummy implementation for dcblc instruction

Frederic Barrat (4):
      pnv_phb4_pec: Keep track of instantiated PHBs
      pnv_phb4_pec: Only export existing PHBs to the device tree
      pnv_phb4_pec: Move pnv_phb4_get_pec() to rightful file
      pnv_phb4_pec: Simplify/align code to parent user-created PHBs

 hw/pci-host/pnv_phb.c          | 11 ++++++-
 hw/pci-host/pnv_phb4_pec.c     | 61 +++++++++++++++++++++++++++++++-----
 hw/ppc/pnv.c                   | 70 +++++-------------------------------------
 include/hw/pci-host/pnv_phb4.h |  3 ++
 include/hw/ppc/pnv.h           |  2 +-
 target/ppc/translate.c         |  9 ++++++
 6 files changed, 85 insertions(+), 71 deletions(-)


             reply	other threads:[~2023-03-03 21:29 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-03 21:28 Daniel Henrique Barboza [this message]
2023-03-03 21:28 ` [PULL 1/5] target/ppc/translate: Add dummy implementation for dcblc instruction Daniel Henrique Barboza
2023-03-03 21:28 ` [PULL 2/5] pnv_phb4_pec: Keep track of instantiated PHBs Daniel Henrique Barboza
2023-03-03 21:28 ` [PULL 3/5] pnv_phb4_pec: Only export existing PHBs to the device tree Daniel Henrique Barboza
2023-03-03 21:28 ` [PULL 4/5] pnv_phb4_pec: Move pnv_phb4_get_pec() to rightful file Daniel Henrique Barboza
2023-03-03 21:28 ` [PULL 5/5] pnv_phb4_pec: Simplify/align code to parent user-created PHBs Daniel Henrique Barboza
2023-03-04 15:40 ` [PULL 0/5] ppc queue Peter Maydell

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=20230303212831.830278-1-danielhb413@gmail.com \
    --to=danielhb413@gmail.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@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.