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

Make IRQ number of serial device changable #19

Merged
merged 1 commit into from
Jun 17, 2023

Conversation

yanjiew1
Copy link
Collaborator

Instead of using hard-coded IRQ number in the serial device, make it changable.

The IRQ number in serial.c is only valid for x86-64 architecture. When porting kvm-host to other architecture, it should provide a way for architecture specific initialization routine to change the IRQ number.

Instead of using hard-coded IRQ number in the serial device, make it
changable.

The IRQ number in serial.c is only valid for x86-64 architecture. When
porting kvm-host to other architecture, it should provide a way for
architecture specific initialization routine to change the IRQ number.
@jserv jserv merged commit aa08a08 into sysprog21:master Jun 17, 2023
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

Successfully merging this pull request may close these issues.

2 participants