[Qemu-devel] Problems with VM after kernel commit b18d5431acc7a2fd22767925f3a6f597aa4bd29e

2015-11-13 Thread Wolfgang Link
Hi, We have problems with a HP ProLiant DL380 Gen9 and Vm's with large amount of memory, grater then 30GB. The problem is that the vm need about 10 sec to start to boot. and when it comes to syncing the cpu clock, it takes a long time to finish this task. What also occurs is the vcpus need at

Re: [Qemu-devel] Problems with VM after kernel commit b18d5431acc7a2fd22767925f3a6f597aa4bd29e

2015-11-13 Thread Wolfgang Link
Thanks you for the quick reply and the good news. Wolfgang On 11/13/2015 04:01 PM, Paolo Bonzini wrote: On 13/11/2015 15:55, Wolfgang Link wrote: Hi, We have problems with a HP ProLiant DL380 Gen9 and Vm's with large amount of memory, grater then 30GB. The problem is that the vm need

[Qemu-devel] [PATCH] qmp: implement a qmp command get_link_status

2014-12-11 Thread Wolfgang Link
this qmp command returns the current link state from the given nic this is impotent if the set_link failed or get an timeout. Signed-off-by: Wolfgang Link --- net/net.c| 26 ++ qapi-schema.json | 15 +++ qmp-commands.hx | 22