Re: [Qemu-devel] [PATCH] vmxcap: Fix output formatting

2017-09-24 Thread Michael Tokarev
Please excuse me for the long delay with this patch. 20.07.2017 11:14, Stefan Fritsch wrote: > From: Stefan Fritsch > > One string is longer than 40 chars. Set the field width to 50. The string is this one, I guess: Miscellaneous data Hex: 0x100401e5 VMX-preemption timer scale (log2)

[Qemu-devel] [PATCH] vmxcap: Fix output formatting

2017-07-20 Thread Stefan Fritsch
From: Stefan Fritsch One string is longer than 40 chars. Set the field width to 50. Signed-off-by: Stefan Fritsch --- scripts/kvm/vmxcap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/kvm/vmxcap b/scripts/kvm/vmxcap index d9a6db0bb7..19506f45bf 100755 --- a/scr