summary refs log tree commit diff stats
path: root/arch_init.c
diff options
context:
space:
mode:
authorEduardo Habkost <ehabkost@redhat.com>2015-12-16 17:06:43 -0200
committerEduardo Habkost <ehabkost@redhat.com>2016-05-23 19:47:37 -0300
commitd1138251bf712cc076cdbbfd68aae3c8792bfcf9 (patch)
treee423e3ae89f6d4da6365760d99c254360408565a /arch_init.c
parentd71b62a165b6af463f376bd398cfc1aec4e2f213 (diff)
downloadfocaccia-qemu-d1138251bf712cc076cdbbfd68aae3c8792bfcf9.tar.gz
focaccia-qemu-d1138251bf712cc076cdbbfd68aae3c8792bfcf9.zip
target-i386: kvm: Increase MSR_BUF_SIZE
We are dangerously close to the array limits in kvm_put_msrs()
and kvm_get_msrs(): with the default mcg_cap configuration, we
can set up to 148 MSRs in kvm_put_msrs(), and if we allow mcg_cap
to be changed, we can write up to 236 MSRs.

Use 4096 bytes for the buffer, that can hold 255 kvm_msr_entry
structs.

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'arch_init.c')
0 files changed, 0 insertions, 0 deletions