-
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
Add support for newer floppy device after Qemu 5.1.0 #3719
Add support for newer floppy device after Qemu 5.1.0 #3719
Conversation
This pull request will close #3429 once reviewed, fully tested, and merged. |
@luckyh @PaulYuuu This pull request hasn't been tested yet and the current is only an initial push where I would appreciate a generic superficial review that focuses on whether I use the correct |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @pevogam , thank you for fixing the issue! However, I have some concerns regarding the current approach.
cba4dd8
to
39380c6
Compare
Alright, I tested this with Qemu 5.1.0 and so far it looks good, @luckyh let me know if it addresses your concerns. |
39380c6
to
eed63c9
Compare
42ea6e2
to
0ba466e
Compare
Hi @luckyh I integrated your change and tested this functionally but the CI keeps failing even after rebase. The only problems I see there (other than numberous info messages) are of the types:
Do you happen to know if the CI currently passes on the master branch? I don't see how we would have changed anything regarding the unittest_utils or the cartesian_config above. |
@pevogam looks the issue has already been fixed by #3734 , so would you please try to rebase the code and push it one more time? thanks! |
0ba466e
to
f667641
Compare
Alright done and static checks are now passing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@YongxueHong would you mind to review this PR? thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Hi @PaulYuuu |
We keep compatibility with old floppy devices but add the new floppy support to re-enable unattended installs of older windows machines. Signed-off-by: Plamen Dimitrov <plamen.dimitrov@intra2net.com> Co-authored-by: Xu Han <xuhan@redhat.com>
17e999f
to
6222257
Compare
@PaulYuuu I have adapted your changes and tested them - everything works fine. |
We keep compatibility with old floppy devices but add the new floppy support to re-enable unattended installs of older windows machines.