Re: [PATCH] tools/virtio: Test virtual address range detection

2022-02-25 Thread Michael S. Tsirkin
On Fri, Feb 25, 2022 at 03:48:58PM +, Matthew Wilcox wrote: > On Tue, Feb 22, 2022 at 11:18:18PM +, Matthew Wilcox wrote: > > On Tue, Feb 22, 2022 at 07:58:33AM +, David Woodhouse wrote: > > > On Tue, 2022-02-22 at 01:31 -0500, Michael S. Tsirkin wrote: > > > > On Mon, Feb 21, 2022 at 0

Re: [PATCH v2 05/11] pci: use helper for safer setting of driver_override

2022-02-25 Thread Bjorn Helgaas
On Fri, Feb 25, 2022 at 10:36:20AM +0100, Krzysztof Kozlowski wrote: > On 25/02/2022 00:52, Bjorn Helgaas wrote: > > On Thu, Feb 24, 2022 at 08:49:15AM +0100, Krzysztof Kozlowski wrote: > >> On 23/02/2022 22:51, Bjorn Helgaas wrote: > >>> In subject, to match drivers/pci/ convention, do something l

Re: [PATCH] tools/virtio: Test virtual address range detection

2022-02-25 Thread Matthew Wilcox
On Tue, Feb 22, 2022 at 11:18:18PM +, Matthew Wilcox wrote: > On Tue, Feb 22, 2022 at 07:58:33AM +, David Woodhouse wrote: > > On Tue, 2022-02-22 at 01:31 -0500, Michael S. Tsirkin wrote: > > > On Mon, Feb 21, 2022 at 05:18:48PM +, David Woodhouse wrote: > > > > > > > > [dwoodhou@i7 vi

Re: [PATCH] virtio: drop default for virtio-mem

2022-02-25 Thread David Hildenbrand
On 25.02.22 12:48, Michael S. Tsirkin wrote: > There's no special reason why virtio-mem needs a default that's > different from what kconfig provides, any more than e.g. virtio blk. > > Signed-off-by: Michael S. Tsirkin > --- > drivers/virtio/Kconfig | 1 - > 1 file changed, 1 deletion(-) > > d

[PATCH] virtio: drop default for virtio-mem

2022-02-25 Thread Michael S. Tsirkin
There's no special reason why virtio-mem needs a default that's different from what kconfig provides, any more than e.g. virtio blk. Signed-off-by: Michael S. Tsirkin --- drivers/virtio/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig ind