Re: [Qemu-devel] [PATCH v5 1/2] target-i386: define dr7 bit field

2013-01-15 Thread Andreas Färber
Am 15.01.2013 06:39, schrieb liguang: > implictly use of dr7 bit field is a little hard > to understand, so try to define them and use the > defined name. > > Signed-off-by: liguang > --- > target-i386/cpu.h |6 ++ > target-i386/machine.c |5 +++-- > target-i386/misc_help

[Qemu-devel] [PATCH v5 1/2] target-i386: define dr7 bit field

2013-01-14 Thread liguang
implictly use of dr7 bit field is a little hard to understand, so try to define them and use the defined name. Signed-off-by: liguang --- target-i386/cpu.h |6 ++ target-i386/machine.c |5 +++-- target-i386/misc_helper.c |4 ++-- target-i386/seg_helper.c |9 +