From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: Is KVM support single step execution Date: Thu, 26 Nov 2015 09:28:05 +0100 Message-ID: <5656C295.2080008@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: "kvm@vger.kernel.org" , "Dong, Eddie" To: "Wu, Feng" Return-path: Received: from mail-wm0-f48.google.com ([74.125.82.48]:37893 "EHLO mail-wm0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752120AbbKZI2I (ORCPT ); Thu, 26 Nov 2015 03:28:08 -0500 Received: by wmec201 with SMTP id c201so12223692wme.1 for ; Thu, 26 Nov 2015 00:28:07 -0800 (PST) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On 26/11/2015 06:46, Wu, Feng wrote: > Hi Paolo, > > Do you know whether KVM supports single step execution? If it is, > could you please give me some information about it. Really appreciate > it! Yes, it does. See KVM_SET_GUEST_DEBUG documentation in Documentation/virtual/kvm/api.txt. Paolo