Displaying 4 results from an estimated 4 matches for "a2c0c98b".
2016 Nov 25
1
[PATCH] virtio_mmio: Set dev.release() to avoid warning
...mio_config_ops;
>> vm_dev->pdev = pdev;
>> INIT_LIST_HEAD(&vm_dev->virtqueues);
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxfoundation.org/pipermail/virtualization/attachments/20161124/a2c0c98b/attachment-0001.html>
2016 Nov 25
1
[PATCH] virtio_mmio: Set dev.release() to avoid warning
...mio_config_ops;
>> vm_dev->pdev = pdev;
>> INIT_LIST_HEAD(&vm_dev->virtqueues);
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxfoundation.org/pipermail/virtualization/attachments/20161124/a2c0c98b/attachment-0001.html>
2016 Nov 24
2
[PATCH] virtio_mmio: Set dev.release() to avoid warning
From: Yuan Liu <liuyuan at google.com>
Fix a warning thrown from virtio_mmio_remove():
Device 'virtio0' does not have a release() function
The fix is according to virtio_pci_probe() of
drivers/virtio/virtio_pci_common.c
Signed-off-by: Yuan Liu <liuyuan at google.com>
---
drivers/virtio/virtio_mmio.c | 2 ++
1 file changed, 2 insertions(+)
diff --git
2016 Nov 24
2
[PATCH] virtio_mmio: Set dev.release() to avoid warning
From: Yuan Liu <liuyuan at google.com>
Fix a warning thrown from virtio_mmio_remove():
Device 'virtio0' does not have a release() function
The fix is according to virtio_pci_probe() of
drivers/virtio/virtio_pci_common.c
Signed-off-by: Yuan Liu <liuyuan at google.com>
---
drivers/virtio/virtio_mmio.c | 2 ++
1 file changed, 2 insertions(+)
diff --git