Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
softickllc committed Mar 3, 2022
1 parent 15eac0c commit ffdbbd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,8 @@
#include <kvm_cpuid2.hpp>
#include <kvm_cpuid_entry2.hpp>
#include <kvm_fpu.hpp>
<<<<<<< HEAD
#include <kvm_irqchip.hpp>
=======
#include <kvm_irq_routing.hpp>
>>>>>>> KVM_SET_GSI_ROUTING: Add scaffolding and initial integration tests
#include <kvm_irqchip.hpp>
#include <kvm_mp_state.hpp>
#include <kvm_msr_entry.hpp>
#include <kvm_msr_list.hpp>
Expand Down
2 changes: 1 addition & 1 deletion shim/linux/src/entry.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
#include <handle_vm_kvm_create_vcpu.h>
#include <handle_vm_kvm_destroy_vcpu.h>
#include <handle_vm_kvm_get_irqchip.h>
#include <handle_vm_kvm_set_irqchip.h>
#include <handle_vm_kvm_set_gsi_routing.h>
#include <handle_vm_kvm_set_irqchip.h>
#include <handle_vm_kvm_set_user_memory_region.h>
#include <linux/anon_inodes.h>
#include <linux/kernel.h>
Expand Down

0 comments on commit ffdbbd7

Please sign in to comment.