<div dir="ltr"><br><div class="gmail_quote">From: Prakhar Bansal <<a href="mailto:itsprakhar@gmail.com" target="_blank">itsprakhar@gmail.com</a>><br>
<br>
My name is Prakhar Bansal and I am a graduate student at Iowa State University, Iowa, USA. During the last 3 months of GSoC'20, I worked on adding support for a new driver for the Jailhouse hypervisor. Following is the implementation of various Libvirt driver callbacks in the driver pertaining to hypervisor connection and domain lifecycle. This driver is a state driver which initializes the driver state during the libvirtd daemon start and uses it during many connection lifecycles. Please check the design doc for the driver(check the project's link at GSOC-2020 website) for more details.<br>
<br>
<br>
Prakhar Bansal (9):<br>
  Jailhouse driver: first commit with skeleton code<br>
  Jailhouse driver: Implementation of ConnectOpen<br>
  Jailhouse driver: Implementation of ConnectGetType<br>
  Jailhouse driver: Implementation of DomainCreate* callbacks<br>
  Jailhouse driver: Implementation of DomainInfo/State/List<br>
  Jailhouse driver: Implementation of DomainLookup* callbacks<br>
  Jailhouse driver: Implementation of DomainShutdown/Destroy callbacks<br>
  Jailhouse driver: Fixes for creation of cells, fetching cell info,<br>
    disabling jailhouse hypervisor<br>
  Jailhouse driver: Add events to events queue in<br>
    DomainCreate/Shutdown/Destroy<br>
<br>
 include/libvirt/virterror.h          |   1 +<br>
 <a href="http://libvirt.spec.in" rel="noreferrer" target="_blank">libvirt.spec.in</a>                      |   7 +<br>
 m4/virt-driver-jailhouse.m4          |  42 ++<br>
 meson.build                          |   4 +<br>
 meson_options.txt                    |   1 +<br>
 po/POTFILES.in                       |   2 +<br>
 src/conf/domain_conf.c               |   1 +<br>
 src/conf/domain_conf.h               |   1 +<br>
 src/jailhouse/<a href="http://Makefile.inc.am" rel="noreferrer" target="_blank">Makefile.inc.am</a>        |  47 ++<br>
 src/jailhouse/jailhouse.conf         |  10 +<br>
 src/jailhouse/jailhouse_api.c        | 458 +++++++++++++++<br>
 src/jailhouse/jailhouse_api.h        | 103 ++++<br>
 src/jailhouse/jailhouse_driver.c     | 837 +++++++++++++++++++++++++++<br>
 src/jailhouse/jailhouse_driver.h     |  82 +++<br>
 src/jailhouse/libvirtd_jailhouse.aug |  43 ++<br>
 src/jailhouse/meson.build            |  49 ++<br>
 src/meson.build                      |   1 +<br>
 src/qemu/qemu_command.c              |   1 +<br>
 src/remote/remote_daemon.c           |   4 +<br>
 src/remote/remote_daemon_dispatch.c  |   3 +-<br>
 src/util/virerror.c                  |   1 +<br>
 21 files changed, 1697 insertions(+), 1 deletion(-)<br>
 create mode 100644 m4/virt-driver-jailhouse.m4<br>
 create mode 100644 src/jailhouse/<a href="http://Makefile.inc.am" rel="noreferrer" target="_blank">Makefile.inc.am</a><br>
 create mode 100644 src/jailhouse/jailhouse.conf<br>
 create mode 100644 src/jailhouse/jailhouse_api.c<br>
 create mode 100644 src/jailhouse/jailhouse_api.h<br>
 create mode 100644 src/jailhouse/jailhouse_driver.c<br>
 create mode 100644 src/jailhouse/jailhouse_driver.h<br>
 create mode 100644 src/jailhouse/libvirtd_jailhouse.aug<br>
 create mode 100644 src/jailhouse/meson.build<br>
<br>
-- <br>
2.17.1<br>
<br>
</div></div>