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

shim: Initial support for KVM_SET_GSI_ROUTING #122

Draft
wants to merge 1 commit into
base: mk-irqchip
Choose a base branch
from

Conversation

softickllc
Copy link
Collaborator

in shim/include/kvm_irq_routing.h : many nested structures and unions added, which will be actually available when other ioctl implementations from other branches are merged together.
Just for completeness they have been declared in the same file.
These shall be removed later.

@codecov
Copy link

codecov bot commented Jan 30, 2022

Codecov Report

Merging #122 (ffdbbd7) into irqchip (2ec8738) will not change coverage.
The diff coverage is 100.00%.

❗ Current head ffdbbd7 differs from pull request most recent head edf6cb6. Consider uploading reports for the commit edf6cb6 to get more accurate results

Impacted file tree graph

@@            Coverage Diff            @@
##           irqchip      #122   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          210       210           
  Lines         6922      6924    +2     
  Branches       156       156           
=========================================
+ Hits          6922      6924    +2     
Impacted Files Coverage Δ
shim/src/handle_vm_kvm_set_gsi_routing.c 100.00% <100.00%> (ø)
...m/tests/src/test_handle_vm_kvm_set_gsi_routing.cpp 100.00% <100.00%> (ø)
shim/src/handle_vm_kvm_irqfd.c 100.00% <0.00%> (ø)
shim/tests/src/test_handle_vm_kvm_irqfd.cpp 100.00% <0.00%> (ø)

@softickllc softickllc added the shim label Feb 2, 2022
@softickllc softickllc self-assigned this Feb 7, 2022
@softickllc softickllc changed the base branch from master to irqchip February 8, 2022 13:48
@softickllc softickllc changed the title KVM_SET_GSI_ROUTING: Add scaffolding and initial integration tests shim: Initial support for KVM_SET_GSI_ROUTING Feb 17, 2022
@chp-io chp-io marked this pull request as draft February 17, 2022 06:47
@softickllc softickllc force-pushed the setgsirouting branch 2 times, most recently from ffdbbd7 to d095db8 Compare March 3, 2022 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant