[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/2] softmmu: move more files to softmmu/
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH 1/2] softmmu: move more files to softmmu/ |
Date: |
Tue, 6 Oct 2020 11:34:11 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 |
On 10/6/20 11:19 AM, Paolo Bonzini wrote:
> Keep most softmmu_ss files into the system-emulation-specific
> directory.
>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
> meson.build | 10 ----------
> bootdevice.c => softmmu/bootdevice.c | 0
> device_tree.c => softmmu/device_tree.c | 0
> dma-helpers.c => softmmu/dma-helpers.c | 0
> softmmu/meson.build | 10 ++++++++++
> qdev-monitor.c => softmmu/qdev-monitor.c | 0
> qemu-seccomp.c => softmmu/qemu-seccomp.c | 0
> tpm.c => softmmu/tpm.c | 0
> 8 files changed, 10 insertions(+), 10 deletions(-)
> rename bootdevice.c => softmmu/bootdevice.c (100%)
> rename device_tree.c => softmmu/device_tree.c (100%)
> rename dma-helpers.c => softmmu/dma-helpers.c (100%)
> rename qdev-monitor.c => softmmu/qdev-monitor.c (100%)
TIL qdev-monitor.c :)
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> rename qemu-seccomp.c => softmmu/qemu-seccomp.c (100%)
> rename tpm.c => softmmu/tpm.c (100%)