]> git.proxmox.com Git - qemu.git/commit - exec.c
Adopt cpu_copy to new breakpoint API (Jan Kaszka)
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 15 Jan 2009 20:16:51 +0000 (20:16 +0000)
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 15 Jan 2009 20:16:51 +0000 (20:16 +0000)
commit5a38f081904fdae0251fb16befc2cdb4bc894e27
tree47ebeab6866d921f04c6606c3abb780ca21b910e
parent73822ec806bc8459047b6e9dea71d675c283a84c
Adopt cpu_copy to new breakpoint API (Jan Kaszka)

Latest changes to the cpu_breakpoint/watchpoint API broke cpu_copy. This
patch fixes it by cloning the breakpoint and watchpoint lists
appropriately.

Thanks to Lionel Landwerlin for pointing out.

Signed-off-by: Jan Kiszka <jan.kiszka@web.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6321 c046a42c-6fe2-441c-8c8c-71466251a162
exec.c