-
Notifications
You must be signed in to change notification settings - Fork 242
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
Default shared configuration has incorrect assumptions #4040
Comments
@pevogam sorry, I cannot recall on that since it was introduced too long ago (more than 10 years)... anyway, I'd like to prefer to drop the setting as well due to
does it sounds good to you? |
Indeed, the difference is that back then it was commented out and later through the years it got uncommented and now ended up affecting out test suite as it was still making use of
Perhaps it is worth keeping it a while longer for backwards compatibility. My main point and worry was that it introduces unexpected behavior in comparison to other storage hardware variants since we were using -drives there and didn't end up forced to always boot the same image (e.g. when wanting to boot from a CD or USB instead). And I definitely can't find |
The setting in
avocado-vt/virttest/shared/cfg/guest-hw.cfg
Line 88 in 80ca89f
has preceding comment
but on most recent Qemu 8.2 it is not ignored and rather has a dramatic effect on our VT tests where the image will be strictly booted in cases of UEFI reinstallation and USB installation tests that previously relied on alternative boot order configuration using Avocado VT. Is this default really intended to be set? If not I would recommend
which used to be the case long ago. Is there any other purpose behind this parameter and its meaning different then the above-mentioned comment?
@luckyh @YongxueHong Do you happen to know more about this choice?
The text was updated successfully, but these errors were encountered: