From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58228) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sc0Y8-0005iw-Kd for qemu-devel@nongnu.org; Tue, 05 Jun 2012 16:40:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sc0Y6-0006pC-So for qemu-devel@nongnu.org; Tue, 05 Jun 2012 16:40:20 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:42539) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sc0Y6-0006ZK-IY for qemu-devel@nongnu.org; Tue, 05 Jun 2012 16:40:18 -0400 Received: by mail-pb0-f45.google.com with SMTP id ro12so8625122pbb.4 for ; Tue, 05 Jun 2012 13:40:17 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4FCE6EAD.70403@redhat.com> Date: Tue, 05 Jun 2012 22:40:13 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1337683555-13301-1-git-send-email-lersek@redhat.com> <1337683555-13301-6-git-send-email-lersek@redhat.com> In-Reply-To: <1337683555-13301-6-git-send-email-lersek@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 05/16] qapi schema: remove trailing whitespace List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek Cc: qemu-devel@nongnu.org Il 22/05/2012 12:45, Laszlo Ersek ha scritto: > Signed-off-by: Laszlo Ersek > --- > qapi-schema.json | 10 +++++----- > 1 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/qapi-schema.json b/qapi-schema.json > index bb1f806..a8b3803 100644 > --- a/qapi-schema.json > +++ b/qapi-schema.json > @@ -315,7 +315,7 @@ > # @CPU: the index of the virtual CPU > # > # @current: this only exists for backwards compatible and should be ignored > -# > +# > # @halted: true if the virtual CPU is in the halt state. Halt usually refers > # to a processor specific low power mode. > # > @@ -658,7 +658,7 @@ > # @SpiceInfo > # > # Information about the SPICE session. > -# > +# > # @enabled: true if the SPICE server is enabled, false otherwise > # > # @host: #optional The hostname the SPICE server is bound to. This depends on > @@ -1269,7 +1269,7 @@ > ## > { 'command': 'human-monitor-command', > 'data': {'command-line': 'str', '*cpu-index': 'int'}, > - 'returns': 'str' } > + 'returns': 'str' } > > ## > # @migrate_cancel > @@ -1430,7 +1430,7 @@ > # @password: the new password > # > # @connected: #optional how to handle existing clients when changing the > -# password. If nothing is specified, defaults to `keep' > +# password. If nothing is specified, defaults to `keep' > # `fail' to fail the command if clients are connected > # `disconnect' to disconnect existing clients > # `keep' to maintain existing clients > @@ -1570,7 +1570,7 @@ > # If the argument combination is invalid, InvalidParameterCombination > # > # Since: 1.1 > -## > +## > { 'command': 'block_set_io_throttle', > 'data': { 'device': 'str', 'bps': 'int', 'bps_rd': 'int', 'bps_wr': 'int', > 'iops': 'int', 'iops_rd': 'int', 'iops_wr': 'int' } } Reviewed-by: Paolo Bonzini Paolo