Re: [Qemu-devel] [PATCH v4 0/7] Add limited support of VMware's hyper-call rpc

2015-04-30 Thread Paolo Bonzini
On 30/04/2015 15:32, Don Slutz wrote: > Changes v4 to v4: > > Paolo Bonzini on "vmort_rpc: Add QMP access to vmport_rpc" > Does this compile on non-x86 targets? > Nope. Fixed. Only have a couple more questions, but apart from this it seems ready to go in. Thanks for your persistence

[Qemu-devel] [PATCH v4 0/7] Add limited support of VMware's hyper-call rpc

2015-04-30 Thread Don Slutz
Changes v4 to v4: Paolo Bonzini on "vmort_rpc: Add QMP access to vmport_rpc" Does this compile on non-x86 targets? Nope. Fixed. Changes v2 to v3: s/2.3/2.4 Changes v1 to v2: Added live migration code. Adjust data structures for migration. Switch to GHashTable. Eric B