From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59155) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ui2tD-0002tZ-0j for qemu-devel@nongnu.org; Thu, 30 May 2013 09:27:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ui2t6-0002Vn-LW for qemu-devel@nongnu.org; Thu, 30 May 2013 09:27:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48274) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ui2t6-0002VR-Db for qemu-devel@nongnu.org; Thu, 30 May 2013 09:27:28 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r4UDRRNA020228 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 30 May 2013 09:27:27 -0400 Received: from redhat.com (vpn-203-5.tlv.redhat.com [10.35.203.5]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with SMTP id r4UDRQwl003910 for ; Thu, 30 May 2013 09:27:27 -0400 Date: Thu, 30 May 2013 16:27:56 +0300 From: "Michael S. Tsirkin" Message-ID: <1369920427-18274-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH 0/3] fw_cfg: misc fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Here are some misc fixes to the fw cfg object handling. I've queued them on my pci branch temporarily as it's useful to cleanup some pci things. I'm using this with Laszlo's cleanup patch that got rid of void * in pc.c too - that's queued there as well. Please review and comment. Michael S. Tsirkin (3): pvpanic: use FWCfgState explicitly fw_cfg: add API to find FW cfg object fw_cfg: fw_cfg is a singleton hw/misc/pvpanic.c | 4 ++-- hw/nvram/fw_cfg.c | 18 +++++++++++++----- include/hw/nvram/fw_cfg.h | 2 ++ 3 files changed, 17 insertions(+), 7 deletions(-) -- MST