Re: [Qemu-devel] [PATCH] virtio-pci: Add Function Level Reset support

2019-08-14 Thread Julia Suvorova
On Fri, Aug 9, 2019 at 6:35 PM Michael S. Tsirkin wrote: > > On Wed, Aug 07, 2019 at 10:22:41AM +0200, Julia Suvorova wrote: > > Using FLR becomes convenient in cases where resetting the bus is > > impractical, for example, when debugging the behavior of individual > > functions. > > > > Signed-of

Re: [Qemu-devel] [PATCH] virtio-pci: Add Function Level Reset support

2019-08-09 Thread Michael S. Tsirkin
On Wed, Aug 07, 2019 at 10:22:41AM +0200, Julia Suvorova wrote: > Using FLR becomes convenient in cases where resetting the bus is > impractical, for example, when debugging the behavior of individual > functions. > > Signed-off-by: Julia Suvorova > --- > hw/virtio/virtio-pci.c | 10 ++ >

[Qemu-devel] [PATCH] virtio-pci: Add Function Level Reset support

2019-08-07 Thread Julia Suvorova
Using FLR becomes convenient in cases where resetting the bus is impractical, for example, when debugging the behavior of individual functions. Signed-off-by: Julia Suvorova --- hw/virtio/virtio-pci.c | 10 ++ hw/virtio/virtio-pci.h | 1 + 2 files changed, 11 insertions(+) diff --git a