]> Git Repo - qemu.git/commit
hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler()
authorPhilippe Mathieu-Daudé <[email protected]>
Fri, 13 Dec 2019 11:07:36 +0000 (12:07 +0100)
committerPaolo Bonzini <[email protected]>
Tue, 17 Dec 2019 18:33:51 +0000 (19:33 +0100)
commit64c033badda77d81d7c949fc6e3ed6c72dd5c92e
tree9c500836896de044d00713bfe546bd564c2944f4
parent6c730e4af9b64b6c83b233f285ec3649747f7eda
hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler()

Both gsi_handler() and kvm_pc_gsi_handler() have the same content,
except one comment. Move the comment, and de-duplicate the code.

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
hw/i386/kvm/ioapic.c
hw/i386/pc.c
hw/i386/x86.c
include/sysemu/kvm.h
This page took 0.024778 seconds and 4 git commands to generate.