From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH v2][STABLE] qemu-kvm: Fix save/restore of in-kernel i8259 Date: Mon, 19 Dec 2011 15:35:18 -0200 Message-ID: <20111219173518.GB15848@amt.cnet> References: <4EE89205.9070209@siemens.com> <4EE8937A.9040405@siemens.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:34576 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751206Ab1LSUoo (ORCPT ); Mon, 19 Dec 2011 15:44:44 -0500 Content-Disposition: inline In-Reply-To: <4EE8937A.9040405@siemens.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Dec 14, 2011 at 01:15:54PM +0100, Jan Kiszka wrote: > As the qemu-kvm version of the i8259 contains KVM bits, it still has to > be compiled per target. This unbreaks migration of the i8259. > > Signed-off-by: Jan Kiszka > --- > > Not sure if anyone bothers (no one should actually use qemu-kvm for > targets != x86), but let's avoid needless breakages of other targets > requiring the i8259. > > Makefile.objs | 2 +- > Makefile.target | 8 ++++---- > hw/i8259.c | 2 -- > 3 files changed, 5 insertions(+), 7 deletions(-) Applied, thanks.