]> git.proxmox.com Git - qemu.git/commit
target-i386: Define DR7 bit field constants
authorliguang <lig.fnst@cn.fujitsu.com>
Tue, 15 Jan 2013 05:39:55 +0000 (13:39 +0800)
committerAndreas Färber <afaerber@suse.de>
Tue, 15 Jan 2013 08:14:35 +0000 (09:14 +0100)
commit428065ce50643a56bff043501809b62b035f0b17
tree0e854bab9efea8205eae804dd5a3c5860e2c40e7
parent5ec01c2e96910e1588d1a0de8609b9dda7618c7f
target-i386: Define DR7 bit field constants

Implicit use of dr7 bit field is a little hard to understand,
so define constants for them and use them consistently.

Signed-off-by: liguang <lig.fnst@cn.fujitsu.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
target-i386/cpu.h
target-i386/helper.c
target-i386/machine.c
target-i386/misc_helper.c
target-i386/seg_helper.c