target/ppc: Move handling of hardware breakpoints to a separate function
commit2cbd158131e5a5e392417fb4511075a5d2af1bdd
authorFabiano Rosas <farosas@linux.ibm.com>
Thu, 28 Feb 2019 22:57:57 +0000 (28 19:57 -0300)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 12 Mar 2019 03:33:04 +0000 (12 14:33 +1100)
treea9aecf8fb82cc451d9a93d4259edb9ad0e12e365
parent2586a4d7a07b6be3fc54d9618a154b5b25fbf977
target/ppc: Move handling of hardware breakpoints to a separate function

This is in preparation for a refactoring of the kvm_handle_debug
function in the next patch.

Signed-off-by: Fabiano Rosas <farosas@linux.ibm.com>
Message-Id: <20190228225759.21328-4-farosas@linux.ibm.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/kvm.c