qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 10/10] qmp: parse commands in strict mode


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH 10/10] qmp: parse commands in strict mode
Date: Thu, 22 Mar 2012 15:28:00 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2

On 03/22/2012 06:51 AM, Paolo Bonzini wrote:
Signed-off-by: Paolo Bonzini<address@hidden>

Reviewed-off-by: Anthony Liguori <address@hidden>

Looks good overall.  I think documentation is the only real issue.

I assume this will go through Luiz's tree?

Regards,

Anthony Liguori

---
  scripts/qapi-commands.py |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/qapi-commands.py b/scripts/qapi-commands.py
index 3aabf61..4774b61 100644
--- a/scripts/qapi-commands.py
+++ b/scripts/qapi-commands.py
@@ -140,7 +140,7 @@ v = qapi_dealloc_get_visitor(md);
  ''')
      else:
          ret += mcgen('''
-mi = qmp_input_visitor_new(%(obj)s);
+mi = qmp_input_visitor_new_strict(%(obj)s);
  v = qmp_input_get_visitor(mi);
  ''',
                       obj=obj)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]