[Qemu-devel] [PATCH] Fixes missing key in usb keyboard emulation

2016-02-04 Thread Daniel Serpell
Hi, This one-liner patch adds a translation entry for the key that is between left shift and 'Z' on international keyboards, enabling its use in the usb keyboard device emulation. Daniel Serpell (1): Adds keycode 86 to the hid_usage_keys translation table. hw/input/hid.c | 2

[Qemu-devel] [PATCH] Adds keycode 86 to the hid_usage_keys translation table.

2016-02-04 Thread Daniel Serpell
This key is present in international keyboards, between left shift and the 'Z' key, ant is described in the HID usage tables as "Keyboard Non-US \ and |": http://www.usb.org/developers/hidpage/Hut1_12v2.pdf This patch fixes the usb-kbd devices. Signed-off-by: Daniel Serpell

Re: [Qemu-devel] Have any ideas about how to detect whether a program is running inside QEMU?

2006-07-06 Thread Daniel Serpell
Hi! El Thu, Jul 06, 2006 at 03:18:14PM +0800, James Lau escribio: > My program is a utility for internet payment. It takes an important role in > the payment process to ensure security. One of the key functions is that > the program should detect which machine is paying. So while virtual machine