Re: [Qemu-devel] [PATCH v1] machine: properly free device_memory

2018-07-02 Thread Eduardo Habkost
On Mon, Jul 02, 2018 at 11:41:52AM +0200, David Hildenbrand wrote: > Machines might have inititalized device_memory if they support memory > devices, so let's properly free it. > > Signed-off-by: David Hildenbrand Queued, thanks. -- Eduardo

Re: [Qemu-devel] [PATCH v1] machine: properly free device_memory

2018-07-02 Thread Igor Mammedov
On Mon, 2 Jul 2018 11:41:52 +0200 David Hildenbrand wrote: > Machines might have inititalized device_memory if they support memory > devices, so let's properly free it. > > Signed-off-by: David Hildenbrand > --- > hw/core/machine.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/hw/

[Qemu-devel] [PATCH v1] machine: properly free device_memory

2018-07-02 Thread David Hildenbrand
Machines might have inititalized device_memory if they support memory devices, so let's properly free it. Signed-off-by: David Hildenbrand --- hw/core/machine.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/core/machine.c b/hw/core/machine.c index 617e5f8d75..ae3e713e90 100644 --- a/hw/