From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roland Dreier Subject: Re: [PATCH 0/14] KVM: Kernel-based Virtual Machine (v4) Date: Wed, 08 Nov 2006 10:26:22 -0800 Message-ID: References: <454E4941.7000108@qumranet.com> <20061107204440.090450ea.akpm@osdl.org> <455183EA.2020405@qumranet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Andrew Morton , kvm-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Return-path: To: Avi Kivity In-Reply-To: <455183EA.2020405@qumranet.com> (Avi Kivity's message of "Wed, 08 Nov 2006 09:14:50 +0200") Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org > Either that or a bunch of ugly .byte macros. After reading this thread, I have to say that this seems preferable to relying on new-ish binutils. Someday in the future we can fix it up but I think too many people are still using old gas versions now. You can hide the .byte crap in one place with #defines I think, so it's not so bad. We already do this for a few things in asm-i386 and asm-x86_64 anyway. - R.