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

2020-12-17 Thread Cornelia Huck
On Tue, 8 Dec 2020 13:28:43 +0100 Cornelia Huck wrote: > Hotplug a virtio-net-ccw device, and then hotunplug it again. > > Signed-off-by: Cornelia Huck > --- > v2->v3: > - do the dmesg cleanout and waiting for messages properly [Thomas] > > Wainer: I dropped your r-b, as there had been too

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

2020-12-11 Thread Wainer dos Santos Moschetta
Hi, On 12/8/20 9:28 AM, Cornelia Huck wrote: Hotplug a virtio-net-ccw device, and then hotunplug it again. Signed-off-by: Cornelia Huck --- v2->v3: - do the dmesg cleanout and waiting for messages properly [Thomas] Wainer: I dropped your r-b, as there had been too many changes for

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

2020-12-09 Thread Willian Rampazzo
On 12/8/20 9:28 AM, Cornelia Huck wrote: Hotplug a virtio-net-ccw device, and then hotunplug it again. Signed-off-by: Cornelia Huck --- v2->v3: - do the dmesg cleanout and waiting for messages properly [Thomas] Wainer: I dropped your r-b, as there had been too many changes for me to

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

2020-12-09 Thread Philippe Mathieu-Daudé
m --show-current-patch=diff' to see the failed patch >> Patch failed at 0001 tests/acceptance: test hot(un)plug of ccw devices >> When you have resolved this problem, run "git am --continue". >> If you prefer to skip this patch, run "git am --skip" instead

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

2020-12-09 Thread Cornelia Huck
en you have resolved this problem, run "git am --continue". > If you prefer to skip this patch, run "git am --skip" instead. > To restore the original branch and stop patching, run "git am --abort". > Failed to apply patch: > [PATCH v3] tests/acceptance: test

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

2020-12-09 Thread Philippe Mathieu-Daudé
see the failed patch Patch failed at 0001 tests/acceptance: test hot(un)plug of ccw devices When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am

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

2020-12-08 Thread Thomas Huth
On 08/12/2020 13.28, Cornelia Huck wrote: > Hotplug a virtio-net-ccw device, and then hotunplug it again. > > Signed-off-by: Cornelia Huck > --- > v2->v3: > - do the dmesg cleanout and waiting for messages properly [Thomas] > > Wainer: I dropped your r-b, as there had been too many changes for

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

2020-12-08 Thread Cornelia Huck
Hotplug a virtio-net-ccw device, and then hotunplug it again. Signed-off-by: Cornelia Huck --- v2->v3: - do the dmesg cleanout and waiting for messages properly [Thomas] Wainer: I dropped your r-b, as there had been too many changes for me to be comfortable with retaining it ---