From 48a32bedfed0ea5b30bdbb470c0520acdadc3bf2 Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Fri, 2 Sep 2011 12:34:48 -0500 Subject: qapi: convert query-name A simple example conversion 'info name'. This also adds the new files for QMP and HMP. Signed-off-by: Anthony Liguori Signed-off-by: Luiz Capitulino --- hmp.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 hmp.h (limited to 'hmp.h') diff --git a/hmp.h b/hmp.h new file mode 100644 index 0000000000..5fe73f1c5e --- /dev/null +++ b/hmp.h @@ -0,0 +1,22 @@ +/* + * Human Monitor Interface + * + * Copyright IBM, Corp. 2011 + * + * Authors: + * Anthony Liguori + * + * This work is licensed under the terms of the GNU GPL, version 2. See + * the COPYING file in the top-level directory. + * + */ + +#ifndef HMP_H +#define HMP_H + +#include "qemu-common.h" +#include "qapi-types.h" + +void hmp_info_name(Monitor *mon); + +#endif -- cgit v1.2.3