From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Date: Mon, 04 Feb 2013 00:41:04 +0000 Subject: Re: [PATCH 4/8] Added ONE_REG interface for debug instruction Message-Id: <20130204004104.GA17537@drongo> List-Id: References: <1358324685-30225-1-git-send-email-bharat.bhushan@freescale.com> <1358324685-30225-3-git-send-email-bharat.bhushan@freescale.com> In-Reply-To: <1358324685-30225-3-git-send-email-bharat.bhushan@freescale.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Bharat Bhushan Cc: kvm-ppc@vger.kernel.org, kvm@vger.kernel.org, agraf@suse.de, Bharat Bhushan On Wed, Jan 16, 2013 at 01:54:41PM +0530, Bharat Bhushan wrote: > This patch adds the one_reg interface to get the special instruction > to be used for setting software breakpoint from userspace. Since this presumably is constant for any given platform, wouldn't a capability be more appropriate? Paul.