mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
kvm: Add stub for kvm_get_max_memslots()
We'll need the stub soon from memory device context. While at it, use "unsigned int" as return value and place the declaration next to kvm_get_free_memslots(). Message-ID: <20230926185738.277351-11-david@redhat.com> Reviewed-by: Maciej S. Szmigiero <maciej.szmigiero@oracle.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: David Hildenbrand <david@redhat.com>
This commit is contained in:
parent
766aa0a654
commit
16ab2eda57
3 changed files with 7 additions and 2 deletions
|
@ -174,7 +174,7 @@ void kvm_resample_fd_notify(int gsi)
|
|||
}
|
||||
}
|
||||
|
||||
int kvm_get_max_memslots(void)
|
||||
unsigned int kvm_get_max_memslots(void)
|
||||
{
|
||||
KVMState *s = KVM_STATE(current_accel());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue