Re: [libvirt] [PATCH] tests: make domaincapstest less anoying to debug

2019-10-25 Thread Daniel Henrique Barboza
On 10/25/19 10:19 AM, Peter Krempa wrote: Since 6a077cf2b3 domaincapstest does not run through all cases on failure but terminates right away. This makes it super annoying to debug or use in combination with VIR_TEST_REGNERATE_OUTPUT. I believe the flag is called VIR_TEST_REGENERATE_OUTPUT

Re: [libvirt] [PATCH 0/7] i386: Add `machine` parameter to query-cpu-definitions

2019-10-25 Thread David Hildenbrand
On 25.10.19 15:38, Eduardo Habkost wrote: CCing danpb, libvir-list, mskrivanek. On Fri, Oct 25, 2019 at 09:17:46AM +0200, David Hildenbrand wrote: On 25.10.19 04:25, Eduardo Habkost wrote: We had introduced versioned CPU models in QEMU 4.1, including a method for querying for CPU model

Re: [libvirt] [PATCH 0/7] i386: Add `machine` parameter to query-cpu-definitions

2019-10-25 Thread Eduardo Habkost
CCing mskrivanek, danpb, libvir-list. On Fri, Oct 25, 2019 at 10:02:29AM +0200, David Hildenbrand wrote: > On 25.10.19 09:55, Christian Borntraeger wrote: > > > > > > On 25.10.19 09:17, David Hildenbrand wrote: > > > On 25.10.19 04:25, Eduardo Habkost wrote: > > > > We had introduced versioned

[libvirt] Test CPU signatures

2019-10-25 Thread Leo Hou
Hi, Mr Jiri Denemark, Because I can't subscribe the development of mailing list now, so I paste the log, I want to know if

Re: [libvirt] [PATCH 0/7] i386: Add `machine` parameter to query-cpu-definitions

2019-10-25 Thread Eduardo Habkost
CCing danpb, libvir-list, mskrivanek. On Fri, Oct 25, 2019 at 09:17:46AM +0200, David Hildenbrand wrote: > On 25.10.19 04:25, Eduardo Habkost wrote: > > We had introduced versioned CPU models in QEMU 4.1, including a > > method for querying for CPU model versions using > > Interesting, I was not

Re: [libvirt] [PATCH 7/7] cpu: Add `machine` parameter to query-cpu-definitions

2019-10-25 Thread Eduardo Habkost
CCing libvir-list. On Fri, Oct 25, 2019 at 08:36:59AM +0200, Markus Armbruster wrote: > Eduardo Habkost writes: > > The new parameter can be used by management software to query for > > CPU model alias information for multiple machines without > > restarting QEMU. [...] > > @@ -317,9 +321,17 @@

[libvirt] [PATCH] tests: make domaincapstest less anoying to debug

2019-10-25 Thread Peter Krempa
Since 6a077cf2b3 domaincapstest does not run through all cases on failure but terminates right away. This makes it super annoying to debug or use in combination with VIR_TEST_REGNERATE_OUTPUT. Fix it by remembering failure and still running through all cases. Signed-off-by: Peter Krempa ---

Re: [libvirt] virsh blockresize syntax is inconsistent with vol-resize and somewhat dangerous

2019-10-25 Thread Patrik Martinsson
Hi Tim, I recently stumbled on the same thing, accidentally shrinking a blockdevice. I have written a patch for virsh that will force the user to append a '--force' flag if shrinking is desired. The behavior is somewhat still inconsistent with the vol-resize command, however a bigger rewrite is