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_SIGNAL_MSI #118

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

Conversation

softickllc
Copy link
Collaborator

Added code for KVM_SIGNAL_MSI ioctl.

@codecov
Copy link

codecov bot commented Jan 20, 2022

Codecov Report

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

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

Impacted file tree graph

@@            Coverage Diff             @@
##           irqchip      #118    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files          210       210            
  Lines         6922      6718   -204     
  Branches       156       146    -10     
==========================================
- Hits          6922      6718   -204     
Impacted Files Coverage Δ
shim/src/handle_vm_kvm_signal_msi.c 100.00% <100.00%> (ø)
shim/tests/src/test_handle_vm_kvm_signal_msi.cpp 100.00% <100.00%> (ø)
hypercall/mocks/mv_hypercall.h 100.00% <0.00%> (ø)
shim/src/handle_vm_kvm_irqfd.c 100.00% <0.00%> (ø)
shim/tests/include/helpers.hpp 100.00% <0.00%> (ø)
shim/src/handle_vcpu_kvm_get_lapic.c 100.00% <0.00%> (ø)
shim/src/handle_vcpu_kvm_set_lapic.c 100.00% <0.00%> (ø)
shim/src/handle_vm_kvm_create_pit2.c 100.00% <0.00%> (ø)
shim/src/handle_vm_kvm_get_irqchip.c 100.00% <0.00%> (ø)
shim/src/handle_vm_kvm_set_irqchip.c 100.00% <0.00%> (ø)
... and 8 more

@softickllc softickllc force-pushed the signalmsi branch 3 times, most recently from 2a8096b to 549fb81 Compare January 25, 2022 13:16
@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:50
@softickllc softickllc changed the title KVM_SIGNAL_MSI, Implement ioctl shim: Initial support for KVM_SIGNAL_MSI Feb 17, 2022
@chp-io chp-io marked this pull request as draft February 17, 2022 06:46
@softickllc softickllc marked this pull request as ready for review March 3, 2022 14:23
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