<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From 948d426cacf00b0cf76c4260f3f5c61fe7282e71 Mon Sep 17 00:00:00 2001
From: Kevin Wolf &lt;kwolf@redhat.com&gt;
Date: Thu, 5 May 2011 09:34:47 -0300
Subject: [RHEL6 qemu-kvm PATCH 3/6] ide: cleanup warnings

RH-Author: Kevin Wolf &lt;kwolf@redhat.com&gt;
Message-id: &lt;1304588087-6055-4-git-send-email-kwolf@redhat.com&gt;
Patchwork-id: 23639
O-Subject: [RHEL-6.2 qemu-kvm PATCH 3/3] ide: cleanup warnings
Bugzilla: 701775
RH-Acked-by: Jes Sorensen &lt;Jes.Sorensen@redhat.com&gt;
RH-Acked-by: Andrea Arcangeli &lt;aarcange@redhat.com&gt;
RH-Acked-by: Markus Armbruster &lt;armbru@redhat.com&gt;

Bugzilla: 701775
Upstream: Submitted

Add \n.

Signed-off-by: Andrea Arcangeli &lt;aarcange@redhat.com&gt;
Signed-off-by: Kevin Wolf &lt;kwolf@redhat.com&gt;

Conflicts:

	hw/ide/pci.c

Signed-off-by: Kevin Wolf &lt;kwolf@redhat.com&gt;
---
 hw/ide/pci.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Signed-off-by: Eduardo Habkost &lt;ehabkost@redhat.com&gt;
---
 hw/ide/pci.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hw/ide/pci.c b/hw/ide/pci.c
index d5d6088..352b41d 100644
--- a/hw/ide/pci.c
+++ b/hw/ide/pci.c
@@ -55,9 +55,9 @@ void bmdma_cmd_writeb(void *opaque, uint32_t addr, uint32_t val)
 	if (bm-&gt;aiocb) {
 		qemu_aio_flush();
 		if (bm-&gt;aiocb)
-			printf("ide_dma_cancel: aiocb still pending");
+			printf("ide_dma_cancel: aiocb still pending\n");
 		if (bm-&gt;status &amp; BM_STATUS_DMAING)
-			printf("ide_dma_cancel: BM_STATUS_DMAING still pending");
+			printf("ide_dma_cancel: BM_STATUS_DMAING still pending\n");
 	}
         bm-&gt;cmd = val &amp; 0x09;
     } else {
-- 
1.7.3.2

</pre></body></html>