qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v7 03/28] hw: apply machine compat properties wi


From: Cornelia Huck
Subject: Re: [Qemu-devel] [PATCH v7 03/28] hw: apply machine compat properties without touching globals
Date: Fri, 21 Dec 2018 13:38:18 +0100

On Fri, 21 Dec 2018 13:03:45 +0400
Marc-André Lureau <address@hidden> wrote:

> Similarly to accel properties, move compat properties out of globals
> registration, and apply the machine compat properties during
> device_post_init().
> 
> Signed-off-by: Marc-André Lureau <address@hidden>
> ---
>  include/hw/boards.h        |  3 +-
>  hw/arm/virt.c              | 27 ++++++++----
>  hw/core/machine.c          | 19 +--------
>  hw/core/qdev.c             |  2 +
>  hw/i386/pc_piix.c          | 87 +++++++++++++++++++++++++-------------
>  hw/i386/pc_q35.c           | 33 ++++++++++-----
>  hw/ppc/spapr.c             | 42 ++++++++++++------
>  hw/s390x/s390-virtio-ccw.c | 33 ++++++++++-----
>  vl.c                       |  1 -
>  9 files changed, 152 insertions(+), 95 deletions(-)

Reviewed-by: Cornelia Huck <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]