commit | 91586a3b7d79432772a3cdcb81473cd08a237c79 | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Mon Oct 05 13:07:21 2009 +0200 |
committer | Avi Kivity <avi@redhat.com> | Thu Dec 03 09:32:14 2009 +0200 |
tree | 3d5955b02c81485f0fe446649e969251598972c6 | |
parent | a68a6a7282373bedba8a2ed751b6384edb983a64 [diff] |
KVM: x86: Rework guest single-step flag injection and filtering Push TF and RF injection and filtering on guest single-stepping into the vender get/set_rflags callbacks. This makes the whole mechanism more robust wrt user space IOCTL order and instruction emulations. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Avi Kivity <avi@redhat.com>