
5 Oct
2015
5 Oct
'15
3:24 p.m.
On Mon, Oct 05, 2015 at 14:13:05 +0200, Andrea Bolognani wrote:
--- This pushes a lot of lines well beyond 80 columns, but then again some of the entries were already as long as 92 columns...
src/qemu/qemu_capabilities.h | 412 +++++++++++++++++++++---------------------- 1 file changed, 205 insertions(+), 207 deletions(-)
Hmm, could we also finally get rid of the useless explicit numbering and make the list similar to the strings in qemu_capabilities.c? All of these are internal flags, so the numbers are pretty much irrelevant as long as the items correspond to the correct string representation. Jirka