KVM: x86 emulator: consolidate segment accessors
authorAvi Kivity <avi@redhat.com>
Wed, 27 Apr 2011 10:20:30 +0000 (13:20 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 22 May 2011 12:47:39 +0000 (08:47 -0400)
Instead of separate accessors for the segment selector and cached descriptor,
use one accessor for both.  This simplifies the code somewhat.

Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found