[Qemu-devel] [RFC PATCH 2/2] vnc: add change keyboard layout interface

2014-11-29 Thread arei.gonglei
From: Gonglei Example QMP command of Change VNC keyboard layout: -> { "execute": "change", "arguments": { "device": "vnc", "target": "keymap", "arg": "de" } } <- { "return": {} } Signed-off-by: Gonglei --- qapi-schema.json | 8 +--- qmp.c

[Qemu-devel] [RFC PATCH 1/2] vnc: introduce vnc_display_kbd_layout function

2014-11-29 Thread arei.gonglei
From: Gonglei In order to support changing vnc keyboard layout dynamically. Signed-off-by: Gonglei --- include/ui/console.h | 5 + ui/vnc.c | 21 + 2 files changed, 26 insertions(+) diff --git a/include/ui/console.h b/include/ui/console.h index 887ed91..46

[Qemu-devel] [RFC PATCH 0/2] Support to change VNC keyboard layout dynamically

2014-11-29 Thread arei.gonglei
From: Gonglei A bonus of this feature is that supporting different people (in different countries) using defferent keyboard to connect the same guest but not need to configure command line or libivrt xml file then restart guest. Using the existing qmp command: -> { "execute": "change",

Re: [Qemu-devel] [PATCH 7/7] coroutine: try harder not to delete coroutines

2014-11-29 Thread Paolo Bonzini
On 28/11/2014 21:52, Peter Lieven wrote: > > master: > Run operation 4000 iterations 13.612604 s, 2938K operations/s, 340ns per > coroutine > > this series up to patch 6: > Run operation 4000 iterations 10.428382 s, 3835K operations/s, 260ns per > coroutine > > this series up to patc

Re: [Qemu-devel] [PATCH 7/7] coroutine: try harder not to delete coroutines

2014-11-29 Thread Paolo Bonzini
On 28/11/2014 21:52, Peter Lieven wrote: >> > +alloc_pool_size += atomic_xchg(&release_pool_size, 0); > I had alloc_pool_size = in my original Patch. > It shouldn't make a difference, since alloc_pool_size should be 0 > when we reach this code piece. But if for some reason release

[Qemu-devel] [Bug 1392504] Re: USB Passthrough is not working anymore

2014-11-29 Thread Leen Keus
I don't know if it is relevant, but in the error message of apparmor is says: comm="qemu-system-x86"; while libvirt starts qemu-system-x86_64. Anybody searching for a solution? I am not able to make backups since the upgrade to 14.10... -- You received this bug notification because you are a memb

Re: [Qemu-devel] master: intermittent acpi-test failures

2014-11-29 Thread Michael S. Tsirkin
On Fri, Nov 28, 2014 at 01:34:33PM +, Peter Maydell wrote: > On 27 May 2014 at 22:38, Peter Maydell wrote: > > I'm seeing this test failure intermittently on 'make check': > > > > ERROR:/root/qemu/tests/acpi-test.c:618:test_acpi_one: assertion failed > > (signature == SIGNATURE): (0x =

Re: [Qemu-devel] master: intermittent acpi-test failures

2014-11-29 Thread Peter Maydell
On 29 November 2014 at 17:36, Michael S. Tsirkin wrote: > On Fri, Nov 28, 2014 at 01:34:33PM +, Peter Maydell wrote: >> These failures are back after a long period of not >> being a problem :-( > My guess is VM fails to boot from disk for some reason. > Could you trigger a screenshot after th

[Qemu-devel] [Bug 1392504] Re: USB Passthrough is not working anymore

2014-11-29 Thread Joe Hickey
Please disregard my previous comment about being broken in 14.04 -- In fact I was running 14.10 and didn't realize it (a reboot and 14.10 being the grub default). In fact the passthrough still works in 14.04 just fine, and still fully broken in 14.10. I did confirm, however, that there are NO app

Re: [Qemu-devel] [PATCH 7/7] coroutine: try harder not to delete coroutines

2014-11-29 Thread Peter Lieven
Am 29.11.2014 um 15:27 schrieb Paolo Bonzini: > > On 28/11/2014 21:52, Peter Lieven wrote: >> master: >> Run operation 4000 iterations 13.612604 s, 2938K operations/s, 340ns per >> coroutine >> >> this series up to patch 6: >> Run operation 4000 iterations 10.428382 s, 3835K operations/s,