commit | a4fc321219cc1c6bd5ca1262cdbbb2e8cee8d56e | [log] [tgz] |
---|---|---|
author | Pavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru> | Thu Sep 17 19:24:11 2015 +0300 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Sep 25 12:04:44 2015 +0200 |
tree | dac51c285ae87e063bf1ff588c7ce537b7d06bc9 | |
parent | 6220e900bcdc524a175b2d2e725ebb9bb11a0008 [diff] |
i386: interrupt poll processing This patch updates x86_cpu_exec_interrupt function. It can process two interrupt request at a time (poll and another one). This makes its execution non-deterministic. Determinism is requred for recorded icount execution. Signed-off-by: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru> Message-Id: <20150917162410.8676.13042.stgit@PASHA-ISP.def.inno> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>