diff options
author | Juergen Lock <nox@FreeBSD.org> | 2010-10-21 20:16:45 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2010-10-21 20:16:45 +0000 |
commit | 5269a286ffc8dce7e64d503ff592f95cffade051 (patch) | |
tree | 8a1274076177daf276ba7add07d8f62bda880424 /emulators/qemu-devel/files/patch-90_security | |
parent | Update to 0.8.0 (diff) |
Update to 0.13.0
Notes
Notes:
svn path=/head/; revision=263414
Diffstat (limited to 'emulators/qemu-devel/files/patch-90_security')
-rw-r--r-- | emulators/qemu-devel/files/patch-90_security | 9 |
1 files changed, 3 insertions, 6 deletions
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; |