git://git.qemu.org
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge tag 'pull-ppc-20230205' of https://gitlab.com/danielhb/qemu into staging
[qemu.git]
/
hw
/
acpi
/
acpi-x86-stub.c
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
bool
force_enabled
)
8
{
9
}
10
11
Object
*
acpi_get_i386_pci_host
(
void
)
12
{
13
return
NULL
;
14
}