On 05/24/2016 04:01 PM, Jan Kiszka wrote:
On 2016-05-24 13:49, Michael S. Tsirkin wrote:
On Sun, May 22, 2016 at 01:21:53PM +0300, David Kiarie wrote:
Added an enum, subject to review, to machine properties which
it used to override iommu emulated from Intel to AMD.
Signed-off-by: David Kiarie
On 2016-05-24 13:49, Michael S. Tsirkin wrote:
> On Sun, May 22, 2016 at 01:21:53PM +0300, David Kiarie wrote:
>> Added an enum, subject to review, to machine properties which
>> it used to override iommu emulated from Intel to AMD.
>>
>> Signed-off-by: David Kiarie
>
> Marcel's
> "enable iommu
On Sun, May 22, 2016 at 01:21:53PM +0300, David Kiarie wrote:
> Added an enum, subject to review, to machine properties which
> it used to override iommu emulated from Intel to AMD.
>
> Signed-off-by: David Kiarie
Marcel's
"enable iommu with -device"
seems like a better alternative.
> ---
> h
On Sun, May 22, 2016 at 01:21:53PM +0300, David Kiarie wrote:
[...]
> static void machine_set_suppress_vmdesc(Object *obj, bool value, Error
> **errp)
> {
> MachineState *ms = MACHINE(obj);
> @@ -473,10 +492,14 @@ static void machine_initfn(Object *obj)
>
Added an enum, subject to review, to machine properties which
it used to override iommu emulated from Intel to AMD.
Signed-off-by: David Kiarie
---
hw/core/machine.c | 29 ++---
include/hw/boards.h | 1 +
include/hw/i386/intel_iommu.h | 1 +
qemu-o