From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark McLoughlin Subject: Re: [PATCH] kvm: qemu: Handle tap fds with IFF_VNET_HDR Date: Wed, 20 Aug 2008 18:09:57 +0100 Message-ID: <1219252197.5068.38.camel@muff> References: <1218485535-877-1-git-send-email-markmc@redhat.com> <48A1957C.4070007@qumranet.com> <1218638393.29159.38.camel@muff> <48A30ABE.3040903@qumranet.com> <1219251898.5068.33.camel@muff> Reply-To: Mark McLoughlin Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Avi Kivity Return-path: Received: from mx1.redhat.com ([66.187.233.31]:39048 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755997AbYHTRKY (ORCPT ); Wed, 20 Aug 2008 13:10:24 -0400 In-Reply-To: <1219251898.5068.33.camel@muff> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, 2008-08-20 at 18:05 +0100, Mark McLoughlin wrote: > Allow users to pass an IFF_VNET_HDR tap fd via "-net tap,fd=X" > by querying the fd with the recently added TUNGETIFF ioctl() to > see if IFF_VNET_HDR has been enabled. This was merged by Linus today: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=e3b99556975907530aeb9745e7b3945a0da48f17 I would have included that link in the previous mail, but I see another one of my "patch appended" mails ended up being quoted fully in the commit message: http://git.kernel.org/?p=virt/kvm/kvm-userspace.git;a=commit;h=db424ac3052fe9392e3287b6d8cbfa9e9706cecd Other people seem to manage to avoid this, but trying it out myself with git-am the best I can come up with is to run "git-am -i" and edit the commit message, which sucks. Are others using some other mbox-to-git-commits script, I wonder? Cheers, Mark.