Re: [PATCH 1/3] tests/acceptance: test virtio-ccw revision handling

2020-12-07 Thread Cornelia Huck
On Fri, 4 Dec 2020 10:36:33 -0300 Wainer dos Santos Moschetta wrote: > Hi, > > On 11/30/20 3:02 PM, Cornelia Huck wrote: > > The max_revision prop of virtio-ccw devices can be used to force > > an older revision for compatibility handling. The easiest way to > > check this is to force a device t

Re: [PATCH 1/3] tests/acceptance: test virtio-ccw revision handling

2020-12-04 Thread Wainer dos Santos Moschetta
Hi, On 11/30/20 3:02 PM, Cornelia Huck wrote: The max_revision prop of virtio-ccw devices can be used to force an older revision for compatibility handling. The easiest way to check this is to force a device to revision 0, which turns off virtio-1. Signed-off-by: Cornelia Huck --- tests/acce

Re: [PATCH 1/3] tests/acceptance: test virtio-ccw revision handling

2020-12-01 Thread Thomas Huth
On 30/11/2020 19.02, Cornelia Huck wrote: > The max_revision prop of virtio-ccw devices can be used to force > an older revision for compatibility handling. The easiest way to > check this is to force a device to revision 0, which turns off > virtio-1. > > Signed-off-by: Cornelia Huck > --- > te

[PATCH 1/3] tests/acceptance: test virtio-ccw revision handling

2020-11-30 Thread Cornelia Huck
The max_revision prop of virtio-ccw devices can be used to force an older revision for compatibility handling. The easiest way to check this is to force a device to revision 0, which turns off virtio-1. Signed-off-by: Cornelia Huck --- tests/acceptance/machine_s390_ccw_virtio.py | 18 +++