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

Yet another interrupt traits pull request #23

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bonzini
Copy link
Member

@bonzini bonzini commented Mar 3, 2020

Introduce traits InterruptManager and Interrupt to manage interrupt sources for virtual devices, as well as a Vec wrapper that includes convenience enable and disable methods.

See also discussion in #21

src/interrupt/mod.rs Outdated Show resolved Hide resolved
src/interrupt/mod.rs Outdated Show resolved Hide resolved
@bonzini bonzini force-pushed the irq_v3 branch 2 times, most recently from 7298cf0 to 242fb52 Compare March 6, 2020 07:43
@sameo
Copy link

sameo commented Mar 17, 2020

@jiangliu Seeing your SOB on this one, I assume you're ok with that implementation?

@bonzini
Copy link
Member Author

bonzini commented Mar 17, 2020

No, SoB only tracks the provenance of the code.

@bonzini
Copy link
Member Author

bonzini commented Mar 19, 2020

Anybody willing to review this or even try to integrate it in c-h? @sboeuf? :)

@sboeuf
Copy link

sboeuf commented Mar 20, 2020

@bonzini

Anybody willing to review this or even try to integrate it in c-h? @sboeuf? :)

If I have some free cycles next week I'll try that :)

@bonzini
Copy link
Member Author

bonzini commented Apr 15, 2020

Any news?

@sboeuf
Copy link

sboeuf commented Apr 15, 2020

I got pulled into migration stuff for CH, I don't have the bandwidth for now.

@bonzini
Copy link
Member Author

bonzini commented Apr 15, 2020

Well, even a review can help...

Introduce traits InterruptManager and Interrupt to manage
interrupt sources for virtual devices.

Signed-off-by: Liu Jiang <gerry@linux.alibaba.com>
Signed-off-by: Bin Zha <zhabin@linux.alibaba.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
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.

None yet

4 participants