From 5269a286ffc8dce7e64d503ff592f95cffade051 Mon Sep 17 00:00:00 2001 From: Juergen Lock Date: Thu, 21 Oct 2010 20:16:45 +0000 Subject: Update to 0.13.0 --- emulators/qemu-devel/files/patch-90_security | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'emulators/qemu-devel/files/patch-90_security') diff --git a/emulators/qemu-devel/files/patch-90_security b/emulators/qemu-devel/files/patch-90_security index 4df76e9b5e39..53daab6bae92 100644 --- a/emulators/qemu-devel/files/patch-90_security +++ b/emulators/qemu-devel/files/patch-90_security @@ -1,11 +1,8 @@ -Index: qemu-0.8.2/hw/dma.c -=================================================================== ---- qemu-0.8.2.orig/hw/dma.c 2006-07-22 20:23:34.000000000 +0300 -+++ qemu-0.8.2/hw/dma.c 2007-04-20 06:05:59.000000000 +0300 -@@ -340,9 +340,11 @@ static void channel_run (int ncont, int +Index: qemu/hw/dma.c +@@ -344,9 +344,11 @@ static void channel_run (int ncont, int + } #endif - r = dma_controllers[ncont].regs + ichan; - n = r->transfer_handler (r->opaque, ichan + (ncont << 2), - r->now[COUNT], (r->base[COUNT] + 1) << ncont); - r->now[COUNT] = n; -- cgit v1.2.3