From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v9 11/13] test_x86_emulator.c: Add emacs block Date: Tue, 3 Mar 2015 14:28:58 +0000 Message-ID: <1425392938.25940.15.camel@citrix.com> References: <1424127915-27004-1-git-send-email-dslutz@verizon.com> <1424127915-27004-12-git-send-email-dslutz@verizon.com> <54E355A4.1040205@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <54E355A4.1040205@citrix.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: Andrew Cooper Cc: Tim Deegan , Kevin Tian , Keir Fraser , Jun Nakajima , Stefano Stabellini , George Dunlap , Ian Jackson , Eddie Dong , Don Slutz , xen-devel@lists.xen.org, Aravind Gopalakrishnan , Jan Beulich , Boris Ostrovsky , Suravee Suthikulpanit List-Id: xen-devel@lists.xenproject.org On Tue, 2015-02-17 at 14:52 +0000, Andrew Cooper wrote: > 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) I think MAINTAINERS has since been updated, so I think your ack is now gospel here. Lucky you. > > > --- > > 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: > > + */ > >