]> xenbits.xen.org Git - xenclient/ioemu-pq.git/commitdiff
Revert "Updated the linux keyboard and mouse driver to be able to switch with Alt...
authorJean Guyader <jean.guyader@eu.citrix.com>
Fri, 21 Aug 2009 16:51:29 +0000 (17:51 +0100)
committerJean Guyader <jean.guyader@eu.citrix.com>
Fri, 21 Aug 2009 16:51:29 +0000 (17:51 +0100)
This reverts commit 58f0bbb10b60c4749844794d700abf2061edf275.

Conflicts:

master/dom0-driver

master/dom0-driver

index b8b9423feabf06b6543a7165984e6d48f4b31cc2..2cb68951937071c35d197e9c43b884a6d8b65748 100644 (file)
@@ -24,7 +24,7 @@ index 14b42f3..97214c0 100644
  #endif
 diff --git a/dom0_driver.c b/dom0_driver.c
 new file mode 100644
-index 0000000..d98a458
+index 0000000..fdd24ab
 --- /dev/null
 +++ b/dom0_driver.c
 @@ -0,0 +1,697 @@
@@ -1259,10 +1259,10 @@ index 0000000..59dfec8
 +    }
 +}
 diff --git a/qemu-xen.h b/qemu-xen.h
-index 7883718..afe8f22 100644
+index 0cc5dd8..2646ec7 100644
 --- a/qemu-xen.h
 +++ b/qemu-xen.h
-@@ -109,7 +109,13 @@ int xenstore_write(const char *path, const char *val);
+@@ -107,7 +107,13 @@ int xenstore_write(const char *path, const char *val);
  
  void xenstore_dm_finished_startup(void);
  
@@ -1278,7 +1278,7 @@ index 7883718..afe8f22 100644
    * not be trusted by qemu code.  For variables containing xenstore
    * paths, `danger' can mean that both the path refers to a
 diff --git a/vl.c b/vl.c
-index 1738aa5..45e03c1 100644
+index e519705..0ffe1ec 100644
 --- a/vl.c
 +++ b/vl.c
 @@ -234,6 +234,7 @@ CharDriverState *virtcon_hds[MAX_VIRTIO_CONSOLES];
@@ -1310,7 +1310,7 @@ index 1738aa5..45e03c1 100644
  /***********************************************************/
  /* x86 ISA bus support */
  
-@@ -4289,6 +4304,7 @@ enum {
+@@ -4277,6 +4292,7 @@ enum {
      QEMU_OPTION_acpi,
      QEMU_OPTION_vcpus,
      QEMU_OPTION_vga_passthrough,
@@ -1318,7 +1318,7 @@ index 1738aa5..45e03c1 100644
  
      /* Debug/Expert options: */
      QEMU_OPTION_serial,
-@@ -4463,6 +4479,7 @@ static const QEMUOption qemu_options[] = {
+@@ -4451,6 +4467,7 @@ static const QEMUOption qemu_options[] = {
      { "vncunused", 0, QEMU_OPTION_vncunused },
      { "vcpus", HAS_ARG, QEMU_OPTION_vcpus },
      { "vga-passthrough", 0, QEMU_OPTION_vga_passthrough },
@@ -1326,7 +1326,7 @@ index 1738aa5..45e03c1 100644
  #if defined(CONFIG_XEN) && !defined(CONFIG_DM)
      { "xen-domid", HAS_ARG, QEMU_OPTION_xen_domid },
      { "xen-create", 0, QEMU_OPTION_xen_create },
-@@ -5299,6 +5316,9 @@ int main(int argc, char **argv, char **envp)
+@@ -5287,6 +5304,9 @@ int main(int argc, char **argv, char **envp)
              case QEMU_OPTION_vga_passthrough:
                  vga_passthrough = 1;
                  break;
@@ -1336,7 +1336,7 @@ index 1738aa5..45e03c1 100644
              case QEMU_OPTION_direct_pci:
                 direct_pci = optarg;
                  break;
-@@ -6065,6 +6085,9 @@ int main(int argc, char **argv, char **envp)
+@@ -6053,6 +6073,9 @@ int main(int argc, char **argv, char **envp)
          close(fd);
      }
  
@@ -1345,7 +1345,7 @@ index 1738aa5..45e03c1 100644
 +
      xenstore_dm_finished_startup();
  
- #ifndef CONFIG_STUBDOM
+     main_loop();
 diff --git a/xen-hooks.mak b/xen-hooks.mak
 index d171928..15ba4d1 100644
 --- a/xen-hooks.mak
@@ -1360,10 +1360,10 @@ index d171928..15ba4d1 100644
  CONFIG_AUDIO=1
  
 diff --git a/xenstore.c b/xenstore.c
-index 3cd2ba6..17136a3 100644
+index 01afcf0..20ca8cf 100644
 --- a/xenstore.c
 +++ b/xenstore.c
-@@ -1741,3 +1741,63 @@ void xenstore_dm_finished_startup(void)
+@@ -1727,3 +1727,63 @@ void xenstore_dm_finished_startup(void)
      free(buf);
      free(path);
  }