[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 4/6] stubs: Split accelerator / hardware related stubs
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH v2 4/6] stubs: Split accelerator / hardware related stubs |
Date: |
Tue, 8 Sep 2020 17:59:42 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 |
On 9/8/20 5:55 PM, Philippe Mathieu-Daudé wrote:
> Move hardware stubs unrelated from the accelerator to xen-hw-stub.c.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
...
> Guest CPU Cores (HAXM)
> ---------------------
> diff --git a/stubs/meson.build b/stubs/meson.build
> index e0b322bc282..c3e318a57f3 100644
> --- a/stubs/meson.build
> +++ b/stubs/meson.build
> @@ -46,4 +46,5 @@ stub_ss.add(files('vm-stop.c'))
> stub_ss.add(files('win32-kbd-hook.c'))
> if have_system
> stub_ss.add(files('semihost.c'))
> + stub_ss.add(when: 'CONFIG_XEN', if_false: files('xen-hw-stub.c'))
Bah wrong place :/ not my day.
> endif
>
- [PATCH v2 0/6] hw/xen: Housekeeping, Philippe Mathieu-Daudé, 2020/09/08
- [PATCH v2 1/6] hw/i386/q35: Remove unreachable Xen code on Q35 machine, Philippe Mathieu-Daudé, 2020/09/08
- [PATCH v2 2/6] hw/i386/xen: Rename X86/PC specific function as xen_hvm_init_pc(), Philippe Mathieu-Daudé, 2020/09/08
- [PATCH v2 3/6] sysemu/xen: Add missing 'exec/cpu-common.h' header for ram_addr_t type, Philippe Mathieu-Daudé, 2020/09/08
- [PATCH v2 4/6] stubs: Split accelerator / hardware related stubs, Philippe Mathieu-Daudé, 2020/09/08
- Re: [PATCH v2 4/6] stubs: Split accelerator / hardware related stubs,
Philippe Mathieu-Daudé <=
- [PATCH v2 5/6] hw/xen: Split x86-specific declaration from generic hardware ones, Philippe Mathieu-Daudé, 2020/09/08
- [PATCH v2 6/6] typedefs: Restrict PCMachineState to 'hw/i386/pc.h', Philippe Mathieu-Daudé, 2020/09/08
- Re: [PATCH v2 0/6] hw/xen: Housekeeping, Paolo Bonzini, 2020/09/22