From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LAmGj-0002gT-9o for qemu-devel@nongnu.org; Thu, 11 Dec 2008 09:11:57 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LAmGg-0002fU-J2 for qemu-devel@nongnu.org; Thu, 11 Dec 2008 09:11:55 -0500 Received: from [199.232.76.173] (port=39025 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAmGg-0002fP-E7 for qemu-devel@nongnu.org; Thu, 11 Dec 2008 09:11:54 -0500 Received: from mx2.redhat.com ([66.187.237.31]:38204) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LAmGg-000636-2U for qemu-devel@nongnu.org; Thu, 11 Dec 2008 09:11:54 -0500 From: Glauber Costa Date: Thu, 11 Dec 2008 09:11:48 -0500 Message-Id: <1229004710-28331-1-git-send-email-glommer@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] reduce code duplication Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: avi@redhat.com, kvm@vger.kernel.org This is just a tiny nitpick I came across while hacking on other stuff. It reduces the code duplication, hopefully in a good way for other eyes too.