Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixup default machine type and cpu type warning #48

Open
il-steffen opened this issue Jan 18, 2023 · 1 comment
Open

fixup default machine type and cpu type warning #48

il-steffen opened this issue Jan 18, 2023 · 1 comment

Comments

@il-steffen
Copy link
Contributor

@il-steffen The duplicate aliases are indeed incorrect. The expected behavior would be that the kAFL64 PC type refers to the PIIX machine type. I'll take care of that as soon as possible.

As for the warning, I guess this is actually expected behavior. The kAFL64-Hypervisor-v1 CPU type is used exclusively for PT mode, but when a non-KVM PT kernel is detected, the CPU type is automatically switched to v2 instead and the warning is thrown. We can fix that by simply changing the verbose mode of this warning so that the warning is only shown in debug mode.

Originally posted by @schumilo in #47 (comment)

@il-steffen
Copy link
Contributor Author

Maybe the warning can be worded to avoid confusion. In my example it was printed even on '-cpu ?'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant