On 12/11/20 2:31 AM, Claudio Fontana wrote:
> Signed-off-by: Claudio Fontana <cfont...@suse.de>
> Reviewed-by: Alex Bennée <alex.ben...@linaro.org>
> ---
>  meson.build                          | 1 +
>  target/i386/cpu.h                    | 2 +-
>  target/i386/{ => kvm}/hyperv-proto.h | 0
>  target/i386/{ => kvm}/hyperv.h       | 0
>  target/i386/{ => kvm}/kvm_i386.h     | 0
>  target/i386/kvm/trace.h              | 1 +
>  hw/i386/fw_cfg.c                     | 2 +-
>  hw/i386/intel_iommu.c                | 2 +-
>  hw/i386/kvm/apic.c                   | 2 +-
>  hw/i386/kvm/clock.c                  | 2 +-
>  hw/i386/microvm.c                    | 2 +-
>  hw/i386/pc.c                         | 2 +-
>  hw/i386/x86.c                        | 2 +-
>  target/i386/cpu.c                    | 2 +-
>  target/i386/helper.c                 | 2 +-
>  target/i386/{ => kvm}/hyperv-stub.c  | 0
>  target/i386/{ => kvm}/hyperv.c       | 0
>  target/i386/{ => kvm}/kvm-stub.c     | 0
>  target/i386/{ => kvm}/kvm.c          | 0
>  target/i386/machine.c                | 4 ++--
>  MAINTAINERS                          | 2 +-
>  target/i386/kvm/meson.build          | 3 +++
>  target/i386/kvm/trace-events         | 7 +++++++
>  target/i386/meson.build              | 4 +---
>  target/i386/trace-events             | 6 ------
>  25 files changed, 26 insertions(+), 22 deletions(-)
>  rename target/i386/{ => kvm}/hyperv-proto.h (100%)
>  rename target/i386/{ => kvm}/hyperv.h (100%)
>  rename target/i386/{ => kvm}/kvm_i386.h (100%)
>  create mode 100644 target/i386/kvm/trace.h
>  rename target/i386/{ => kvm}/hyperv-stub.c (100%)
>  rename target/i386/{ => kvm}/hyperv.c (100%)
>  rename target/i386/{ => kvm}/kvm-stub.c (100%)
>  rename target/i386/{ => kvm}/kvm.c (100%)
>  create mode 100644 target/i386/kvm/meson.build
>  create mode 100644 target/i386/kvm/trace-events

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to