summaryrefslogtreecommitdiffstats
path: root/hw
diff options
context:
space:
mode:
authorAndrea Arcangeli <aarcange@redhat.com>2011-05-03 22:03:39 +0200
committerKevin Wolf <kwolf@redhat.com>2011-05-18 14:38:45 +0200
commit086cf4d3bde08ca7785a9e09b38ee20636ee4f78 (patch)
tree6644243aa1da0e241be3bf288687126db2143425 /hw
parent96d19bcbf5f679bbaaeab001b572c367fbfb2b03 (diff)
downloadhqemu-086cf4d3bde08ca7785a9e09b38ee20636ee4f78.zip
hqemu-086cf4d3bde08ca7785a9e09b38ee20636ee4f78.tar.gz
ide: cleanup warnings
Add \n. Signed-off-by: Andrea Arcangeli <aarcange@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'hw')
-rw-r--r--hw/ide/pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/ide/pci.c b/hw/ide/pci.c
index 65cb56c..f5ac932 100644
--- a/hw/ide/pci.c
+++ b/hw/ide/pci.c
@@ -298,9 +298,9 @@ void bmdma_cmd_writeb(void *opaque, uint32_t addr, uint32_t val)
qemu_aio_flush();
#ifdef DEBUG_IDE
if (bm->bus->dma->aiocb)
- printf("ide_dma_cancel: aiocb still pending");
+ printf("ide_dma_cancel: aiocb still pending\n");
if (bm->status & BM_STATUS_DMAING)
- printf("ide_dma_cancel: BM_STATUS_DMAING still pending");
+ printf("ide_dma_cancel: BM_STATUS_DMAING still pending\n");
#endif
}
} else {
OpenPOWER on IntegriCloud