[virtio-dev] Re: [PATCH] content: Replace guest OS with driver

2023-05-16 Thread Michael S. Tsirkin
On Tue, May 16, 2023 at 09:31:43PM +, Parav Pandit wrote: > > > From: Michael S. Tsirkin > > Sent: Tuesday, May 16, 2023 5:25 PM > > > > Flavor of a RHEL has inbuilt. > > > > What does this mean exactly? That virtio core is compiled into kernel? > > That does not matter at all. > > > Why d

[virtio-dev] RE: [PATCH] content: Replace guest OS with driver

2023-05-16 Thread Parav Pandit
> From: Michael S. Tsirkin > Sent: Tuesday, May 16, 2023 5:25 PM > > Flavor of a RHEL has inbuilt. > > What does this mean exactly? That virtio core is compiled into kernel? > That does not matter at all. > Why does it does not matter? What is the definition of driver, is the device_structur

[virtio-dev] Re: [PATCH] content: Replace guest OS with driver

2023-05-16 Thread Michael S. Tsirkin
On Tue, May 16, 2023 at 08:59:32PM +, Parav Pandit wrote: > > > From: Michael S. Tsirkin > > Sent: Tuesday, May 16, 2023 4:48 PM > > > > On Tue, May 16, 2023 at 07:50:48PM +, Parav Pandit wrote: > > > > > > > From: Michael S. Tsirkin > > > > Sent: Tuesday, May 16, 2023 6:05 AM > > > > >

[virtio-dev] RE: [PATCH] content: Replace guest OS with driver

2023-05-16 Thread Parav Pandit
> From: Michael S. Tsirkin > Sent: Tuesday, May 16, 2023 4:48 PM > > On Tue, May 16, 2023 at 07:50:48PM +, Parav Pandit wrote: > > > > > From: Michael S. Tsirkin > > > Sent: Tuesday, May 16, 2023 6:05 AM > > > > > > > > SO I propose: > > > > > > \item[ACKNOWLEDGE (1)] Indicates that a tran

[virtio-dev] Re: [PATCH] content: Replace guest OS with driver

2023-05-16 Thread Michael S. Tsirkin
On Tue, May 16, 2023 at 07:50:48PM +, Parav Pandit wrote: > > > From: Michael S. Tsirkin > > Sent: Tuesday, May 16, 2023 6:05 AM > > > > > SO I propose: > > > > \item[ACKNOWLEDGE (1)] Indicates that a transport driver has found the > > device and recognized it as a valid virtio device

[virtio-dev] RE: [PATCH] content: Replace guest OS with driver

2023-05-16 Thread Parav Pandit
> From: Michael S. Tsirkin > Sent: Tuesday, May 16, 2023 6:05 AM > > SO I propose: > > \item[ACKNOWLEDGE (1)] Indicates that a transport driver has found the > device and recognized it as a valid virtio device transport. > > \item[DRIVER (2)] Indicates that a device type specific driver

[virtio-dev] Re: [PATCH] content: Replace guest OS with driver

2023-05-16 Thread Cornelia Huck
On Tue, May 16 2023, "Michael S. Tsirkin" wrote: > On Tue, May 16, 2023 at 10:24:12AM +0200, Cornelia Huck wrote: >> On Tue, May 16 2023, "Michael S. Tsirkin" wrote: >> >> > On Tue, May 16, 2023 at 06:01:39AM +0300, Parav Pandit wrote: >> >> diff --git a/content.tex b/content.tex >> >> index 9d

[virtio-dev] Re: [PATCH] content: Replace guest OS with driver

2023-05-16 Thread Michael S. Tsirkin
On Tue, May 16, 2023 at 10:24:12AM +0200, Cornelia Huck wrote: > On Tue, May 16 2023, "Michael S. Tsirkin" wrote: > > > On Tue, May 16, 2023 at 06:01:39AM +0300, Parav Pandit wrote: > >> diff --git a/content.tex b/content.tex > >> index 9df81b8..417d476 100644 > >> --- a/content.tex > >> +++ b/co

[virtio-dev] Re: [PATCH] content: Replace guest OS with driver

2023-05-16 Thread Cornelia Huck
On Tue, May 16 2023, "Michael S. Tsirkin" wrote: > On Tue, May 16, 2023 at 06:01:39AM +0300, Parav Pandit wrote: >> diff --git a/content.tex b/content.tex >> index 9df81b8..417d476 100644 >> --- a/content.tex >> +++ b/content.tex >> @@ -26,10 +26,10 @@ \section{\field{Device Status} Field}\label{

[virtio-dev] Re: [PATCH] content: Replace guest OS with driver

2023-05-15 Thread Michael S. Tsirkin
On Tue, May 16, 2023 at 06:01:39AM +0300, Parav Pandit wrote: > Currently device status field description and driver requirements > section uses mix of terminology for the driver. These two sections > sometimes call the driver as 'the guest OS' or 'the driver'. > > Most of the cleanup around 'gues