On 04/28/15 04:13, Paolo Bonzini wrote: > > > On 28/04/2015 00:46, Don Slutz wrote: >> This adds one new inject command: >> >> inject-vmport-action >> >> And three guest info commands: >> >> vmport-guestinfo-set >> vmport-guestinfo-get >> query-vmport-guestinfo >> >> More details in qmp-commands.hx >> >> Signed-off-by: Don Slutz <dsl...@verizon.com> >> --- >> hw/misc/vmport_rpc.c | 269 >> +++++++++++++++++++++++++++++++++++++++++++++++++++ >> qapi-schema.json | 90 +++++++++++++++++ >> qmp-commands.hx | 120 +++++++++++++++++++++++ >> 3 files changed, 479 insertions(+) > > Does this compile on non-x86 targets? >
Sigh, it does not. Will fix. -Don Slutz > Paolo >