From 3156937410b99e7b27283c6dc566e72ca4de53ab Mon Sep 17 00:00:00 2001 From: Matt Delco Date: Wed, 25 Sep 2019 10:51:20 -0700 Subject: crosvm: delete resume response from protobuf The resume response was deleted in a earlier change. This change removes the message type from the proto file and adjusts crosvm so it can still build after this removal. BUG=None TEST=build and run. Change-Id: I27d36a51b1e7eb59258d23da38199b86d7cb3659 Signed-off-by: Matt Delco Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/1825260 Reviewed-by: Zach Reizner Reviewed-by: Dylan Reid --- protos/src/plugin.proto | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'protos') diff --git a/protos/src/plugin.proto b/protos/src/plugin.proto index de76089..332ed5d 100644 --- a/protos/src/plugin.proto +++ b/protos/src/plugin.proto @@ -370,8 +370,6 @@ message VcpuResponse { } } - message Resume {} - message GetState { // The in memory representation of a struct kvm_regs, struct kvm_sregs, // struct kvm_fpu, struct kvm_debugregs, struct kvm_lapic_state, @@ -399,7 +397,7 @@ message VcpuResponse { // VcpuRequest. oneof message { Wait wait = 2; - Resume resume = 3; + // resume was 3 but no longer gets a reply. GetState get_state = 4; SetState set_state = 5; GetMsrs get_msrs = 6; -- cgit 1.4.1