]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/helper.h
target-i386: Check CR4[DE] for processing DR4/DR5
authorRichard Henderson <rth@twiddle.net>
Tue, 15 Sep 2015 18:45:13 +0000 (11:45 -0700)
committerEduardo Habkost <ehabkost@redhat.com>
Fri, 23 Oct 2015 14:59:27 +0000 (12:59 -0200)
commitd0052339236072bbf08c1d600c0906126b1ab258
treeca1cc289d1122c1ded250868f7e5bbda747b25c2
parent5223a9423c5fb9e32b0c3eaaa2c0bf8c5cfd6866
target-i386: Check CR4[DE] for processing DR4/DR5

Introduce helper_get_dr so that we don't have to put CR4[DE]
into the scarce HFLAGS resource.  At the same time, rename
helper_movl_drN_T0 to helper_set_dr and set the helper flags.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
target-i386/bpt_helper.c
target-i386/cpu.h
target-i386/helper.h
target-i386/translate.c