autotest / virt-test

Linux Virtualization Tests
Other
97 stars 140 forks source link

virttest.qemu_vm: add workaround for ppc console issue #2282

Closed luckyh closed 9 years ago

luckyh commented 9 years ago

For old kernels (< 3.1), here is a console issue - if the very last byte of the spapr-vty's "reg" property is not equal to zero, then it will not appeared as 'hvc0' which is expected. So made a workaround here to slove this problem. Details: http://lists.gnu.org/archive/html/qemu-ppc/2013-10/msg00129.html

luckyh commented 9 years ago

ID: 1239070

xutian commented 9 years ago

LGTM,

Acked-by: Xu Tian xutian@redhat.com