Igor Mammedov b8865591d4 pc: kvm: check if KVM has free memory slots to avoid abort()
When more memory devices are used than available
KVM memory slots, QEMU crashes with:

kvm_alloc_slot: no free slot available
Aborted (core dumped)

Fix this by checking that KVM has a free slot before
attempting to map memory in guest address space.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2014-11-23 12:11:29 +02:00
2014-09-18 20:02:01 +01:00
2014-11-14 12:15:40 +01:00
2014-11-15 13:01:44 +00:00
2014-11-07 17:38:18 +01:00
2014-11-15 13:01:44 +00:00
2014-11-02 13:30:00 +01:00
2014-11-10 20:50:37 +00:00
2014-11-21 08:37:59 +01:00
2014-11-17 11:48:56 +01:00
2014-08-29 10:46:58 +01:00
2014-09-16 11:04:09 +02:00
2014-10-24 12:19:11 +01:00
2014-09-26 13:37:06 -04:00
2014-09-26 13:37:06 -04:00
2014-11-11 09:46:46 +01:00
2014-09-26 09:34:39 +01:00
2014-11-11 14:50:10 +00:00
2014-11-23 12:11:29 +02:00
2014-10-31 11:29:01 +01:00
2014-11-18 18:00:58 +00:00

Read the documentation in qemu-doc.html or on http://wiki.qemu-project.org

- QEMU team
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%