Cc'ing qemu-trivial
On 07/15/2017 07:44 PM, Peng Hao wrote:
In the first line of run_agent,it has set ga_state = s,don't need
set ga_state = s again behind.
Signed-off-by: Peng Hao
Reviewed-by: Philippe Mathieu-Daudé
---
qga/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
In the first line of run_agent,it has set ga_state = s,don't need
set ga_state = s again behind.
Signed-off-by: Peng Hao
---
qga/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qga/main.c b/qga/main.c
index 405c129..dcd6104 100644
--- a/qga/main.c
+++ b/qga/main.c
@@ -