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

2015-05-05 Thread Paolo Bonzini
On 30/04/2015 20:20, Don Slutz wrote: > Changes v4 to v5: > > Paolo Bonzini > What is VMPORT_SHORT about? > Dropped this. > Why not use a bool in CPUX86State? > Took his sugestion and moved to a bool in X86CPU. Looks good to me, but I'd like an ack from Michael Tsirkin as we

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

2015-04-30 Thread Don Slutz
Changes v4 to v5: Paolo Bonzini What is VMPORT_SHORT about? Dropped this. Why not use a bool in CPUX86State? Took his sugestion and moved to a bool in X86CPU. Changes v3 to v4: Paolo Bonzini on "vmort_rpc: Add QMP access to vmport_rpc" Does this compile on non-x86 tar