On Mon, 13 Sept 2021 at 11:46, Alexander Graf <ag...@csgraf.de> wrote: > Why? You only get to this code path if you already selected -accel hvf. > If even a simple "create scratch vcpu" syscall failed then, pretty > failure when you define -cpu host is the last thing you care about. Any > CPU creation would fail.
General design principle -- low level functions should report errors upwards, not barf and exit. -- PMM