Re: [virtio-dev] [PATCH v3] content: document SR-IOV driver requirements

2018-10-24 Thread Tiwei Bie
On Tue, Jun 12, 2018 at 01:18:00PM +0800, Tiwei Bie wrote: > Document the driver requirements for the VIRTIO_F_SR_IOV > feature bit. > > Suggested-by: Michael S. Tsirkin > Signed-off-by: Tiwei Bie > Fixes: https://github.com/oasis-tcs/virtio-spec/issues/13 > --- > v2: > - Fix the commit message

[virtio-dev] Re: [PATCH v37 0/3] Virtio-balloon: support free page reporting

2018-10-24 Thread Michael S. Tsirkin
On Mon, Aug 27, 2018 at 09:32:16AM +0800, Wei Wang wrote: > The new feature, VIRTIO_BALLOON_F_FREE_PAGE_HINT, implemented by this > series enables the virtio-balloon driver to report hints of guest free > pages to host. It can be used to accelerate virtual machine (VM) live > migration. Here is an

Re: [virtio-dev] Re: [PATCH v3] Add virtio input device specification.

2018-10-24 Thread Gerd Hoffmann
On Tue, Oct 23, 2018 at 12:08:22PM -0400, Michael S. Tsirkin wrote: > On Tue, Oct 23, 2018 at 09:20:49AM -0400, Michael S. Tsirkin wrote: > > On Tue, Oct 23, 2018 at 03:04:51PM +0200, Gerd Hoffmann wrote: > > > Support has been added to the linux kernel version 4.1 > > > and to qemu version 2.4. >

[virtio-dev] [PATCH v3] Add VIRTIO_GPU_F_EDID to virtio-gpu.

2018-10-24 Thread Gerd Hoffmann
The feature allows the guest request an EDID blob (describing monitor capabilities) for a given scanout (aka virtual monitor connector). It brings a new command message, which has just a scanout field (beside the standard virtio-gpu header) and a response message which carries the EDID data. Sign