]> Git Repo - qemu.git/commit
Revert "apic: save apic_delivered flag"
authorPaolo Bonzini <[email protected]>
Wed, 22 Mar 2017 12:12:18 +0000 (13:12 +0100)
committerPaolo Bonzini <[email protected]>
Mon, 27 Mar 2017 12:41:01 +0000 (14:41 +0200)
commit5354edd286ea6e956b81da66c9dcc5e47028198e
tree93a756bc6c87170f75ebb957582c9f4656d643f3
parente4548bb640497bf4d6df3850c0838d1b581fddc9
Revert "apic: save apic_delivered flag"

This reverts commit 07bfa354772f2de67008dc66c201b627acff0106.
The global variable is only read as part of a

            apic_reset_irq_delivered();
            qemu_irq_raise(s->irq);
            if (!apic_get_irq_delivered()) {

sequence, so the value never matters at migration time.

Reported-by: Dr. David Alan Gilbert <[email protected]>
Cc: Pavel Dovgalyuk <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
hw/intc/apic_common.c
include/hw/i386/apic_internal.h
This page took 0.025091 seconds and 4 git commands to generate.