Re: [PATCH v2 8/8] docs: Add '-device virtio-iommu' entry

2021-09-08 Thread Jean-Philippe Brucker
On Mon, Sep 06, 2021 at 03:45:28PM +0100, Daniel P. Berrangé wrote: > On Fri, Sep 03, 2021 at 04:32:09PM +0200, Jean-Philippe Brucker wrote: > > Document the virtio-iommu device for qemu-system-x86_64. In particular > > note the lack of interrupt remapping, which may be an important > > limitation

Re: [PATCH v2 8/8] docs: Add '-device virtio-iommu' entry

2021-09-06 Thread Eric Auger
Hi, On 9/3/21 4:32 PM, Jean-Philippe Brucker wrote: > Document the virtio-iommu device for qemu-system-x86_64. In particular > note the lack of interrupt remapping, which may be an important > limitation on x86. > > Suggested-by: Eric Auger > Signed-off-by: Jean-Philippe Brucker > --- >

Re: [PATCH v2 8/8] docs: Add '-device virtio-iommu' entry

2021-09-06 Thread Daniel P . Berrangé
On Fri, Sep 03, 2021 at 04:32:09PM +0200, Jean-Philippe Brucker wrote: > Document the virtio-iommu device for qemu-system-x86_64. In particular > note the lack of interrupt remapping, which may be an important > limitation on x86. > > Suggested-by: Eric Auger > Signed-off-by: Jean-Philippe

Re: [PATCH v2 8/8] docs: Add '-device virtio-iommu' entry

2021-09-06 Thread Eric Auger
Hi Jean, On 9/3/21 4:32 PM, Jean-Philippe Brucker wrote: > Document the virtio-iommu device for qemu-system-x86_64. In particular Nit: this is not only for qemu-system-x86_6. This also documents the option usage for aarch64. Only the interrupt remapping note is x86-64 specific. I think it also

[PATCH v2 8/8] docs: Add '-device virtio-iommu' entry

2021-09-03 Thread Jean-Philippe Brucker
Document the virtio-iommu device for qemu-system-x86_64. In particular note the lack of interrupt remapping, which may be an important limitation on x86. Suggested-by: Eric Auger Signed-off-by: Jean-Philippe Brucker --- qemu-options.hx | 3 +++ 1 file changed, 3 insertions(+) diff --git