qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 3/3] virtio pmem: remove transational device inf


From: David Hildenbrand
Subject: Re: [Qemu-devel] [PATCH 3/3] virtio pmem: remove transational device info
Date: Mon, 15 Jul 2019 08:44:52 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2

On 12.07.19 09:35, Pankaj Gupta wrote:
> Remove transactional & non transactional device info
> for virtio pmem. 

Can you explain and add *why* ?

> 
> Signed-off-by: Pankaj Gupta <address@hidden>
> ---
>  hw/virtio/virtio-pmem-pci.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/hw/virtio/virtio-pmem-pci.c b/hw/virtio/virtio-pmem-pci.c
> index 0da6627469..fe2af00fa1 100644
> --- a/hw/virtio/virtio-pmem-pci.c
> +++ b/hw/virtio/virtio-pmem-pci.c
> @@ -113,8 +113,6 @@ static void virtio_pmem_pci_instance_init(Object *obj)
>  static const VirtioPCIDeviceTypeInfo virtio_pmem_pci_info = {
>      .base_name             = TYPE_VIRTIO_PMEM_PCI,
>      .generic_name          = "virtio-pmem-pci",
> -    .transitional_name     = "virtio-pmem-pci-transitional",
> -    .non_transitional_name = "virtio-pmem-pci-non-transitional",
>      .instance_size = sizeof(VirtIOPMEMPCI),
>      .instance_init = virtio_pmem_pci_instance_init,
>      .class_init    = virtio_pmem_pci_class_init,
> 


-- 

Thanks,

David / dhildenb



reply via email to

[Prev in Thread] Current Thread [Next in Thread]