[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v1 17/17] virtio-pci: Send qapi events when the virtio-mem si
From: |
David Hildenbrand |
Subject: |
Re: [PATCH v1 17/17] virtio-pci: Send qapi events when the virtio-mem size changes |
Date: |
Fri, 15 May 2020 17:18:10 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 |
> #endif /* QEMU_VIRTIO_MEM_PCI_H */
> diff --git a/hw/virtio/virtio-mem.c b/hw/virtio/virtio-mem.c
> index 88a99a0d90..eb5cf66855 100644
> --- a/hw/virtio/virtio-mem.c
> +++ b/hw/virtio/virtio-mem.c
> @@ -491,7 +491,7 @@ static void virtio_mem_device_unrealize(DeviceState *dev,
> Error **errp)
> virtio_del_queue(vdev, 0);
> virtio_cleanup(vdev);
> g_free(vmem->bitmap);
> - ramblock_discard_set_required(false);
> + ram_block_discard_set_required(false);
^ this belongs into patch #10.
--
Thanks,
David / dhildenb
- [PATCH v1 13/17] hmp: Handle virtio-mem when printing memory device info, (continued)
- [PATCH v1 13/17] hmp: Handle virtio-mem when printing memory device info, David Hildenbrand, 2020/05/06
- [PATCH v1 12/17] MAINTAINERS: Add myself as virtio-mem maintainer, David Hildenbrand, 2020/05/06
- [PATCH v1 14/17] numa: Handle virtio-mem in NUMA stats, David Hildenbrand, 2020/05/06
- [PATCH v1 15/17] pc: Support for virtio-mem-pci, David Hildenbrand, 2020/05/06
- [PATCH v1 16/17] virtio-mem: Allow notifiers for size changes, David Hildenbrand, 2020/05/06
- [PATCH v1 17/17] virtio-pci: Send qapi events when the virtio-mem size changes, David Hildenbrand, 2020/05/06
- Re: [PATCH v1 17/17] virtio-pci: Send qapi events when the virtio-mem size changes,
David Hildenbrand <=