* [Qemu-devel] [PATCH 1/3] qjson.h: include compiler.h for GCC_FMT_ATTR
2012-03-09 20:55 [Qemu-devel] [PULL 0/3]: QMP queue Luiz Capitulino
@ 2012-03-09 20:55 ` Luiz Capitulino
2012-03-09 20:55 ` [Qemu-devel] [PATCH 2/3] qapi-schema: fix typos and explain 'spice' auth Luiz Capitulino
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Luiz Capitulino @ 2012-03-09 20:55 UTC (permalink / raw)
To: qemu-devel; +Cc: aliguori, Alon Levy
From: Alon Levy <alevy@redhat.com>
Signed-off-by: Alon Levy <alevy@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
---
qjson.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/qjson.h b/qjson.h
index 65b10ea..1190d8a 100644
--- a/qjson.h
+++ b/qjson.h
@@ -15,6 +15,7 @@
#define QJSON_H
#include <stdarg.h>
+#include "compiler.h"
#include "qobject.h"
#include "qstring.h"
--
1.7.9.2.384.g4a92a
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Qemu-devel] [PATCH 2/3] qapi-schema: fix typos and explain 'spice' auth
2012-03-09 20:55 [Qemu-devel] [PULL 0/3]: QMP queue Luiz Capitulino
2012-03-09 20:55 ` [Qemu-devel] [PATCH 1/3] qjson.h: include compiler.h for GCC_FMT_ATTR Luiz Capitulino
@ 2012-03-09 20:55 ` Luiz Capitulino
2012-03-09 20:55 ` [Qemu-devel] [PATCH 3/3] qapi-schema.json: fix comment for type ObjectPropretyInfo Luiz Capitulino
2012-03-13 2:22 ` [Qemu-devel] [PULL 0/3]: QMP queue Anthony Liguori
3 siblings, 0 replies; 5+ messages in thread
From: Luiz Capitulino @ 2012-03-09 20:55 UTC (permalink / raw)
To: qemu-devel; +Cc: aliguori, Alon Levy
From: Alon Levy <alevy@redhat.com>
Signed-off-by: Alon Levy <alevy@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
---
qapi-schema.json | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/qapi-schema.json b/qapi-schema.json
index 5f293c4..93ee2a4 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -616,11 +616,12 @@
# @connection-id: SPICE connection id number. All channels with the same id
# belong to the same SPICE session.
#
-# @connection-type: SPICE channel type number. "1" is the main control channel,
-# filter for this one if you want track spice sessions only
+# @connection-type: SPICE channel type number. "1" is the main control
+# channel, filter for this one if you want to track spice
+# sessions only
#
-# @channel-id: SPICE channel ID number. Usually "0", might be different needed
-# when multiple channels of the same type exist, such as multiple
+# @channel-id: SPICE channel ID number. Usually "0", might be different when
+# multiple channels of the same type exist, such as multiple
# display channels in a multihead setup
#
# @tls: true if the channel is encrypted, false otherwise.
@@ -649,8 +650,9 @@
# @tls-port: #optional The SPICE server's TLS port number.
#
# @auth: #optional the current authentication type used by the server
-# 'none' if no authentication is being used
-# 'spice' (TODO: describe)
+# 'none' if no authentication is being used
+# 'spice' uses SASL or direct TLS authentication, depending on command
+# line options
#
# @channels: a list of @SpiceChannel for each active spice channel
#
--
1.7.9.2.384.g4a92a
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Qemu-devel] [PATCH 3/3] qapi-schema.json: fix comment for type ObjectPropretyInfo
2012-03-09 20:55 [Qemu-devel] [PULL 0/3]: QMP queue Luiz Capitulino
2012-03-09 20:55 ` [Qemu-devel] [PATCH 1/3] qjson.h: include compiler.h for GCC_FMT_ATTR Luiz Capitulino
2012-03-09 20:55 ` [Qemu-devel] [PATCH 2/3] qapi-schema: fix typos and explain 'spice' auth Luiz Capitulino
@ 2012-03-09 20:55 ` Luiz Capitulino
2012-03-13 2:22 ` [Qemu-devel] [PULL 0/3]: QMP queue Anthony Liguori
3 siblings, 0 replies; 5+ messages in thread
From: Luiz Capitulino @ 2012-03-09 20:55 UTC (permalink / raw)
To: qemu-devel; +Cc: aliguori, Alon Levy
From: Alon Levy <alevy@redhat.com>
Signed-off-by: Alon Levy <alevy@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
---
qapi-schema.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qapi-schema.json b/qapi-schema.json
index 93ee2a4..dd9e0e5 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -1256,7 +1256,7 @@
{ 'command': 'migrate_set_speed', 'data': {'value': 'int'} }
##
-# @DevicePropertyInfo:
+# @ObjectPropertyInfo:
#
# @name: the name of the property
#
--
1.7.9.2.384.g4a92a
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] [PULL 0/3]: QMP queue
2012-03-09 20:55 [Qemu-devel] [PULL 0/3]: QMP queue Luiz Capitulino
` (2 preceding siblings ...)
2012-03-09 20:55 ` [Qemu-devel] [PATCH 3/3] qapi-schema.json: fix comment for type ObjectPropretyInfo Luiz Capitulino
@ 2012-03-13 2:22 ` Anthony Liguori
3 siblings, 0 replies; 5+ messages in thread
From: Anthony Liguori @ 2012-03-13 2:22 UTC (permalink / raw)
To: Luiz Capitulino; +Cc: qemu-devel
On 03/09/2012 02:55 PM, Luiz Capitulino wrote:
> A few small fixes from Alon.
>
> The changes (since dac6b1b22cbad29ca34735a1e56c9feb9586e3c0) are available
> in the following repository:
>
> git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
>
> Alon Levy (3):
> qjson.h: include compiler.h for GCC_FMT_ATTR
> qapi-schema: fix typos and explain 'spice' auth
> qapi-schema.json: fix comment for type ObjectPropretyInfo
Pulled. Thanks.
Regards,
Anthony Liguori
>
> qapi-schema.json | 16 +++++++++-------
> qjson.h | 1 +
> 2 files changed, 10 insertions(+), 7 deletions(-)
>
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread