repo.or.cz
/
qemu
/
rayw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'pull-ppc-20220706' of https://gitlab.com/danielhb/qemu into staging
[qemu/rayw.git]
/
hw
/
acpi
/
cxl-stub.c
blob
15bc21076bff17b087178c52748a19672f55f814
1
2
/*
3
* Stubs for ACPI platforms that don't support CXl
4
*/
5
#include
"qemu/osdep.h"
6
#include
"hw/acpi/aml-build.h"
7
#include
"hw/acpi/cxl.h"
8
9
void
build_cxl_osc_method
(
Aml
*
dev
)
10
{
11
g_assert_not_reached
();
12
}