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 <pbonz...@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é <phi...@redhat.com>
Tested-by: Philippe Mathieu-Daudé <phi...@redhat.com>

>  rename qemu-seccomp.c => softmmu/qemu-seccomp.c (100%)
>  rename tpm.c => softmmu/tpm.c (100%)


Reply via email to