]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - debian/patches/pve/0003-vnc-altgr-emulation.patch
vma: don't use O_DIRECT on pipes
[pve-qemu-kvm.git] / debian / patches / pve / 0003-vnc-altgr-emulation.patch
index fac0fd1a69087546849466c86e7f75c1269f03dd..d43ad3941ff70e286a093302a6ed40a683dee958 100644 (file)
@@ -1,17 +1,17 @@
-From 4429be6a1a4ba5320f4ce61ac8f874bfc4ec196e Mon Sep 17 00:00:00 2001
+From f3e33fe70da6f9361bd940d2b029d293a71408ca Mon Sep 17 00:00:00 2001
 From: Wolfgang Bumiller <w.bumiller@proxmox.com>
 Date: Wed, 9 Dec 2015 14:17:38 +0100
-Subject: [PATCH 03/41] vnc: altgr emulation
+Subject: [PATCH 03/48] vnc: altgr emulation
 
 ---
  ui/vnc.c | 26 +++++++++++++++++++++++++-
  1 file changed, 25 insertions(+), 1 deletion(-)
 
 diff --git a/ui/vnc.c b/ui/vnc.c
-index d1087c9..8d7d435 100644
+index 821acdd..29575f8 100644
 --- a/ui/vnc.c
 +++ b/ui/vnc.c
-@@ -1729,6 +1729,10 @@ static void kbd_leds(void *opaque, int ledstate)
+@@ -1625,6 +1625,10 @@ static void kbd_leds(void *opaque, int ledstate)
  
  static void do_key_event(VncState *vs, int down, int keycode, int sym)
  {
@@ -22,7 +22,7 @@ index d1087c9..8d7d435 100644
      /* QEMU console switch */
      switch(keycode) {
      case 0x2a:                          /* Left Shift */
-@@ -1809,8 +1813,27 @@ static void do_key_event(VncState *vs, int down, int keycode, int sym)
+@@ -1705,8 +1709,27 @@ static void do_key_event(VncState *vs, int down, int keycode, int sym)
      }
  
      if (qemu_console_is_graphic(NULL)) {
@@ -50,7 +50,7 @@ index d1087c9..8d7d435 100644
      } else {
          bool numlock = vs->modifiers_state[0x45];
          bool control = (vs->modifiers_state[0x1d] ||
-@@ -1950,7 +1973,8 @@ static void key_event(VncState *vs, int down, uint32_t sym)
+@@ -1846,7 +1869,8 @@ static void key_event(VncState *vs, int down, uint32_t sym)
          lsym = lsym - 'A' + 'a';
      }