[libvirt] [PATCH v2 0/2] bhyve: add CPU topology support

Roman Bogorodskiy posted 2 patches 5 years, 10 months ago
Failed in applying to current master (apply log)
Test syntax-check passed
docs/drvbhyve.html.in                         | 16 ++++++++++++
docs/news.xml                                 |  9 +++++++
src/bhyve/bhyve_capabilities.c                |  7 +++--
src/bhyve/bhyve_capabilities.h                |  1 +
src/bhyve/bhyve_command.c                     | 26 ++++++++++++++++++-
...yvexml2argv-cputopology-nvcpu-mismatch.xml | 26 +++++++++++++++++++
.../bhyvexml2argv-cputopology.args            |  9 +++++++
.../bhyvexml2argv-cputopology.ldargs          |  3 +++
.../bhyvexml2argv-cputopology.xml             | 26 +++++++++++++++++++
tests/bhyvexml2argvtest.c                     |  8 +++++-
10 files changed, 127 insertions(+), 4 deletions(-)
create mode 100644 tests/bhyvexml2argvdata/bhyvexml2argv-cputopology-nvcpu-mismatch.xml
create mode 100644 tests/bhyvexml2argvdata/bhyvexml2argv-cputopology.args
create mode 100644 tests/bhyvexml2argvdata/bhyvexml2argv-cputopology.ldargs
create mode 100644 tests/bhyvexml2argvdata/bhyvexml2argv-cputopology.xml
[libvirt] [PATCH v2 0/2] bhyve: add CPU topology support
Posted by Roman Bogorodskiy 5 years, 10 months ago
Changes since v1:

 - Added a check that nvcpus == sockets * cores * threads and
   a test for that. 

Roman Bogorodskiy (2):
  bhyve: add CPU topology support
  docs: bhyve: document guest CPU topology feature

 docs/drvbhyve.html.in                         | 16 ++++++++++++
 docs/news.xml                                 |  9 +++++++
 src/bhyve/bhyve_capabilities.c                |  7 +++--
 src/bhyve/bhyve_capabilities.h                |  1 +
 src/bhyve/bhyve_command.c                     | 26 ++++++++++++++++++-
 ...yvexml2argv-cputopology-nvcpu-mismatch.xml | 26 +++++++++++++++++++
 .../bhyvexml2argv-cputopology.args            |  9 +++++++
 .../bhyvexml2argv-cputopology.ldargs          |  3 +++
 .../bhyvexml2argv-cputopology.xml             | 26 +++++++++++++++++++
 tests/bhyvexml2argvtest.c                     |  8 +++++-
 10 files changed, 127 insertions(+), 4 deletions(-)
 create mode 100644 tests/bhyvexml2argvdata/bhyvexml2argv-cputopology-nvcpu-mismatch.xml
 create mode 100644 tests/bhyvexml2argvdata/bhyvexml2argv-cputopology.args
 create mode 100644 tests/bhyvexml2argvdata/bhyvexml2argv-cputopology.ldargs
 create mode 100644 tests/bhyvexml2argvdata/bhyvexml2argv-cputopology.xml

-- 
2.17.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH v2 0/2] bhyve: add CPU topology support
Posted by Andrea Bolognani 5 years, 10 months ago
On Tue, 2018-05-29 at 20:57 +0400, Roman Bogorodskiy wrote:
> Changes since v1:
> 
>  - Added a check that nvcpus == sockets * cores * threads and
>    a test for that. 
> 
> Roman Bogorodskiy (2):
>   bhyve: add CPU topology support
>   docs: bhyve: document guest CPU topology feature

Seems to have triggered CI failures:

  https://ci.centos.org/view/libvirt/job/libvirt-master-check/1153/

Can you please look into it?

-- 
Andrea Bolognani / Red Hat / Virtualization

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH v2 0/2] bhyve: add CPU topology support
Posted by Roman Bogorodskiy 5 years, 10 months ago
  Andrea Bolognani wrote:

> On Tue, 2018-05-29 at 20:57 +0400, Roman Bogorodskiy wrote:
> > Changes since v1:
> > 
> >  - Added a check that nvcpus == sockets * cores * threads and
> >    a test for that. 
> > 
> > Roman Bogorodskiy (2):
> >   bhyve: add CPU topology support
> >   docs: bhyve: document guest CPU topology feature
> 
> Seems to have triggered CI failures:
> 
>   https://ci.centos.org/view/libvirt/job/libvirt-master-check/1153/
> 
> Can you please look into it?

Oh, what a shame, looks like I forgot to 'git add' data files...
Thanks for noticing that! I'll fix it shortly.

> -- 
> Andrea Bolognani / Red Hat / Virtualization

Roman Bogorodskiy
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list