Message ID | 20190712073554.21918-1-pagupta@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | virtio pmem: coverity fixes | expand |
On Fri, 12 Jul 2019 13:05:51 +0530 Pankaj Gupta <pagupta@redhat.com> wrote: > This patch series two fixes for coverity and a > transactional info removal patch. > > Pankaj Gupta (3): > virtio pmem: fix wrong mem region condition > virtio pmem: remove memdev null check > virtio pmem: remove transational device info > > hw/virtio/virtio-pmem-pci.c | 4 +--- > hw/virtio/virtio-pmem.c | 4 ++-- > 2 files changed, 3 insertions(+), 5 deletions(-) > I think all of this is 4.1 material.
> > On Fri, 12 Jul 2019 13:05:51 +0530 > Pankaj Gupta <pagupta@redhat.com> wrote: > > > This patch series two fixes for coverity and a > > transactional info removal patch. > > > > Pankaj Gupta (3): > > virtio pmem: fix wrong mem region condition > > virtio pmem: remove memdev null check > > virtio pmem: remove transational device info > > > > hw/virtio/virtio-pmem-pci.c | 4 +--- > > hw/virtio/virtio-pmem.c | 4 ++-- > > 2 files changed, 3 insertions(+), 5 deletions(-) > > > > I think all of this is 4.1 material. Yes, forgot to add in the subject. Thank you for the review. Best regards, Pankaj > >