repo.or.cz
/
qemu
/
armbru.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
qapi/parser: enable pylint checks
[qemu/armbru.git]
/
hw
/
acpi
/
acpi-x86-stub.c
blob
e9e46c5c5fb559b93acaac07eea69e463d1389e8
1
#include
"qemu/osdep.h"
2
#include
"hw/i386/pc.h"
3
#include
"hw/i386/acpi-build.h"
4
5
void
pc_madt_cpu_entry
(
AcpiDeviceIf
*
adev
,
int
uid
,
6
const
CPUArchIdList
*
apic_ids
,
GArray
*
entry
)
7
{
8
}
9
10
Object
*
acpi_get_i386_pci_host
(
void
)
11
{
12
return
NULL
;
13
}