Re: [Qemu-devel] [PATCH v2 2/2] i440fx: print an error message if user tries to enable iommu

2015-11-12 Thread Bandan Das
Eric Blake writes: > On 11/12/2015 03:55 PM, Bandan Das wrote: >> There's no indication of any sort that i440fx doesn't support >> "iommu=on"" >> >> Signed-off-by: Bandan Das >> --- >> hw/pci-host/piix.c | 5 + >> 1 file changed, 5 insertions(+) >> > >> @@ -301,6 +302,10 @@ static void i4

Re: [Qemu-devel] [PATCH v2 2/2] i440fx: print an error message if user tries to enable iommu

2015-11-12 Thread Eric Blake
On 11/12/2015 03:55 PM, Bandan Das wrote: > There's no indication of any sort that i440fx doesn't support > "iommu=on"" > > Signed-off-by: Bandan Das > --- > hw/pci-host/piix.c | 5 + > 1 file changed, 5 insertions(+) > > @@ -301,6 +302,10 @@ static void i440fx_pcihost_realize(DeviceState