On 02/05/2014 04:53 AM, Orit Wasserman wrote:
> Signed-off-by: Orit Wasserman <owass...@redhat.com>
> ---
>  migration.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Eric Blake <ebl...@redhat.com>

> 
> diff --git a/migration.c b/migration.c
> index 25add6f..cc18f6c 100644
> --- a/migration.c
> +++ b/migration.c
> @@ -482,7 +482,7 @@ void qmp_migrate_set_cache_size(int64_t value, Error 
> **errp)
>      /* Cache should not be larger than guest ram size */
>      if (value > ram_bytes_total()) {
>          error_set(errp, QERR_INVALID_PARAMETER_VALUE, "cache size",
> -                  "exceeds guest ram size ");
> +                  "exceeds guest ram size");
>          return;
>      }
>  
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to