[PATCH 0/3] hw/sparc: Map the UART devices unconditionally

Philippe Mathieu-Daudé posted 3 patches 3 years, 11 months ago
Test docker-mingw@fedora passed
Test checkpatch passed
Test asan passed
Test docker-quick@centos7 passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200608172144.20461-1-f4bug@amsat.org
hw/sparc/leon3.c     | 18 ++++++++----------
hw/sparc64/niagara.c |  7 ++-----
2 files changed, 10 insertions(+), 15 deletions(-)
[PATCH 0/3] hw/sparc: Map the UART devices unconditionally
Posted by Philippe Mathieu-Daudé 3 years, 11 months ago
Few more SPARC patches.

Mark/Artyom/Frederic if you Ack them I'll simply add them
to the current trivial SPARC patch queue I prepared.

Regards,

Phil.

Philippe Mathieu-Daudé (3):
  hw/sparc/leon3: Map the UART device unconditionally
  hw/sparc64/niagara: Remove duplicated NIAGARA_UART_BASE definition
  hw/sparc64/niagara: Map the UART device unconditionally

 hw/sparc/leon3.c     | 18 ++++++++----------
 hw/sparc64/niagara.c |  7 ++-----
 2 files changed, 10 insertions(+), 15 deletions(-)

-- 
2.21.3


Re: [PATCH 0/3] hw/sparc: Map the UART devices unconditionally
Posted by Philippe Mathieu-Daudé 3 years, 11 months ago
On 6/8/20 7:21 PM, Philippe Mathieu-Daudé wrote:
> Few more SPARC patches.
> 
> Mark/Artyom/Frederic if you Ack them I'll simply add them
> to the current trivial SPARC patch queue I prepared.
> 
> Regards,
> 
> Phil.
> 
> Philippe Mathieu-Daudé (3):
>   hw/sparc/leon3: Map the UART device unconditionally
>   hw/sparc64/niagara: Remove duplicated NIAGARA_UART_BASE definition
>   hw/sparc64/niagara: Map the UART device unconditionally
> 
>  hw/sparc/leon3.c     | 18 ++++++++----------
>  hw/sparc64/niagara.c |  7 ++-----
>  2 files changed, 10 insertions(+), 15 deletions(-)
> 

Thanks, series applied to for the next (temporary) sparc-next pull request.