]> git.proxmox.com Git - pve-qemu-kvm.git/commitdiff
refresh debian/patches/fairsched.diff
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 5 May 2014 05:14:13 +0000 (07:14 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 5 May 2014 05:14:13 +0000 (07:14 +0200)
debian/patches/fairsched.diff

index 51032958b1c34e6a0c9cb52dea2e735841367b6a..1db01a32430f098febc1df0c4496c5be3352a4fb 100644 (file)
@@ -1,8 +1,8 @@
 Index: new/qemu-options.hx
 ===================================================================
---- new.orig/qemu-options.hx   2013-11-26 10:50:22.000000000 +0100
-+++ new/qemu-options.hx        2013-11-26 11:04:08.000000000 +0100
-@@ -362,6 +362,12 @@
+--- new.orig/qemu-options.hx   2014-05-05 07:07:11.000000000 +0200
++++ new/qemu-options.hx        2014-05-05 07:13:45.000000000 +0200
+@@ -363,6 +363,12 @@
  @table @option
  ETEXI
  
@@ -17,9 +17,9 @@ Index: new/qemu-options.hx
  DEF("fdb", HAS_ARG, QEMU_OPTION_fdb, "", QEMU_ARCH_ALL)
 Index: new/vl.c
 ===================================================================
---- new.orig/vl.c      2013-11-26 10:50:23.000000000 +0100
-+++ new/vl.c   2013-11-26 11:04:08.000000000 +0100
-@@ -155,6 +155,8 @@
+--- new.orig/vl.c      2014-05-05 07:07:11.000000000 +0200
++++ new/vl.c   2014-05-05 07:13:45.000000000 +0200
+@@ -102,6 +102,8 @@
  #endif
  #include "sysemu/qtest.h"
  
@@ -27,8 +27,8 @@ Index: new/vl.c
 +
  #include "disas/disas.h"
  
- #include "qemu/sockets.h"
-@@ -207,6 +209,7 @@
+@@ -152,6 +154,7 @@
  CharDriverState *sclp_hds[MAX_SCLP_CONSOLES];
  int win2k_install_hack = 0;
  int singlestep = 0;
@@ -36,7 +36,7 @@ Index: new/vl.c
  int smp_cpus = 1;
  int max_cpus = 0;
  int smp_cores = 1;
-@@ -2819,6 +2822,9 @@
+@@ -2930,6 +2933,9 @@
  int main(int argc, char **argv, char **envp)
  {
      int i;
@@ -46,7 +46,7 @@ Index: new/vl.c
      int snapshot, linux_boot;
      const char *icount_option = NULL;
      const char *initrd_filename;
-@@ -3553,6 +3559,21 @@
+@@ -3677,6 +3683,21 @@
                      exit(1);
                  }
                  break;
@@ -68,7 +68,7 @@ Index: new/vl.c
            case QEMU_OPTION_vnc:
  #ifdef CONFIG_VNC
                  display_remote++;
-@@ -4136,6 +4157,39 @@
+@@ -4268,6 +4289,39 @@
          }
      }
  
@@ -111,7 +111,7 @@ Index: new/vl.c
 Index: new/vzsyscalls.h
 ===================================================================
 --- /dev/null  1970-01-01 00:00:00.000000000 +0000
-+++ new/vzsyscalls.h   2013-11-26 11:04:08.000000000 +0100
++++ new/vzsyscalls.h   2014-05-05 07:13:45.000000000 +0200
 @@ -0,0 +1,47 @@
 +/*
 + *  Copyright (C) 2000-2008, Parallels, Inc. All rights reserved.