commit | 0e607a80d323ba9f46dee71cd07380c4eb5c2b0a | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Fri Nov 06 19:39:24 2009 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Tue Nov 17 08:49:37 2009 -0600 |
tree | 6426919c8428631c5aa96e51e63bf06e6120f89d | |
parent | caa5af0ff364a23a2783fed0d597cad120455da8 [diff] |
kvm: x86: Refactor use of interrupt_bitmap Drop interrupt_bitmap from the cpustate and solely rely on the integer interupt_injected. This prepares us for the new injected-interrupt interface, which will deprecate the bitmap, while preserving compatibility. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>