Re: [Qemu-devel] [PATCH 2/2] ide-test: cdrom_pio_impl fixup

2015-11-24 Thread Kevin Wolf
Am 20.11.2015 um 23:53 hat John Snow geschrieben: > Final tidying: move the interrupt wait into the loop, > document that the status read clears the IRQ, and move > the final interrupt check outside of the loop. > > This should be functionally equivalent to how it works > currently, but a little l

[Qemu-devel] [PATCH 2/2] ide-test: cdrom_pio_impl fixup

2015-11-20 Thread John Snow
Final tidying: move the interrupt wait into the loop, document that the status read clears the IRQ, and move the final interrupt check outside of the loop. This should be functionally equivalent to how it works currently, but a little less ambiguous and slightly more explicit about the state trans