Module Name: src Committed By: yamaguchi Date: Thu Dec 23 04:06:51 UTC 2021
Modified Files: src/sys/arch/x86/x86: hyperv.c src/sys/dev/hyperv: hypervvar.h vmbus.c Log Message: hyper-v: move idt vector allocating to vmbus_init_interrupts_md() for refactoring And, the deallocating is also moved to vmbus_deinit_interrupts_md(). reviewed by nonaka@n.o. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/x86/x86/hyperv.c cvs rdiff -u -r1.4 -r1.5 src/sys/dev/hyperv/hypervvar.h cvs rdiff -u -r1.14 -r1.15 src/sys/dev/hyperv/vmbus.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.