From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37954) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAkCt-0002fx-6s for qemu-devel@nongnu.org; Thu, 02 Jul 2015 15:31:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZAkCp-0005vP-K8 for qemu-devel@nongnu.org; Thu, 02 Jul 2015 15:31:35 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:19223) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAkCp-0005v1-E3 for qemu-devel@nongnu.org; Thu, 02 Jul 2015 15:31:31 -0400 From: Konrad Rzeszutek Wilk Date: Thu, 2 Jul 2015 15:31:14 -0400 Message-Id: <1435865479-18329-2-git-send-email-konrad.wilk@oracle.com> In-Reply-To: <1435865479-18329-1-git-send-email-konrad.wilk@oracle.com> References: <1435865479-18329-1-git-send-email-konrad.wilk@oracle.com> Subject: [Qemu-devel] [PATCH v1 1/6] xen/pt: Update comments with proper function name. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: stefano.stabellini@eu.citrix.com, xen-devel@lists.xenproject.org, qemu-devel@nongnu.org Cc: Konrad Rzeszutek Wilk It has changed but the comments still refer to the old names. Reviewed-by: Stefano Stabellini Signed-off-by: Konrad Rzeszutek Wilk --- hw/xen/xen_pt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/xen/xen_pt.c b/hw/xen/xen_pt.c index ed5fcae..706e3d9 100644 --- a/hw/xen/xen_pt.c +++ b/hw/xen/xen_pt.c @@ -378,7 +378,7 @@ static void xen_pt_pci_write_config(PCIDevice *d, uint32_t addr, } } - /* need to shift back before passing them to xen_host_pci_device */ + /* need to shift back before passing them to xen_host_pci_set_block. */ val >>= (addr & 3) << 3; memory_region_transaction_commit(); @@ -406,7 +406,7 @@ out: (uint8_t *)&val + index, len); if (rc < 0) { - XEN_PT_ERR(d, "pci_write_block failed. return value: %d.\n", rc); + XEN_PT_ERR(d, "xen_host_pci_set_block failed. return value: %d.\n", rc); } } } -- 2.1.0