[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH V7 3/3] docs: Add documentation for generic virtio devices


  • To: Viresh Kumar <viresh.kumar@xxxxxxxxxx>
  • From: Anthony PERARD <anthony.perard@xxxxxxxxxx>
  • Date: Fri, 9 Dec 2022 14:29:30 +0000
  • Authentication-results: esa1.hc3370-68.iphmx.com; dkim=none (message not signed) header.i=none
  • Cc: <xen-devel@xxxxxxxxxxxxx>, Juergen Gross <jgross@xxxxxxxx>, Julien Grall <julien@xxxxxxx>, Vincent Guittot <vincent.guittot@xxxxxxxxxx>, <stratos-dev@xxxxxxxxxxxxxxxxxxx>, Alex Bennée <alex.bennee@xxxxxxxxxx>, Stefano Stabellini <stefano.stabellini@xxxxxxxxxx>, Mathieu Poirier <mathieu.poirier@xxxxxxxxxx>, Mike Holmes <mike.holmes@xxxxxxxxxx>, Oleksandr Tyshchenko <olekstysh@xxxxxxxxx>, Wei Liu <wl@xxxxxxx>
  • Delivery-date: Fri, 09 Dec 2022 14:29:41 +0000
  • Ironport-data: A9a23:i1wGj6wZRexr9ticW1R6t+dfwSrEfRIJ4+MujC+fZmUNrF6WrkVUn zBKWjiCPqyMNjSgfdh2PdjnoBlUuZHVyYJmHVFu+yAxQypGp/SeCIXCJC8cHc8wwu7rFxs7s ppEOrEsCOhuExcwcz/0auCJQUFUjP3OHfykTbaeYUidfCc8IA85kxVvhuUltYBhhNm9Emult Mj75sbSIzdJ4RYtWo4vw//F+U0HUMja4mtC5AVkPaET5jcyqlFOZH4hDfDpR5fHatE88t6SH 47r0Ly/92XFyBYhYvvNfmHTKxBirhb6ZGBiu1IOM0SQqkEqSh8ai87XAME0e0ZP4whlqvgqo Dl7WT5cfi9yVkHEsLx1vxC1iEiSN4UekFPMCSDXXcB+UyQq2pYjqhljJBheAGEWxgp4KThSy v4mMD0DVD6oqN6Lx6u+Wvdej+12eaEHPKtH0p1h5TTQDPJgSpHfWaTao9Rf2V/chOgXQ6yYP ZBAL2MyMlKQOHWjOX9OYH46tO6umnn4dSwesF+PrLA7y2PS0BZwwP7mN9+9ltmiFZoEwx3I+ jmuE2LRLyAANpvA0WK8yyjvr7T0sgXpf781G+jtnhJtqALKnTFCYPEMbnO+qOW5i0OjHcpYK lYV9zAGqak0/VasCNL6WnWQu2KJsBcaXJxLD+Qw5QWJy6zVyxaYAmkCXnhKb9lOnMYySCxs3 FKPmd7kLThutrSPTjSa7Lj8hSy2ETgYKykFfyBsZQwB7tr4vJAojjrAS99iFOi+ididMTTxw D3MrC86grgIpcoK0ayh+hbAmT3EjprGVAku/S3MQ3moqAh+YeaNd4GurFTW8/tEBIKYVUWa+ mgJnY6Z9u9mJY+MjiGWQKMOAbSg/d6BMTvVm1kpGIMunxy252SqYYdLpT1zOm9uKoMAeCT1e wnXuAVY/pgVO2GlBYdpYoS6BsI2i6f9FMj5Uez8attIa4J2Mgid80lGZ1OU3m3ruFghl+c4I 5jzTCq3JS9EU+I9lmPwHrpDl+9wrswj+Y/Nbcnn8BaZybeQXlC+Zos4N0KLfv4L5YrR9W057 O1jH8eNzhxeVsj3bS/W7ZMfIDg2EJQrOXzlg5cJL7Dee2KKDElkUqaMmu15J+SJiowPzo/1E meBtli0IbYVrVnOMk20Z39qc9sDtr4v/CtgbUTA0btFskXPgLpDDo9FL/PbnpF9roSPKMKYq NFbE/hs+twVFlz6F801NPERVrBKehWxnh6pNCG4ejU5dJMIb1WXpYe5JFezrHhUVXPfWS4CT 1qIj1KzfHb+b146UJa+hAyHkDtdQkTxaMotBhCVc7G/iW3n8ZRwKjyZsxPEC5hkFPk3/RPDj 1z+KU5B9YHwT3odrIGhaVas8934TIOT3yNyQwHm0FpBHXWDpDL4m98aCr3gkPK0fDqcxZhOr N59l5nUWMDrVn4Q22agO96HFZ4D2uY=
  • Ironport-hdrordr: A9a23:wPD6PaNxIs0BLsBcTtCjsMiBIKoaSvp037BL7TETdfUxSKfzqy nAppkmPGDP+VQssR0b9exoW5PhfZq/z/BICOAqVN+ftWLd2VdAQrsM0WLq+UyEJxHD
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

On Wed, Dec 07, 2022 at 12:50:44PM +0530, Viresh Kumar wrote:
> +=item B<virtio=[ "VIRTIO_DEVICE_STRING", "VIRTIO_DEVICE_STRING", ...]>
> +
> +Specifies the Virtio devices to be provided to the guest.
> +
> +Each B<VIRTIO_DEVICE_STRING> is a comma-separated list of C<KEY=VALUE>
> +settings from the following list:

We should probably say something about allowing a comma in the VALUE for
"type" when the value starts with "virtio," as otherwise it might be
confusing.

> +
> +=over 4
> +
> +=item B<backend=domain-id>
> +
> +Specifies the backend domain name or id, defaults to dom0.
> +
> +=item B<type=STRING>
> +
> +Specifies the compatible string for the specific Virtio device. The same 
> will be
> +written in the Device Tree compatible property of the Virtio device. For
> +example, "type=virtio,device22" for the I2C device, whose device-tree 
> binding is
> +present here:
> +
> +L<https://www.kernel.org/doc/Documentation/devicetree/bindings/i2c/i2c-virtio.yaml>
> +
> +=item B<transport=STRING>
> +
> +Specifies the transport mechanism for the Virtio device, like "mmio" or 
> "pci".

"pci" doesn't exist, only "mmio" is allowed here at the moment. We can
change the man page later when new options become available.


Thanks,

-- 
Anthony PERARD



 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.