]> git.pld-linux.org Git - packages/qemu.git/commitdiff
- initial revision
authorpascalek <pascalek@pld-linux.org>
Wed, 14 Mar 2007 12:04:01 +0000 (12:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qemu-dosguest.patch -> 1.1

qemu-dosguest.patch [new file with mode: 0644]

diff --git a/qemu-dosguest.patch b/qemu-dosguest.patch
new file mode 100644 (file)
index 0000000..30324ae
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Nur qemu-0.9.0.orig/hw/ps2.c qemu-0.9.0.chng/hw/ps2.c
+--- qemu-0.9.0.orig/hw/ps2.c   2007-02-06 00:01:54.000000000 +0100
++++ qemu-0.9.0.chng/hw/ps2.c   2007-03-14 12:52:00.000000000 +0100
+@@ -162,7 +162,7 @@
+             q->rptr = 0;
+         q->count--;
+         /* reading deasserts IRQ */
+-        s->update_irq(s->update_arg, 0);
++//        s->update_irq(s->update_arg, 0);
+         /* reassert IRQs if data left */
+         s->update_irq(s->update_arg, q->count != 0);
+     }
This page took 0.122825 seconds and 4 git commands to generate.