The document introduces virtual 8086 mode as a way to directly access hardware through interrupts in order to test virtualization platforms more thoroughly. It notes that virtual 8086 mode allows calling every function on every device by passing different parameters to interrupts, providing better coverage than standard APIs. Examples are given of how interrupts could be used to fuzz test virtual hard disks and keyboards by calling all the relevant interrupt functions with varied parameters.