From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45468) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yhz0R-0001t4-5D for qemu-devel@nongnu.org; Tue, 14 Apr 2015 07:27:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yhz0N-0000qg-TJ for qemu-devel@nongnu.org; Tue, 14 Apr 2015 07:27:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36874) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yhz0N-0000qJ-M3 for qemu-devel@nongnu.org; Tue, 14 Apr 2015 07:27:47 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t3EBRj7k015204 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 14 Apr 2015 07:27:46 -0400 From: Gerd Hoffmann Date: Tue, 14 Apr 2015 13:27:39 +0200 Message-Id: <1429010860-13353-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL for-2.3 0/1] fw_cfg: add documentation file (docs/specs/fw_cfg.txt) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Damn, wanted to sent this out last week, then forgot, so it missed -rc3. But it is a documentation-only change, so it should still be fine for 2.3, right? please pull, Gerd The following changes since commit b8df9208f357d2b36e1b19634aea973618dc7ba8: Update version for v2.3.0-rc3 release (2015-04-13 17:35:44 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-fwcfg-20150414-1 for you to fetch changes up to 6cec43e178cde38a3eac43a2cd741ce741b10f36: fw_cfg: add documentation file (docs/specs/fw_cfg.txt) (2015-04-14 13:21:08 +0200) ---------------------------------------------------------------- fw_cfg: add documentation file (docs/specs/fw_cfg.txt) ---------------------------------------------------------------- Gabriel L. Somlo (1): fw_cfg: add documentation file (docs/specs/fw_cfg.txt) docs/specs/fw_cfg.txt | 205 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 205 insertions(+) create mode 100644 docs/specs/fw_cfg.txt