qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v6 11/47] Return path: Open a return path on QEM


From: Amit Shah
Subject: Re: [Qemu-devel] [PATCH v6 11/47] Return path: Open a return path on QEMUFile for sockets
Date: Wed, 10 Jun 2015 14:30:25 +0530

On (Tue) 14 Apr 2015 [18:03:37], Dr. David Alan Gilbert (git) wrote:
> From: "Dr. David Alan Gilbert" <address@hidden>
> 
> Postcopy needs a method to send messages from the destination back to
> the source, this is the 'return path'.
> 
> Wire it up for 'socket' QEMUFile's using a dup'd fd.

I'm not too sure we should create a new fd; just use the same one
since sockets are supposed to be used that way.

I suspect, though, that using an entirely new connection could
simplify a few things (like the next patch).

In a private chat, Dave mentioned he'd give this some thought (and
give it a go) -- hope we don't end up needing to do things the dup
way.

                Amit



reply via email to

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