Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | virtio/virtio_pci_legacy_dev: ensure the correct return value | Peng Hao | 2022-01-15 | 1 | -1/+3 |
| | | | | | | | | | When pci_iomap return NULL, the return value is zero. Signed-off-by: Peng Hao <flyingpeng@tencent.com> Link: https://lore.kernel.org/r/20211222112014.87394-1-flyingpeng@tencent.com Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Jason Wang <jasowang@redhat.com> | ||||
* | virtio-pci: introduce legacy device module | Wu Zongyong | 2021-11-01 | 1 | -0/+220 |
Split common codes from virtio-pci-legacy so vDPA driver can reuse it later. Signed-off-by: Wu Zongyong <wuzongyong@linux.alibaba.com> Acked-by: Jason Wang <jasowang@redhat.com> Link: https://lore.kernel.org/r/71605acde5e97fcb2760a6973e406279fb1bbd33.1635493219.git.wuzongyong@linux.alibaba.com Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |