Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSamiQemu
QOSamiQemu
/
hw
/
display
/
acpi-vga-stub.c
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
c
8 lines
162 Bytes
Copy permalink
Copy
Raw
1
#include
"qemu/osdep.h"
2
#undef CONFIG_PIXMAN
3
#include
"hw/acpi/acpi_aml_interface.h"
4
#include
"vga_int.h"
5
6
void
build_vga_aml
(
AcpiDevAmlIf
*
adev
,
Aml
*
scope
)
7
{
8
}