On 17/06/2016 15:11, Efimov Vasily wrote:
> Currently, Q35 instance is configured using direct access to structure fields.
> The patch uses property interface to set the fields.
>
> Signed-off-by: Efimov Vasily
> ---
> hw/i386/pc_q35.c | 18 --
> 1 file changed, 12 insertions(+
Currently, Q35 instance is configured using direct access to structure fields.
The patch uses property interface to set the fields.
Signed-off-by: Efimov Vasily
---
hw/i386/pc_q35.c | 18 --
1 file changed, 12 insertions(+), 6 deletions(-)
diff --git a/hw/i386/pc_q35.c b/hw/i386