> As most HVF devices are done purely in software we need to make sure > we properly encode the source CPU in MemTxAttrs. This will allow the > device emulations to use those attributes rather than relying on > current_cpu (although current_cpu will still be correct in this case). > > Acked-by: Alexander Graf <[email protected]> > Signed-off-by: Alex Bennée <[email protected]> > Cc: Mads Ynddal <[email protected]> > > --- > v2 > - update MEMTXATTRS macro > --- > target/arm/hvf/hvf.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Mads Ynddal <[email protected]>
