[PATCH 0/8] hw/pci-host/bonito: Housekeeping

Philippe Mathieu-Daudé posted 8 patches 1 year, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230105130710.49264-1-philmd@linaro.org
Maintainers: Huacai Chen <chenhuacai@kernel.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Jiaxun Yang <jiaxun.yang@flygoat.com>
MAINTAINERS                  |  1 +
hw/mips/fuloong2e.c          |  6 ++-
hw/pci-host/bonito.c         | 93 +++++++++++++++---------------------
include/hw/mips/mips.h       |  3 --
include/hw/pci-host/bonito.h | 18 +++++++
5 files changed, 63 insertions(+), 58 deletions(-)
create mode 100644 include/hw/pci-host/bonito.h
[PATCH 0/8] hw/pci-host/bonito: Housekeeping
Posted by Philippe Mathieu-Daudé 1 year, 3 months ago
Minor housekeeping while reviewing PCI host bridge models.

- Convert to 3-phase reset
- Set reference using object_property_add_const_link
- Sysbus'ify IRQ
- Open code bonito_init()

Philippe Mathieu-Daudé (8):
  hw/pci-host/bonito: Convert to 3-phase reset
  hw/pci-host/bonito: Use 'bonito_host' for PCI host bridge code
  hw/pci-host/bonito: Use 'bonito_pci' for PCI function #0 code
  hw/pci-host/bonito: Set reference using
    object_property_add_const_link()
  hw/pci-host/bonito: Create PCI function #0 in bridge realize() handler
  hw/pci-host/bonito: Sysbus'ify outgoing IRQ
  hw/pci-host/bonito: Declare TYPE_BONITO_PCI_HOST_BRIDGE in header
  hw/mips/fuloong2e: Open code bonito_init()

 MAINTAINERS                  |  1 +
 hw/mips/fuloong2e.c          |  6 ++-
 hw/pci-host/bonito.c         | 93 +++++++++++++++---------------------
 include/hw/mips/mips.h       |  3 --
 include/hw/pci-host/bonito.h | 18 +++++++
 5 files changed, 63 insertions(+), 58 deletions(-)
 create mode 100644 include/hw/pci-host/bonito.h

-- 
2.38.1


Re: [PATCH 0/8] hw/pci-host/bonito: Housekeeping
Posted by Philippe Mathieu-Daudé 1 year, 3 months ago
On 5/1/23 14:07, Philippe Mathieu-Daudé wrote:
> Minor housekeeping while reviewing PCI host bridge models.

> Philippe Mathieu-Daudé (8):
>    hw/pci-host/bonito: Convert to 3-phase reset
>    hw/pci-host/bonito: Use 'bonito_host' for PCI host bridge code
>    hw/pci-host/bonito: Use 'bonito_pci' for PCI function #0 code

>    hw/pci-host/bonito: Declare TYPE_BONITO_PCI_HOST_BRIDGE in header

Patches 1-3 & 7 queued to mips-next.