Re: [PATCH] tests/acceptance: test hot(un)plug of ccw devices

2020-12-03 Thread Philippe Mathieu-Daudé
On 12/3/20 7:14 PM, Thomas Huth wrote: > On 03/12/2020 19.11, Philippe Mathieu-Daudé wrote: >> On 12/3/20 6:22 PM, Thomas Huth wrote: >>> On 03/12/2020 16.39, Cornelia Huck wrote: Hotplug a virtio-net-ccw device, and then hotunplug it again. >>> >>> Good idea! ... is it also possible with a pc

Re: [PATCH] tests/acceptance: test hot(un)plug of ccw devices

2020-12-03 Thread Thomas Huth
On 03/12/2020 19.11, Philippe Mathieu-Daudé wrote: > On 12/3/20 6:22 PM, Thomas Huth wrote: >> On 03/12/2020 16.39, Cornelia Huck wrote: >>> Hotplug a virtio-net-ccw device, and then hotunplug it again. >> >> Good idea! ... is it also possible with a pci device? >> >>> Signed-off-by: Cornelia Huck

Re: [PATCH] tests/acceptance: test hot(un)plug of ccw devices

2020-12-03 Thread Philippe Mathieu-Daudé
On 12/3/20 6:22 PM, Thomas Huth wrote: > On 03/12/2020 16.39, Cornelia Huck wrote: >> Hotplug a virtio-net-ccw device, and then hotunplug it again. > > Good idea! ... is it also possible with a pci device? > >> Signed-off-by: Cornelia Huck >> --- ... >> +exec_command_and_wait_for_pattern

Re: [PATCH] tests/acceptance: test hot(un)plug of ccw devices

2020-12-03 Thread Cornelia Huck
On Thu, 3 Dec 2020 18:22:35 +0100 Thomas Huth wrote: > On 03/12/2020 16.39, Cornelia Huck wrote: > > Hotplug a virtio-net-ccw device, and then hotunplug it again. > > Good idea! ... is it also possible with a pci device? It should be, I guess; it's not part of my normal test workflow, however

Re: [PATCH] tests/acceptance: test hot(un)plug of ccw devices

2020-12-03 Thread Thomas Huth
On 03/12/2020 16.39, Cornelia Huck wrote: > Hotplug a virtio-net-ccw device, and then hotunplug it again. Good idea! ... is it also possible with a pci device? > Signed-off-by: Cornelia Huck > --- > > This is on top of "tests/acceptance: enhance s390x devices test" > > --- > tests/acceptance/

[PATCH] tests/acceptance: test hot(un)plug of ccw devices

2020-12-03 Thread Cornelia Huck
Hotplug a virtio-net-ccw device, and then hotunplug it again. Signed-off-by: Cornelia Huck --- This is on top of "tests/acceptance: enhance s390x devices test" --- tests/acceptance/machine_s390_ccw_virtio.py | 14 ++ 1 file changed, 14 insertions(+) diff --git a/tests/acceptance/m