Skip to content

Commit

Permalink
Add rpc for waking up a guest through QEmu 1.4
Browse files Browse the repository at this point in the history
OXT-118

Signed-off: Jed Lejosne <[email protected]>
  • Loading branch information
Brendan Kerrigan authored and Chris Patterson committed Mar 27, 2015
1 parent 7f28b93 commit bac7d19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libdmbus/src/rpc_definitions.m4
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ DEFINE_MESSAGE(21, dom0_input_event, uint16_t type,
int32_t value)
DEFINE_MESSAGE(24, input_config_reset, uint8_t slot)
DEFINE_MESSAGE(25, input_config, InputConfig c)
DEFINE_MESSAGE(26, input_wakeup)

DEFINE_IN_RPC_NO_RETURN(switcher_abs)
DEFINE_IN_RPC_NO_RETURN(switcher_pvm_domid)
Expand All @@ -106,6 +107,7 @@ DEFINE_IN_RPC_NO_RETURN(switcher_shutdown)
DEFINE_OUT_RPC(dom0_input_event)
DEFINE_OUT_RPC(input_config)
DEFINE_OUT_RPC(input_config_reset)
DEFINE_OUT_RPC(input_wakeup)

# Common message
DEFINE_MESSAGE(23, device_model_ready)
Expand Down

0 comments on commit bac7d19

Please sign in to comment.