----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2007/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 9867:654bb6f4b9ea --------------------------- x86: Add support for checking the raw state of an interrupt In order to support hardware virtualization, we need to be able to check if there are any interrupts pending irregardless of the rflags.intf value. This changeset adds the checkInterruptsRaw() method to the x86 interrupt control. It returns true if there are pending interrupts that can be delivered as soon as the CPU is ready for interrupt delivery. *** This patch is a part of series of changes to add support for KVM on x86. See https://github.com/andysan/gem5/tree/kvm-x86 for the full series. Diffs ----- src/arch/x86/interrupts.hh cc5797147e1c src/arch/x86/interrupts.cc cc5797147e1c Diff: http://reviews.gem5.org/r/2007/diff/ Testing ------- Thanks, Andreas Sandberg _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
