Re: [libvirt] [PATCH v2 4/7] tests: rewrite host CPU mocking

2017-07-26 Thread Jiri Denemark
On Fri, Jul 21, 2017 at 15:30:12 +0200, Pavel Hrdina wrote: > Move all the host CPU data into a separate file and rewrite qemucpumock > to not use passed @caps. This is preparation for following patch which > will replace virCaps argument with virArch. > > Signed-off-by: Pavel Hrdina

[libvirt] [PATCH v2 4/7] tests: rewrite host CPU mocking

2017-07-21 Thread Pavel Hrdina
Move all the host CPU data into a separate file and rewrite qemucpumock to not use passed @caps. This is preparation for following patch which will replace virCaps argument with virArch. Signed-off-by: Pavel Hrdina --- Notes: New in v2 tests/domaincapstest.c| 55