Re: [Qemu-devel] [V4 2/4] hw/core: Add AMD IO MMU to machine properties

2016-02-21 Thread Jan Kiszka
On 2016-02-17 20:09, David Kiarie wrote: > Add IO MMU as a string to machine properties which > is used to control whether and they type of IO MMU > to emulate Let's call it consistently "IOMMU", instead of "IO MMU", also in the outputs. Jan signature.asc Description: OpenPGP digital

[Qemu-devel] [V4 2/4] hw/core: Add AMD IO MMU to machine properties

2016-02-17 Thread David Kiarie
Add IO MMU as a string to machine properties which is used to control whether and they type of IO MMU to emulate Signed-off-by: David Kiarie --- hw/core/machine.c | 28 include/hw/boards.h | 3 ++- qemu-options.hx | 6 +++---

Re: [Qemu-devel] [V4 2/4] hw/core: Add AMD IO MMU to machine properties

2016-02-14 Thread Marcel Apfelbaum
On 01/18/2016 06:21 PM, Marcel Apfelbaum wrote: On 01/18/2016 05:25 PM, David Kiarie wrote: Add IO MMU as a string to machine properties which is used to control whether and the type of IO MMU to emulate Signed-off-by: David Kiarie --- [...] Hi, I am sorry for

[Qemu-devel] [V4 2/4] hw/core: Add AMD IO MMU to machine properties

2016-01-18 Thread David Kiarie
Add IO MMU as a string to machine properties which is used to control whether and the type of IO MMU to emulate Signed-off-by: David Kiarie --- hw/core/machine.c | 17 + include/hw/boards.h | 3 ++- include/hw/i386/intel_iommu.h |

Re: [Qemu-devel] [V4 2/4] hw/core: Add AMD IO MMU to machine properties

2016-01-18 Thread Marcel Apfelbaum
On 01/18/2016 06:48 PM, David Kiarie wrote: On 1/18/2016 7:21 PM, Marcel Apfelbaum wrote: On 01/18/2016 05:25 PM, David Kiarie wrote: Add IO MMU as a string to machine properties which is used to control whether and the type of IO MMU to emulate Signed-off-by: David Kiarie

Re: [Qemu-devel] [V4 2/4] hw/core: Add AMD IO MMU to machine properties

2016-01-18 Thread David Kiarie
On 1/18/2016 8:27 PM, Marcel Apfelbaum wrote: On 01/18/2016 06:48 PM, David Kiarie wrote: On 1/18/2016 7:21 PM, Marcel Apfelbaum wrote: On 01/18/2016 05:25 PM, David Kiarie wrote: Add IO MMU as a string to machine properties which is used to control whether and the type of IO MMU to

Re: [Qemu-devel] [V4 2/4] hw/core: Add AMD IO MMU to machine properties

2016-01-18 Thread David Kiarie
On 1/18/2016 7:21 PM, Marcel Apfelbaum wrote: On 01/18/2016 05:25 PM, David Kiarie wrote: Add IO MMU as a string to machine properties which is used to control whether and the type of IO MMU to emulate Signed-off-by: David Kiarie --- hw/core/machine.c |

Re: [Qemu-devel] [V4 2/4] hw/core: Add AMD IO MMU to machine properties

2016-01-18 Thread Marcel Apfelbaum
On 01/18/2016 05:25 PM, David Kiarie wrote: Add IO MMU as a string to machine properties which is used to control whether and the type of IO MMU to emulate Signed-off-by: David Kiarie --- hw/core/machine.c | 17 + include/hw/boards.h