From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1aooui-0005Fk-FA for mharc-qemu-trivial@gnu.org; Sat, 09 Apr 2016 05:10:44 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59676) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoouf-0005B9-Jh for qemu-trivial@nongnu.org; Sat, 09 Apr 2016 05:10:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aooue-0008F8-Kd for qemu-trivial@nongnu.org; Sat, 09 Apr 2016 05:10:41 -0400 Received: from [59.151.112.132] (port=32622 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoouW-0008De-DF; Sat, 09 Apr 2016 05:10:33 -0400 X-IronPort-AV: E=Sophos;i="5.22,518,1449504000"; d="scan'208";a="5429479" Received: from unknown (HELO cn.fujitsu.com) ([10.167.33.5]) by heian.cn.fujitsu.com with ESMTP; 09 Apr 2016 17:10:27 +0800 Received: from G08CNEXCHPEKD03.g08.fujitsu.local (unknown [10.167.33.85]) by cn.fujitsu.com (Postfix) with ESMTP id 09BD9408D262; Sat, 9 Apr 2016 17:10:23 +0800 (CST) Received: from [10.167.226.69] (10.167.226.69) by G08CNEXCHPEKD03.g08.fujitsu.local (10.167.33.89) with Microsoft SMTP Server (TLS) id 14.3.279.2; Sat, 9 Apr 2016 17:10:22 +0800 To: References: <1459244924-9840-1-git-send-email-caoj.fnst@cn.fujitsu.com> <56FA5192.6060506@cn.fujitsu.com> CC: qemu-trivial , , , From: Cao jin Message-ID: <5708C7AB.9070309@cn.fujitsu.com> Date: Sat, 9 Apr 2016 17:13:15 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <56FA5192.6060506@cn.fujitsu.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.167.226.69] X-yoursite-MailScanner-ID: 09BD9408D262.A9938 X-yoursite-MailScanner: Found to be clean X-yoursite-MailScanner-From: caoj.fnst@cn.fujitsu.com X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 59.151.112.132 Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH] smbios: fix typo X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Apr 2016 09:10:43 -0000 ping? On 03/29/2016 05:57 PM, Cao jin wrote: > sorry mjt, I intended to cc qemu-trivial, now I made it:) > > On 03/29/2016 05:48 PM, Cao jin wrote: >> The spec says: "on paragraph (16-byte) boundaries" >> >> Signed-off-by: Cao jin >> --- >> include/hw/smbios/smbios.h | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/include/hw/smbios/smbios.h b/include/hw/smbios/smbios.h >> index 76ccf70..ba36746 100644 >> --- a/include/hw/smbios/smbios.h >> +++ b/include/hw/smbios/smbios.h >> @@ -33,7 +33,7 @@ typedef enum SmbiosEntryPointType { >> >> /* SMBIOS Entry Point >> * There are two types of entry points defined in the SMBIOS >> specification >> - * (see below). BIOS must place the entry point(s) at a 16-bit-aligned >> + * (see below). BIOS must place the entry point(s) at a 16-byte-aligned >> * address between 0xf0000 and 0xfffff. Note that either entry point >> type >> * can be used in a 64-bit target system, except that SMBIOS 2.1 >> entry point >> * only allows the SMBIOS struct table to reside below 4GB address >> space. >> > -- Yours Sincerely, Cao jin From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59665) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoouc-000570-C5 for qemu-devel@nongnu.org; Sat, 09 Apr 2016 05:10:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aoouX-0008Ep-OM for qemu-devel@nongnu.org; Sat, 09 Apr 2016 05:10:38 -0400 References: <1459244924-9840-1-git-send-email-caoj.fnst@cn.fujitsu.com> <56FA5192.6060506@cn.fujitsu.com> From: Cao jin Message-ID: <5708C7AB.9070309@cn.fujitsu.com> Date: Sat, 9 Apr 2016 17:13:15 +0800 MIME-Version: 1.0 In-Reply-To: <56FA5192.6060506@cn.fujitsu.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] smbios: fix typo List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial , imammedo@redhat.com, mjt@tls.msk.ru, mst@redhat.com ping? On 03/29/2016 05:57 PM, Cao jin wrote: > sorry mjt, I intended to cc qemu-trivial, now I made it:) > > On 03/29/2016 05:48 PM, Cao jin wrote: >> The spec says: "on paragraph (16-byte) boundaries" >> >> Signed-off-by: Cao jin >> --- >> include/hw/smbios/smbios.h | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/include/hw/smbios/smbios.h b/include/hw/smbios/smbios.h >> index 76ccf70..ba36746 100644 >> --- a/include/hw/smbios/smbios.h >> +++ b/include/hw/smbios/smbios.h >> @@ -33,7 +33,7 @@ typedef enum SmbiosEntryPointType { >> >> /* SMBIOS Entry Point >> * There are two types of entry points defined in the SMBIOS >> specification >> - * (see below). BIOS must place the entry point(s) at a 16-bit-aligned >> + * (see below). BIOS must place the entry point(s) at a 16-byte-aligned >> * address between 0xf0000 and 0xfffff. Note that either entry point >> type >> * can be used in a 64-bit target system, except that SMBIOS 2.1 >> entry point >> * only allows the SMBIOS struct table to reside below 4GB address >> space. >> > -- Yours Sincerely, Cao jin