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

Re: [Xen-devel] [Qemu-devel] [PATCH 3/3] machine: Use shorter format for GlobalProperty arrays



  Hi,

> +    { "migration", "decompress-error-check", "off" },
> +    { "hda-audio", "use-timer", "false" },
> +    { "cirrus-vga", "global-vmstate", "true" },
> +    { "VGA", "global-vmstate", "true" },
> +    { "vmware-svga", "global-vmstate", "true" },
> +    { "qxl-vga", "global-vmstate", "true" },

I'd like to have the fields aligned.  Especially in cases like this one
where multiple devices get the same value assigned it makes things more
readable:

    { "migration",   "decompress-error-check", "off"   },
    { "hda-audio",   "use-timer",              "false" },
    { "cirrus-vga",  "global-vmstate",         "true"  },
    { "VGA",         "global-vmstate",         "true"  },
    { "vmware-svga", "global-vmstate",         "true"  },
    { "qxl-vga",     "global-vmstate",         "true"  },

thanks,
  Gerd


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.