Re: [Qemu-devel] [RFC][PATCH 01/10] virtagent: add common rpc transport defs

2010-10-25 Thread Anthony Liguori
On 10/22/2010 01:45 PM, Michael Roth wrote: Common code for sending/recieving RPCs via http over virtproxy channel. Eventually these will all be switched to asynchronous handlers to avoid deadlocks between qemu and the guest. For now we can usually get away with just doing asynchronous reads for

Re: [Qemu-devel] [RFC][PATCH 01/10] virtagent: add common rpc transport defs

2010-10-25 Thread malc
On Mon, 25 Oct 2010, Anthony Liguori wrote: On 10/22/2010 01:45 PM, Michael Roth wrote: Common code for sending/recieving RPCs via http over virtproxy channel. Eventually these will all be switched to asynchronous handlers to avoid deadlocks between qemu and the guest. For now we can

Re: [Qemu-devel] [RFC][PATCH 01/10] virtagent: add common rpc transport defs

2010-10-25 Thread Anthony Liguori
On 10/25/2010 04:54 PM, malc wrote: On Mon, 25 Oct 2010, Anthony Liguori wrote: On 10/22/2010 01:45 PM, Michael Roth wrote: Common code for sending/recieving RPCs via http over virtproxy channel. Eventually these will all be switched to asynchronous handlers to avoid deadlocks

Re: [Qemu-devel] [RFC][PATCH 01/10] virtagent: add common rpc transport defs

2010-10-25 Thread malc
On Mon, 25 Oct 2010, Anthony Liguori wrote: On 10/25/2010 04:54 PM, malc wrote: On Mon, 25 Oct 2010, Anthony Liguori wrote: On 10/22/2010 01:45 PM, Michael Roth wrote: Common code for sending/recieving RPCs via http over virtproxy channel. Eventually these will all

[Qemu-devel] [RFC][PATCH 01/10] virtagent: add common rpc transport defs

2010-10-22 Thread Michael Roth
Common code for sending/recieving RPCs via http over virtproxy channel. Eventually these will all be switched to asynchronous handlers to avoid deadlocks between qemu and the guest. For now we can usually get away with just doing asynchronous reads for http/RPC responses if we don't send large RPC