[Cc'ing Peter] On 4/13/20 12:12 PM, KONRAD Frederic wrote: > Le 4/11/20 à 7:30 PM, Philippe Mathieu-Daudé a écrit : >> On 3/31/20 12:50 PM, Philippe Mathieu-Daudé wrote: >>> Philippe Mathieu-Daudé (7): >>> hw/misc/grlib_ahb_apb_pnp: Avoid crash when writing to AHB PnP >>> registers >>> hw/misc/grlib_ahb_apb_pnp: Fix AHB PnP 8-bit accesses >> >> Ping ^^^ for 5.0? > > Hi Philippe, > > You already have my rb tag for those one, and IMHO they should be good > candidate > for 5.0 (if it's not too late).
Yes, thanks for the reviews. I see Mark Cave-Ayland merged this file first, but you are listed as maintainer :) I was hoping you could send a pull request. $ scripts/get_maintainer.pl -f hw/misc/grlib_ahb_apb_pnp.c Fabien Chouteau <chout...@adacore.com> (maintainer:Leon3) KONRAD Frederic <frederic.kon...@adacore.com> (maintainer:Leon3) qemu-devel@nongnu.org (open list:All patches CC here) This is a bug but not 'security critical', so it might wait 5.1 and go via qemu-trivial tree. Regards, Phil. > > Cheers, > Fred > >> >>> hw/misc/grlib_ahb_apb_pnp: Add trace events on read accesses >>> hw/timer/grlib_gptimer: Display frequency in decimal >>> target/sparc/int32_helper: Remove DEBUG_PCALL definition >>> target/sparc/int32_helper: Extract and use excp_name_str() >>> >>> hw/misc/grlib_ahb_apb_pnp.c | 24 ++++++++++++++++++++++-- >>> target/sparc/int32_helper.c | 23 ++++++++++++----------- >>> hw/misc/trace-events | 4 ++++ >>> hw/timer/trace-events | 2 +- >>> tests/acceptance/machine_sparc_leon3.py | 4 ++++ >>> 5 files changed, 43 insertions(+), 14 deletions(-) >>> >