You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/target/i386/nvmm
Alex Bennée a4c2735f35 cpu: move Qemu[Thread|Cond] setup into common code
Aside from the round robin threads this is all common code. By
moving the halt_cond setup we also no longer need hacks to work around
the race between QOM object creation and thread creation.

It is a little ugly to free stuff up for the round robin thread but
better it deal with its own specialises than making the other
accelerators jump through hoops.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20240530194250.1801701-3-alex.bennee@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
6 months ago
..
meson.build meson: Replace softmmu_ss -> system_ss 1 year ago
nvmm-accel-ops.c cpu: move Qemu[Thread|Cond] setup into common code 6 months ago
nvmm-accel-ops.h Clean up header guards that don't match their file name 3 years ago
nvmm-all.c accel/nvmm: Fix NULL dereference in nvmm_init_vcpu() 7 months ago