From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH v9 11/13] test_x86_emulator.c: Add emacs block Date: Tue, 17 Feb 2015 14:52:20 +0000 Message-ID: <54E355A4.1040205@citrix.com> References: <1424127915-27004-1-git-send-email-dslutz@verizon.com> <1424127915-27004-12-git-send-email-dslutz@verizon.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1424127915-27004-12-git-send-email-dslutz@verizon.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Don Slutz , xen-devel@lists.xen.org Cc: Kevin Tian , Keir Fraser , Ian Campbell , Stefano Stabellini , Jun Nakajima , Eddie Dong , Ian Jackson , Tim Deegan , George Dunlap , Aravind Gopalakrishnan , Jan Beulich , Boris Ostrovsky , Suravee Suthikulpanit List-Id: xen-devel@lists.xenproject.org On 16/02/15 23:05, Don Slutz wrote: > Signed-off-by: Don Slutz Acked-by: Andrew Cooper (Presuming an acceptable extension of maintainership into this area. It does after all symlink its way into xen/arch/x86) > --- > tools/tests/x86_emulator/test_x86_emulator.c | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/tools/tests/x86_emulator/test_x86_emulator.c b/tools/tests/x86_emulator/test_x86_emulator.c > index 03cd0e8..02a9f0a 100644 > --- a/tools/tests/x86_emulator/test_x86_emulator.c > +++ b/tools/tests/x86_emulator/test_x86_emulator.c > @@ -936,3 +936,12 @@ int main(int argc, char **argv) > printf("failed!\n"); > return 1; > } > + > +/* > + * Local variables: > + * mode: C > + * c-file-style: "BSD" > + * c-basic-offset: 4 > + * indent-tabs-mode: nil > + * End: > + */