Re: [Qemu-devel] [PATCH] hw/input/hid: support alternative sysrq/break scancodes for gtk-vnc

2016-11-07 Thread Peter Korsgaard
Ping? Any feedback? Anything else needed? Original patch is here: http://patchwork.ozlabs.org/patch/688469/ On Fri, Oct 28, 2016 at 4:51 PM, Peter Korsgaard wrote: > The printscreen/sysrq and pause/break keys currently don't work for guests > using -usbdevice keyboard when accessed

[Qemu-devel] [PATCH] hw/input/hid: support alternative sysrq/break scancodes for gtk-vnc

2016-10-28 Thread Peter Korsgaard
rd interfaces (ps/2, virtio, ..) are not affected, because they handle these keys differently. Signed-off-by: Peter Korsgaard --- hw/input/hid.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/input/hid.c b/hw/input/hid.c index 5e2850e..fa9cc4c 100644 --- a/hw/input/hi

[Qemu-devel] [RESEND][PATCH] hw/pflash_cfi02.c: Fix CFI devsize

2006-08-15 Thread Peter Korsgaard
pfl->cfi_table[0x29] = 0x00; /* Max number of bytes in multi-bytes write */ pfl->cfi_table[0x2A] = 0x05; -- Bye, Peter Korsgaard ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] [PATCH] hw/pflash_cfi02.c: Fix CFI devsize

2006-08-11 Thread Peter Korsgaard
pfl->cfi_table[0x29] = 0x00; /* Max number of bytes in multi-bytes write */ pfl->cfi_table[0x2A] = 0x05; -- Bye, Peter Korsgaard ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] [RESEND][PATCH] hw/pflash_cfi02.c: fix duplicate line

2006-08-06 Thread Peter Korsgaard
t + 2] << 16; ret |= p[offset + 3] << 24; #endif -- Bye, Peter Korsgaard ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] [PATCH] hw/pflash_cfi02.c: duplicate line

2006-07-24 Thread Peter Korsgaard
; ret |= p[offset + 3] << 24; #endif -- Bye, Peter Korsgaard ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel