Le 11/05/2020 à 13:12, Alex Bennée a écrit : > > Alex Bennée <alex.ben...@linaro.org> writes: > >> Hi, >> >> Cleaning up my queues into more focused trees these are all tweaks to >> TCG related stuff. The guest_base changes where posted before but >> where a little radical for 5.0 but I think are worth getting in early >> as it enables the sanitizer builds for a range of linux-user targets >> we couldn't run before. Finally there is a little tweak made to the >> out_asm handling which makes it a bit easier to see which guest >> instructions are being emulated by which host code. >> >> The following need review: >> >> - translate-all: include guest address in out_asm output >> - disas: add optional note support to cap_disas >> - disas: include an optional note for the start of disassembly >> - accel/tcg: don't disable exec_tb trace events >> - linux-user: completely re-write init_guest_space > > Gentle ping, > > I would especially like some feed-back on the guest base updates from > the linux-user maintainers so we can get the sanitizers more widely > used. > > If your happy for me to include them in my next PR I'll just take some > Acked-by's ;-) > I don't have enough time to review the changes, but if you are confident with your patch you can add:
Acked-by: Laurent Vivier <laur...@vivier.eu> Thanks, Laurent