From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53595) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2KI5-0006VP-Em for qemu-devel@nongnu.org; Thu, 25 Jul 2013 08:05:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V2KI4-0008Sk-6R for qemu-devel@nongnu.org; Thu, 25 Jul 2013 08:05:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60032) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2KI3-0008Q6-VR for qemu-devel@nongnu.org; Thu, 25 Jul 2013 08:05:04 -0400 Message-ID: <51F1146C.1070907@redhat.com> Date: Thu, 25 Jul 2013 14:05:00 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1374681580-17439-1-git-send-email-mst@redhat.com> <1374681580-17439-2-git-send-email-mst@redhat.com> In-Reply-To: <1374681580-17439-2-git-send-email-mst@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 01/14] hw/i386/pc.c: move IO_APIC_DEFAULT_ADDRESS to include/hw/i386/apic.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Anthony Liguori , Laszlo Ersek , qemu-devel@nongnu.org On 07/24/13 18:01, Michael S. Tsirkin wrote: > Signed-off-by: Michael S. Tsirkin > Signed-off-by: Laszlo Ersek > --- > hw/i386/pc.c | 2 -- > include/hw/i386/apic.h | 2 ++ > 2 files changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Gerd Hoffmann cheers, Gerd