mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-22 14:43:08 +00:00
hv.py: Remove sync mode from main MMIO region
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
85411d1714
commit
dedada1f57
1 changed files with 1 additions and 1 deletions
|
@ -557,7 +557,7 @@ class HV:
|
|||
self.iface.set_event_handler(EVENT.MMIOTRACE, self.handle_mmiotrace)
|
||||
|
||||
self.map_sw(0x2_00000000,
|
||||
0x2_00000000 | self.SPTE_TRACE_READ | self.SPTE_TRACE_WRITE | self.SPTE_SYNC_TRACE,
|
||||
0x2_00000000 | self.SPTE_TRACE_READ | self.SPTE_TRACE_WRITE,
|
||||
0x5_00000000)
|
||||
|
||||
## Map UART directly so it doesn't spam
|
||||
|
|
Loading…
Reference in a new issue