Re: [PATCH v3 03/16] libqos: extend feature bits to 64-bit

2019-10-21 Thread Philippe Mathieu-Daudé
On 10/19/19 8:37 AM, Stefan Hajnoczi wrote: In VIRTIO 1.0 feature bits changed from 32-bit to 64-bit. (In fact, the transports allow even more feature bits but nothing uses more than 64 bits today.) Add 64-bit feature bit support to virtio-mmio and virtio-pci. This will be necessary for VIRTIO

Re: [PATCH v3 03/16] libqos: extend feature bits to 64-bit

2019-10-21 Thread Thomas Huth
On 19/10/2019 08.37, Stefan Hajnoczi wrote: > In VIRTIO 1.0 feature bits changed from 32-bit to 64-bit. (In fact, the > transports allow even more feature bits but nothing uses more than 64 > bits today.) > > Add 64-bit feature bit support to virtio-mmio and virtio-pci. This will > be necessary

[PATCH v3 03/16] libqos: extend feature bits to 64-bit

2019-10-18 Thread Stefan Hajnoczi
In VIRTIO 1.0 feature bits changed from 32-bit to 64-bit. (In fact, the transports allow even more feature bits but nothing uses more than 64 bits today.) Add 64-bit feature bit support to virtio-mmio and virtio-pci. This will be necessary for VIRTIO 1.0 support. Signed-off-by: Stefan Hajnoczi