qemu-e2k/target/i386/hax
Philippe Mathieu-Daudé de6cd7599b meson: Replace softmmu_ss -> system_ss
We use the user_ss[] array to hold the user emulation sources,
and the softmmu_ss[] array to hold the system emulation ones.
Hold the latter in the 'system_ss[]' array for parity with user
emulation.

Mechanical change doing:

  $ sed -i -e s/softmmu_ss/system_ss/g $(git grep -l softmmu_ss)

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230613133347.82210-10-philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2023-06-20 10:01:30 +02:00
..
hax-accel-ops.c Use g_new() & friends where that makes obvious sense 2022-03-21 15:44:44 +01:00
hax-accel-ops.h Clean up header guards that don't match their file name 2022-05-11 16:49:06 +02:00
hax-all.c docs/about/deprecated: Mark HAXM in QEMU as deprecated 2023-01-26 13:25:07 +01:00
hax-i386.h target/i386: Remove NEED_CPU_H guard from target-specific headers 2023-02-27 22:29:01 +01:00
hax-interface.h i386: move hax accel files into hax/ 2020-12-16 14:06:53 -05:00
hax-mem.c Replace qemu_real_host_page variables with inlined functions 2022-04-06 10:50:38 +02:00
hax-posix.c accel: replace struct CpusAccel with AccelOpsClass 2021-02-05 10:24:15 -10:00
hax-posix.h i386: move hax accel files into hax/ 2020-12-16 14:06:53 -05:00
hax-windows.c accel: replace struct CpusAccel with AccelOpsClass 2021-02-05 10:24:15 -10:00
hax-windows.h accel: replace struct CpusAccel with AccelOpsClass 2021-02-05 10:24:15 -10:00
meson.build meson: Replace softmmu_ss -> system_ss 2023-06-20 10:01:30 +02:00