Skip to content
  • Peter Maydell's avatar
    e1aaf3a8
    target/m68k: Switch to transaction_failed hook · e1aaf3a8
    Peter Maydell authored
    
    
    Switch the m68k target from the old unassigned_access hook
    to the transaction_failed hook.
    
    The notable difference is that rather than it being called
    for all physical memory accesses which fail (including
    those made by DMA devices or by the gdbstub), it is only
    called for those made by the CPU via its MMU. (In previous
    commits we put in explicit checks for the direct physical
    loads made by the target/m68k code which will no longer
    be handled by calling the unassigned_access hook.)
    
    Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
    Message-Id: <20181210165636.28366-4-peter.maydell@linaro.org>
    Signed-off-by: default avatarLaurent Vivier <laurent@vivier.eu>
    e1aaf3a8
    target/m68k: Switch to transaction_failed hook
    Peter Maydell authored
    
    
    Switch the m68k target from the old unassigned_access hook
    to the transaction_failed hook.
    
    The notable difference is that rather than it being called
    for all physical memory accesses which fail (including
    those made by DMA devices or by the gdbstub), it is only
    called for those made by the CPU via its MMU. (In previous
    commits we put in explicit checks for the direct physical
    loads made by the target/m68k code which will no longer
    be handled by calling the unassigned_access hook.)
    
    Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
    Message-Id: <20181210165636.28366-4-peter.maydell@linaro.org>
    Signed-off-by: default avatarLaurent Vivier <laurent@vivier.eu>
Loading