Home
last modified time | relevance | path

Searched refs:VirtioGuest (Results 1 – 1 of 1) sorted by relevance

/external/autotest/client/tests/kvm/scripts/
Dvirtio_console_guest.py21 class VirtioGuest: class
255 if (self.method == VirtioGuest.LOOP_POLL):
257 elif (self.method == VirtioGuest.LOOP_SELECT):
345 maskstr = VirtioGuest.pollmask_to_str(mask[0][1])
349 emaskstr = VirtioGuest.pollmask_to_str(expected)
435 maskstr = VirtioGuest.pollmask_to_str(self.poll_fds[fd][1])
437 emaskstr = VirtioGuest.pollmask_to_str(self.poll_fds[fd][0])
453 print "PASS: Events: " + VirtioGuest.pollmask_to_str(poll_value)
856 virt = VirtioGuest()