Skip to content
  • alex@thinkpad's avatar
    QEMU: changed I/O logging behavior · 14755cb30ac4
    alex@thinkpad authored
    - "-d io" implies "-d nochain -singlestep" (this prints correct PC values, but emulation is slower)
    - "-d io_quick" to get the old behavior (faster, with incorrect PC values)
    - "-d io_log" to print mmio_log entries for dm-spy-experiments
    - "-d nochain" always implies "-singlestep" (easier to enable this mode on other kind of logs that may need it)
    - updated README
    
    --HG--
    branch : qemu
    14755cb30ac4