qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] RAMBlock's named ""


From: Paolo Bonzini
Subject: Re: [Qemu-devel] RAMBlock's named ""
Date: Thu, 9 Mar 2017 12:56:22 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0


On 07/03/2017 20:46, Dr. David Alan Gilbert wrote:
>   (from https://bugzilla.redhat.com/show_bug.cgi?id=1425273)
>   The simplest reproducer of this is:
> 
> ./qemu-system-x86_64 -nographic  -device e1000e,id=foo -m 1G -M pc,accel=kvm 
> my.img
> 
>   with a Linux image and after it's booted do a device_del foo
> 
>   migration at that point sees an empty RAMBlock that was the ROM
>   associated with the device.  This doesn't happen on an e1000 device,
>   so I've not figured out what the difference is.

This is a leak of the e1000e object.  The cause is a simple typo.

Paolo



reply via email to

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