This is an archive of the discontinued LLVM Phabricator instance.

[lldb/qemu] Add emulator-args setting
ClosedPublic

Authored by labath on Dec 6 2021, 6:17 AM.

Details

Summary

This setting allows the user to pass additional arguments to the qemu instance.
While we may want to introduce dedicated settings for the most common qemu
arguments (-cpu, for one), having this setting allows us to avoid creating a
setting for every possible argument.

Diff Detail

Event Timeline

labath requested review of this revision.Dec 6 2021, 6:17 AM
labath created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptDec 6 2021, 6:17 AM

LGTM.

Not clear what qemu options will be most useful yet and a catch all is always useful.

DavidSpickett accepted this revision.Dec 7 2021, 1:34 AM
This revision is now accepted and ready to land.Dec 7 2021, 1:34 AM
This revision was automatically updated to reflect the committed changes.