qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] Only try and read a VMDescription if it should


From: Juan Quintela
Subject: Re: [Qemu-devel] [PATCH] Only try and read a VMDescription if it should be there
Date: Wed, 01 Jul 2015 10:34:31 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

"Dr. David Alan Gilbert (git)" <address@hidden> wrote:
> From: "Dr. David Alan Gilbert" <address@hidden>
>
> The VMDescription section maybe after the EOF mark, the current code
> does a 'qemu_get_byte' and either gets the header byte identifying the
> description or an error (which it ignores).  Doing the 'get' upsets
> RDMA which hangs on old machine types without the VMDescription.
>
> Just avoid reading the VMDescription if we wouldn't send it.
>
> Signed-off-by: Dr. David Alan Gilbert <address@hidden>

Applied.



reply via email to

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