Commit e6c29f09 authored by Dario Faggioli's avatar Dario Faggioli Committed by Michal Privoznik
Browse files

conf: Add support for specifying CPU max physical address size



This patch introduces the

    <maxphysaddr mode='passthrough'/>
    <maxphysaddr mode='emulate' bits='42'/>

sub element of /domain/cpu, which allows specifying the guest virtual CPU
address size. This can be useful if the guest needs to have a large amount
of memory.

If mode='passthrough', the virtual CPU will have the same number of address
bits as the host. If mode='emulate', the mandatory bits attribute specifies
the number of address bits.

Signed-off-by: Dario Faggioli's avatarDario Faggioli <dfaggioli@suse.com>
Signed-off-by: default avatarJim Fehlig <jfehlig@suse.com>
Signed-off-by: default avatarMichal Privoznik <mprivozn@redhat.com>
Reviewed-by: default avatarMichal Privoznik <mprivozn@redhat.com>
parent 67b03faa
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment