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
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
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",
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
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
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
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 =
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
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
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,
10 matches
Mail list logo