]> Git Repo - qemu.git/commit
i386: hvf: Drop rflags from HVFX86EmulatorState
authorRoman Bolshakov <[email protected]>
Thu, 28 May 2020 19:37:53 +0000 (22:37 +0300)
committerPaolo Bonzini <[email protected]>
Fri, 12 Jun 2020 15:15:02 +0000 (11:15 -0400)
commit967f4da2afb2ece8b2b054bc8af23389e028fdcc
treef2f2ad47bfa96b4f0947206a3ae67cfab7e4e385
parent2d5f696cb7b7a024f2a1bd4a8c6aed7a1d5532b4
i386: hvf: Drop rflags from HVFX86EmulatorState

HVFX86EmulatorState carries it's own copy of x86 flags. It can be
dropped in favor of eflags in generic CPUX86State.

Signed-off-by: Roman Bolshakov <[email protected]>
Message-Id: <20200528193758[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
target/i386/hvf/hvf.c
target/i386/hvf/x86.c
target/i386/hvf/x86.h
target/i386/hvf/x86_emu.c
target/i386/hvf/x86_flags.c
target/i386/hvf/x86_task.c
target/i386/hvf/x86hvf.c
This page took 0.02613 seconds and 4 git commands to generate.