search for: muthiah

Displaying 3 results from an estimated 3 matches for "muthiah".

Did you mean: muthaiah
2020 Mar 11
0
[PATCH RESEND] virtio: virtio_pci_legacy: Remove default y from Kconfig
On Wed, Mar 11, 2020 at 03:44:14PM -0700, Ram Muthiah wrote: > On Sat, Feb 29, 2020 at 11:32 PM Michael S. Tsirkin <mst at redhat.com> wrote: > > > > On Fri, Feb 28, 2020 at 03:27:36PM -0800, Ram Muthiah wrote: > > > The legacy pci driver should no longer be default enabled. QEMU has > > > implemented support for...
2020 Mar 01
0
[PATCH RESEND] virtio: virtio_pci_legacy: Remove default y from Kconfig
On Fri, Feb 28, 2020 at 03:27:36PM -0800, Ram Muthiah wrote: > The legacy pci driver should no longer be default enabled. QEMU has > implemented support for Virtio 1 for virtio-pci since June 2015 > on SHA dfb8e184db75. > > Signed-off-by: Ram Muthiah <rammuthiah at google.com> I see little reason to do this: y is safer and will...
2020 Aug 21
0
[PATCH] crypto: virtio - don't use 'default m'
Eric Biggers <ebiggers at kernel.org> wrote: > From: Ram Muthiah <rammuthiah at google.com> > > Drivers shouldn't be enabled by default unless there is a very good > reason to do so. There doesn't seem to be any such reason for the > virtio crypto driver, so change it to the default of 'n'. > > Signed-off-by: Ram Muthia...