mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
targets: remove error handling from qemu_malloc() callers (Avi Kivity)
Signed-off-by: Avi Kivity <avi@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6530 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
487414f1cb
commit
0d0266a53b
12 changed files with 0 additions and 28 deletions
|
@ -97,8 +97,6 @@ static int kvm_has_msr_star(CPUState *env)
|
|||
|
||||
kvm_msr_list = qemu_mallocz(sizeof(msr_list) +
|
||||
msr_list.nmsrs * sizeof(msr_list.indices[0]));
|
||||
if (kvm_msr_list == NULL)
|
||||
return 0;
|
||||
|
||||
kvm_msr_list->nmsrs = msr_list.nmsrs;
|
||||
ret = kvm_ioctl(env->kvm_state, KVM_GET_MSR_INDEX_LIST, kvm_msr_list);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue