Re: [PATCH kvm-unit-tests1/2] x86: emulator: additional smsw test-case

2014-06-09 Thread Paolo Bonzini
Il 06/06/2014 01:56, Nadav Amit ha scritto: An additional test case for the emulator was added to test smsw which is trapped by the emulator. The other existing test-cases occur in the guest (at least on VMX), since the values are read directly from the CR0 read shadow. Signed-off-by: Nadav Ami

[PATCH kvm-unit-tests1/2] x86: emulator: additional smsw test-case

2014-06-05 Thread Nadav Amit
An additional test case for the emulator was added to test smsw which is trapped by the emulator. The other existing test-cases occur in the guest (at least on VMX), since the values are read directly from the CR0 read shadow. Signed-off-by: Nadav Amit --- x86/emulator.c | 10 -- 1 file