]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
kvm: x86: Convert ioapic->rtc_status.dest_map to a struct
authorJoerg Roedel <jroedel@suse.de>
Wed, 14 Dec 2016 22:04:19 +0000 (16:04 -0600)
committerThadeu Lima de Souza Cascardo <cascardo@canonical.com>
Wed, 25 Jan 2017 18:31:23 +0000 (16:31 -0200)
commitaee4b7a8ebc1496f55299241ba96590f80acdc19
tree2f2201052b774fbe8cbea93e44cd968802ea3ea7
parentf1e7cfccd5a010c1652939fc583d16a943ae80d8
kvm: x86: Convert ioapic->rtc_status.dest_map to a struct

BugLink: http://bugs.launchpad.net/bugs/1649718
Currently this is a bitmap which tracks which CPUs we expect
an EOI from. Move this bitmap to a struct so that we can
track additional information there.

Signed-off-by: Joerg Roedel <jroedel@suse.de>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit 9e4aabe2bb3454c83dac8139cf9974503ee044db)
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
Acked-by: Tim Gardner <tim.gardner@canonical.com>
Acked-by: Andy Whitcroft <apw@canonical.com>
Acked-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Brad Figg <brad.figg@canonical.com>
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
arch/x86/kvm/ioapic.c
arch/x86/kvm/ioapic.h
arch/x86/kvm/irq_comm.c
arch/x86/kvm/lapic.c
arch/x86/kvm/lapic.h