mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
xen, vga: add API for registering the framebuffer
Xen currently uses the name of a memory region to determine whether it is the framebuffer. Replace with an explicit API. Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:
parent
04097f7c59
commit
c65adf9bcd
4 changed files with 15 additions and 0 deletions
|
@ -44,3 +44,7 @@ int xen_init(void)
|
|||
{
|
||||
return -ENOSYS;
|
||||
}
|
||||
|
||||
void xen_register_framebuffer(MemoryRegion *mr)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue