Hi
On 8/30/18 1:28 PM, Gerd Hoffmann wrote:
I'll take a look...
Ping, any results?
I'm wondering whenever we should just revert
93abfc88bd649de1933588bfc7175605331b3ea9.
Retested hotplug with 93abfc88bd649de1933588bfc7175605331b3ea9 reverted.
Works just fine with guest kernel loaded. Doesn'
Hi,
> > Thanks for the feedback, after closer inspection, the secondary-vga
> > refcount does, indeed, never reach 0.
> >
> > I noticed the bug was not present in v2.12.0 and had been visible since
> > 93abfc88bd649de1933588bfc7175605331b3ea9
> > (https://lists.gnu.org/archive/html/qemu-devel/2
On 11/08/2018 21:07, Remy NOEL wrote:
> On 08/07/2018 05:09 PM, Dr. David Alan Gilbert wrote:
>
>> * Peter Maydell (peter.mayd...@linaro.org) wrote:
>>> On 7 August 2018 at 15:57, Dr. David Alan Gilbert
>>> wrote:
* Gerd Hoffmann (kra...@redhat.com) wrote:
> On Fri, Jul 20, 2018 at 10:19
On 08/07/2018 05:09 PM, Dr. David Alan Gilbert wrote:
* Peter Maydell (peter.mayd...@linaro.org) wrote:
On 7 August 2018 at 15:57, Dr. David Alan Gilbert wrote:
* Gerd Hoffmann (kra...@redhat.com) wrote:
On Fri, Jul 20, 2018 at 10:19:48AM +0200, remy.n...@blade-group.com wrote:
From: "Remy
* Peter Maydell (peter.mayd...@linaro.org) wrote:
> On 7 August 2018 at 15:57, Dr. David Alan Gilbert wrote:
> > * Gerd Hoffmann (kra...@redhat.com) wrote:
> >> On Fri, Jul 20, 2018 at 10:19:48AM +0200, remy.n...@blade-group.com wrote:
> >> > From: "Remy Noel"
> >> >
> >> > When removing a second
On 7 August 2018 at 15:57, Dr. David Alan Gilbert wrote:
> * Gerd Hoffmann (kra...@redhat.com) wrote:
>> On Fri, Jul 20, 2018 at 10:19:48AM +0200, remy.n...@blade-group.com wrote:
>> > From: "Remy Noel"
>> >
>> > When removing a secondary-vga device and then adding it back (or adding
>> > an othe
* Gerd Hoffmann (kra...@redhat.com) wrote:
> On Fri, Jul 20, 2018 at 10:19:48AM +0200, remy.n...@blade-group.com wrote:
> > From: "Remy Noel"
> >
> > When removing a secondary-vga device and then adding it back (or adding
> > an other one), qemu aborts with:
> > "RAMBlock ":00:02.0/vga.vr
On Fri, Jul 20, 2018 at 10:19:48AM +0200, remy.n...@blade-group.com wrote:
> From: "Remy Noel"
>
> When removing a secondary-vga device and then adding it back (or adding
> an other one), qemu aborts with:
> "RAMBlock ":00:02.0/vga.vram" already registered, abort!".
>
> It is caused by t
From: "Remy Noel"
When removing a secondary-vga device and then adding it back (or adding
an other one), qemu aborts with:
"RAMBlock ":00:02.0/vga.vram" already registered, abort!".
It is caused by the vram staying registered, preventing vga replugging.
Signed-off-by: Remy Noel
---
hw