[PATCH 0/3] hw/pci-host/sh_pcic: Style cleanup

Philippe Mathieu-Daudé posted 3 patches 7 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231012041237.22281-1-philmd@linaro.org
Maintainers: Yoshinori Sato <ysato@users.sourceforge.jp>, Magnus Damm <magnus.damm@gmail.com>
hw/pci-host/sh_pci.c | 57 ++++++++++++++++++++------------------------
1 file changed, 26 insertions(+), 31 deletions(-)
[PATCH 0/3] hw/pci-host/sh_pcic: Style cleanup
Posted by Philippe Mathieu-Daudé 7 months, 1 week ago
- Use QOM DEFINE_TYPES
- Rename few functions
- Replace magic value by definition

Philippe Mathieu-Daudé (3):
  hw/pci-host/sh_pcic: Declare CPU QOM types using DEFINE_TYPES() macro
  hw/pci-host/sh_pcic: Correct PCI host / devfn#0 function names
  hw/pci-host/sh_pcic: Replace magic value by proper definition

 hw/pci-host/sh_pci.c | 57 ++++++++++++++++++++------------------------
 1 file changed, 26 insertions(+), 31 deletions(-)

-- 
2.41.0


Re: [PATCH 0/3] hw/pci-host/sh_pcic: Style cleanup
Posted by Philippe Mathieu-Daudé 7 months ago
On 12/10/23 06:12, Philippe Mathieu-Daudé wrote:

> Philippe Mathieu-Daudé (3):
>    hw/pci-host/sh_pcic: Declare CPU QOM types using DEFINE_TYPES() macro
>    hw/pci-host/sh_pcic: Correct PCI host / devfn#0 function names
>    hw/pci-host/sh_pcic: Replace magic value by proper definition

Series queued, thanks.