mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06:00
headers: Add pvpanic.h
Since 2020, linux kernel started to export pvpanic.h. Import the latest version from linux into QEMU. Signed-off-by: zhenwei pi <pizhenwei@bytedance.com> Message-Id: <20220221122717.1371010-1-pizhenwei@bytedance.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
This commit is contained in:
parent
a105813ac0
commit
fcbd14db63
2 changed files with 11 additions and 1 deletions
|
@ -214,7 +214,8 @@ for i in "$tmpdir"/include/linux/*virtio*.h \
|
|||
"$tmpdir/include/linux/const.h" \
|
||||
"$tmpdir/include/linux/kernel.h" \
|
||||
"$tmpdir/include/linux/vhost_types.h" \
|
||||
"$tmpdir/include/linux/sysinfo.h"; do
|
||||
"$tmpdir/include/linux/sysinfo.h" \
|
||||
"$tmpdir/include/misc/pvpanic.h"; do
|
||||
cp_portable "$i" "$output/include/standard-headers/linux"
|
||||
done
|
||||
mkdir -p "$output/include/standard-headers/drm"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue