[PATCH-for-5.2 0/2] hw/core/sysbus: Trivial cleanup patches

Philippe Mathieu-Daudé posted 2 patches 3 years, 9 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200806130945.21629-1-f4bug@amsat.org
hw/core/sysbus.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
[PATCH-for-5.2 0/2] hw/core/sysbus: Trivial cleanup patches
Posted by Philippe Mathieu-Daudé 3 years, 9 months ago
Fix a typo and assert sysbus_mmio_get_region() is called
with correct index.

Philippe Mathieu-Daudé (2):
  hw/core/sysbus: Fix a typo
  hw/core/sysbus: Assert memory region index is in range

 hw/core/sysbus.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
2.21.3


Re: [PATCH-for-5.2 0/2] hw/core/sysbus: Trivial cleanup patches
Posted by Philippe Mathieu-Daudé 3 years, 9 months ago
On 8/6/20 3:09 PM, Philippe Mathieu-Daudé wrote:
> Fix a typo and assert sysbus_mmio_get_region() is called
> with correct index.
> 
> Philippe Mathieu-Daudé (2):
>   hw/core/sysbus: Fix a typo
>   hw/core/sysbus: Assert memory region index is in range
> 
>  hw/core/sysbus.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 

ping?