[PULL 0/1] ppc queue

Daniel Henrique Barboza posted 1 patch 1 year, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220804184111.2770822-1-danielhb413@gmail.com
Maintainers: BALATON Zoltan <balaton@eik.bme.hu>
There is a newer version of this series
hw/ppc/sam460ex.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PULL 0/1] ppc queue
Posted by Daniel Henrique Barboza 1 year, 8 months ago
The following changes since commit 2480f3bbd03814b0651a1f74959f5c6631ee5819:

  Merge tag 'linux-user-for-7.1-pull-request' of https://gitlab.com/laurent_vivier/qemu into staging (2022-08-03 08:32:44 -0700)

are available in the Git repository at:

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

for you to fetch changes up to ed021daf2d6c19499ae406055156dc19c073228f:

  hw/ppc: sam460ex.c: store all GPIO lines in mal_irqs[] (2022-08-04 15:20:14 -0300)

----------------------------------------------------------------
ppc patch queue for 2022-08-04:

In this short queue we have a fix in the sam460ex machine where we're
not storing all GPIO lines in sam460ex_init().

This is not causing problems (as far as we're aware of) at this moment,
but this is getting in the way of a ppc405 rework we want to do for 7.2,
so let's fix it now.

----------------------------------------------------------------
Daniel Henrique Barboza (1):
      hw/ppc: sam460ex.c: store all GPIO lines in mal_irqs[]

 hw/ppc/sam460ex.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Re: [PULL 0/1] ppc queue
Posted by Richard Henderson 1 year, 8 months ago
On 8/4/22 11:41, Daniel Henrique Barboza wrote:
> The following changes since commit 2480f3bbd03814b0651a1f74959f5c6631ee5819:
> 
>    Merge tag 'linux-user-for-7.1-pull-request' of https://gitlab.com/laurent_vivier/qemu into staging (2022-08-03 08:32:44 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/danielhb/qemu.git tags/pull-ppc-20220804
> 
> for you to fetch changes up to ed021daf2d6c19499ae406055156dc19c073228f:
> 
>    hw/ppc: sam460ex.c: store all GPIO lines in mal_irqs[] (2022-08-04 15:20:14 -0300)
> 
> ----------------------------------------------------------------
> ppc patch queue for 2022-08-04:
> 
> In this short queue we have a fix in the sam460ex machine where we're
> not storing all GPIO lines in sam460ex_init().
> 
> This is not causing problems (as far as we're aware of) at this moment,
> but this is getting in the way of a ppc405 rework we want to do for 7.2,
> so let's fix it now.

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/7.1 as appropriate.


r~


> 
> ----------------------------------------------------------------
> Daniel Henrique Barboza (1):
>        hw/ppc: sam460ex.c: store all GPIO lines in mal_irqs[]
> 
>   hw/ppc/sam460ex.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)