On Thu, Jun 24, 2021 at 10:24 PM Philippe Mathieu-Daudé <[email protected]> wrote: > > Multiple commands have to check the address requested is valid. > Extract this code pattern as a new address_in_range() helper, and > log invalid accesses as guest errors. > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > --- > hw/sd/sd.c | 32 ++++++++++++++++++++------------ > 1 file changed, 20 insertions(+), 12 deletions(-) >
Reviewed-by: Bin Meng <[email protected]>
