]> git.proxmox.com Git - qemu.git/commit
irq: Introduce and use CPU_INTERRUPT_SSTEP_MASK.
authorRichard Henderson <rth@twiddle.net>
Wed, 4 May 2011 20:34:25 +0000 (13:34 -0700)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 8 May 2011 16:55:23 +0000 (16:55 +0000)
commit3125f76335f54e17e2b41621184c9cda1c2b238e
tree93d5337b418df707c859de4b1ef5f4df7ed047bc
parent9c76219eaa68e9138521a8e28ee3fff056c83fb1
irq: Introduce and use CPU_INTERRUPT_SSTEP_MASK.

This mask contains all of the bits that should be ignored while single
stepping in the debugger.  The mask contains 2 bits that are not currently
cleared, but are also never set.  The bits are included in the mask for
consistency in handling of the CPU_INTERRUPT_TGT_EXT_N bits.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
cpu-all.h
cpu-exec.c