Am 15.03.2017 um 09:01 schrieb Peter Xu: > v2: > - add one more patch (patch 2 in v2) to check pic/ioapic's > existance before destroying them Patch 2+3 without 1 should work, too, right? > > A tiny cleanup series for pic/ioapic destruction when vm destroys. > Please review, Thanks. > > Peter Xu (3): > KVM: x86: clear bus pointer when destroyed > KVM: x86: check existance before destroy > KVM: x86: use pic/ioapic destructor when destroy vm > > arch/x86/kvm/i8259.c | 3 +++ > arch/x86/kvm/ioapic.c | 3 +++ > arch/x86/kvm/x86.c | 4 ++-- > virt/kvm/kvm_main.c | 12 +++++++++++- > 4 files changed, 19 insertions(+), 3 deletions(-) > -- Thanks, David