]> git.proxmox.com Git - mirror_qemu.git/commit - target-i386/cpu.h
target-i386: Introduce cpu_x86_update_dr7
authorRichard Henderson <rth@twiddle.net>
Tue, 15 Sep 2015 18:45:08 +0000 (11:45 -0700)
committerEduardo Habkost <ehabkost@redhat.com>
Fri, 23 Oct 2015 14:59:27 +0000 (12:59 -0200)
commit93d00d0fbe4711061834730fb70525d167b6f908
tree32e7d5e9545ff139ca92912129eae886cb28d438
parente265e3e48049fbece9eaf536aa00ca41aa3c54d0
target-i386: Introduce cpu_x86_update_dr7

This moves the last of the iteration over breakpoints into
the bpt_helper.c file.  This also allows us to make several
breakpoint functions static.

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/machine.c
target-i386/seg_helper.c