From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=54426 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1POIAv-0007Fl-SK for qemu-devel@nongnu.org; Thu, 02 Dec 2010 18:02:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1POIAu-0003ys-My for qemu-devel@nongnu.org; Thu, 02 Dec 2010 18:02:53 -0500 Received: from mx1.redhat.com ([209.132.183.28]:17832) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1POIAu-0003yj-BG for qemu-devel@nongnu.org; Thu, 02 Dec 2010 18:02:52 -0500 Date: Fri, 3 Dec 2010 01:02:35 +0200 From: "Michael S. Tsirkin" Message-ID: <20101202230235.GA12072@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] pcie aer comment List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: yamahata@valinux.co.jp, qemu-devel@nongnu.org Also, the code has many cases that look like: if (root_cmd & PCI_ERR_ROOT_CMD_COR_EN) { } If the intent is to add some code later, pls put a TODO here. Otherwise please remove these or replace with comments like /* For correctable - nothing special needs to be done. */ -- MST