From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55987) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaKWk-0007YJ-VW for qemu-devel@nongnu.org; Mon, 29 Feb 2016 04:54:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aaKWg-0006LL-Vd for qemu-devel@nongnu.org; Mon, 29 Feb 2016 04:54:06 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39743) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaKWg-0006LF-Qv for qemu-devel@nongnu.org; Mon, 29 Feb 2016 04:54:02 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id D2C27627C5 for ; Mon, 29 Feb 2016 09:54:01 +0000 (UTC) From: Gerd Hoffmann Date: Mon, 29 Feb 2016 10:53:57 +0100 Message-Id: <1456739638-20903-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/1] fw_cfg: unbreak migration compatibility for 2.4 and earlier machines List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, fwcfg acpi series which I planned to include here is blocked by unexpecte= d apci test behavior. So I'm sending this patch alone so it doesn't has to wait until our acpi experts figured what is going on (and maybe the fwcfg acpi series then goes through the acpi queue anyway). please pull, Gerd The following changes since commit 0c6940d086f39bbf725d96104abe46da87429c= b6: build: [bsd-user] Rename "syscall.h" to "target_syscall.h" in target di= rectories (2016-02-25 16:41:08 +0000) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-fw-cfg-20160226-1 for you to fetch changes up to e6915b5f3a874a467a9a65f7ec1d6ef8d251a51a: fw_cfg: unbreak migration compatibility for 2.4 and earlier machines (2= 016-02-26 10:06:40 +0100) ---------------------------------------------------------------- fw_cfg: unbreak migration compatibility for 2.4 and earlier machines ---------------------------------------------------------------- Laszlo Ersek (1): fw_cfg: unbreak migration compatibility for 2.4 and earlier machine= s hw/nvram/fw_cfg.c | 20 ++++++++++++-------- include/hw/compat.h | 8 ++++++++ 2 files changed, 20 insertions(+), 8 deletions(-)