diff --git a/CVE-2016-2391-qemut-usb-null-pointer-dereference-in-ohci-module.patch b/CVE-2016-2391-qemut-usb-null-pointer-dereference-in-ohci-module.patch index 1cfe199..efe86c2 100644 --- a/CVE-2016-2391-qemut-usb-null-pointer-dereference-in-ohci-module.patch +++ b/CVE-2016-2391-qemut-usb-null-pointer-dereference-in-ohci-module.patch @@ -10,10 +10,10 @@ Signed-off-by: Gerd Hoffmann hw/usb/hcd-ohci.c | 31 +++++-------------------------- 1 file changed, 5 insertions(+), 26 deletions(-) -Index: xen-4.5.2-testing/tools/qemu-xen-traditional-dir-remote/hw/usb-ohci.c +Index: xen-4.6.1-testing/tools/qemu-xen-traditional-dir-remote/hw/usb-ohci.c =================================================================== ---- xen-4.5.2-testing.orig/tools/qemu-xen-traditional-dir-remote/hw/usb-ohci.c -+++ xen-4.5.2-testing/tools/qemu-xen-traditional-dir-remote/hw/usb-ohci.c +--- xen-4.6.1-testing.orig/tools/qemu-xen-traditional-dir-remote/hw/usb-ohci.c ++++ xen-4.6.1-testing/tools/qemu-xen-traditional-dir-remote/hw/usb-ohci.c @@ -1139,16 +1139,6 @@ static void ohci_frame_boundary(void *op */ static int ohci_bus_start(OHCIState *ohci) @@ -47,7 +47,7 @@ Index: xen-4.5.2-testing/tools/qemu-xen-traditional-dir-remote/hw/usb-ohci.c qemu_register_reset(ohci_reset, ohci); ohci_reset(ohci); + -+ ohci->eof_timer = qemu_new_timer(QEMU_CLOCK_VIRTUAL, ++ ohci->eof_timer = qemu_new_timer(vm_clock, + ohci_frame_boundary, ohci); } diff --git a/xen.spec b/xen.spec index a6ddf1d..eeb7990 100644 --- a/xen.spec +++ b/xen.spec @@ -15,7 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - # needssslcertforbuild Name: xen