-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
liaochengjie
committed
Mar 17, 2024
0 parents
commit 7322824
Showing
5,542 changed files
with
1,777,313 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
((c-mode . ((c-file-style . "stroustrup") | ||
(indent-tabs-mode . nil)))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# http://editorconfig.org | ||
root = true | ||
|
||
[*] | ||
end_of_line = lf | ||
insert_final_newline = true | ||
charset = utf-8 | ||
|
||
[Makefile*] | ||
indent_style = tab | ||
indent_size = 8 | ||
|
||
[*.{c,h}] | ||
indent_style = space | ||
indent_size = 4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
"VIM settings to match QEMU coding style. They are activated by adding the | ||
"following settings (without the " symbol) as last two lines in $HOME/.vimrc: | ||
"set secure | ||
"set exrc | ||
set expandtab | ||
set shiftwidth=4 | ||
set smarttab |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# GDB may have ./.gdbinit loading disabled by default. In that case you can | ||
# follow the instructions it prints. They boil down to adding the following to | ||
# your home directory's ~/.gdbinit file: | ||
# | ||
# add-auto-load-safe-path /path/to/qemu/.gdbinit | ||
|
||
# Load QEMU-specific sub-commands and settings | ||
source scripts/qemu-gdb.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,136 @@ | ||
/config-devices.* | ||
/config-all-devices.* | ||
/config-all-disas.* | ||
/config-host.* | ||
/config-target.* | ||
/config.status | ||
/config-temp | ||
/trace-events-all | ||
/trace/generated-events.h | ||
/trace/generated-events.c | ||
/trace/generated-helpers-wrappers.h | ||
/trace/generated-helpers.h | ||
/trace/generated-helpers.c | ||
/trace/generated-tcg-tracers.h | ||
/ui/shader/texture-blit-frag.h | ||
/ui/shader/texture-blit-vert.h | ||
*-timestamp | ||
/*-softmmu | ||
/*-darwin-user | ||
/*-linux-user | ||
/*-bsd-user | ||
/ivshmem-client | ||
/ivshmem-server | ||
/libdis* | ||
/libuser | ||
/linux-headers/asm | ||
/qga/qapi-generated | ||
/qapi-generated | ||
/qapi-types.[ch] | ||
/qapi-visit.[ch] | ||
/qapi-event.[ch] | ||
/qmp-commands.h | ||
/qmp-introspect.[ch] | ||
/qmp-marshal.c | ||
/qemu-doc.html | ||
/qemu-doc.info | ||
/qemu-doc.txt | ||
/qemu-img | ||
/qemu-nbd | ||
/qemu-options.def | ||
/qemu-options.texi | ||
/qemu-img-cmds.texi | ||
/qemu-img-cmds.h | ||
/qemu-io | ||
/qemu-ga | ||
/qemu-bridge-helper | ||
/qemu-monitor.texi | ||
/qemu-monitor-info.texi | ||
/qemu-version.h | ||
/qemu-version.h.tmp | ||
/module_block.h | ||
/vscclient | ||
/vhost-user-scsi | ||
/fsdev/virtfs-proxy-helper | ||
*.[1-9] | ||
*.a | ||
*.aux | ||
*.cp | ||
*.exe | ||
*.msi | ||
*.dll | ||
*.so | ||
*.mo | ||
*.fn | ||
*.ky | ||
*.log | ||
*.pod | ||
*.cps | ||
*.fns | ||
*.kys | ||
*.pg | ||
*.pyc | ||
*.toc | ||
*.tp | ||
*.vr | ||
*.d | ||
!/scripts/qemu-guest-agent/fsfreeze-hook.d | ||
*.o | ||
.sdk | ||
*.gcda | ||
*.gcno | ||
/pc-bios/bios-pq/status | ||
/pc-bios/vgabios-pq/status | ||
/pc-bios/optionrom/linuxboot.asm | ||
/pc-bios/optionrom/linuxboot.bin | ||
/pc-bios/optionrom/linuxboot.raw | ||
/pc-bios/optionrom/linuxboot.img | ||
/pc-bios/optionrom/linuxboot_dma.asm | ||
/pc-bios/optionrom/linuxboot_dma.bin | ||
/pc-bios/optionrom/linuxboot_dma.raw | ||
/pc-bios/optionrom/linuxboot_dma.img | ||
/pc-bios/optionrom/multiboot.asm | ||
/pc-bios/optionrom/multiboot.bin | ||
/pc-bios/optionrom/multiboot.raw | ||
/pc-bios/optionrom/multiboot.img | ||
/pc-bios/optionrom/kvmvapic.asm | ||
/pc-bios/optionrom/kvmvapic.bin | ||
/pc-bios/optionrom/kvmvapic.raw | ||
/pc-bios/optionrom/kvmvapic.img | ||
/pc-bios/s390-ccw/s390-ccw.elf | ||
/pc-bios/s390-ccw/s390-ccw.img | ||
/docs/interop/qemu-ga-qapi.texi | ||
/docs/interop/qemu-ga-ref.html | ||
/docs/interop/qemu-ga-ref.info* | ||
/docs/interop/qemu-ga-ref.txt | ||
/docs/interop/qemu-qmp-qapi.texi | ||
/docs/interop/qemu-qmp-ref.html | ||
/docs/interop/qemu-qmp-ref.info* | ||
/docs/interop/qemu-qmp-ref.txt | ||
/docs/version.texi | ||
*.tps | ||
.stgit-* | ||
cscope.* | ||
tags | ||
TAGS | ||
docker-src.* | ||
*~ | ||
*.ast_raw | ||
*.depend_raw | ||
trace.h | ||
trace.c | ||
trace-ust.h | ||
trace-ust.h | ||
trace-dtrace.h | ||
trace-dtrace.dtrace | ||
trace-root.h | ||
trace-root.c | ||
trace-ust-root.h | ||
trace-ust-root.h | ||
trace-ust-all.h | ||
trace-ust-all.c | ||
trace-dtrace-root.h | ||
trace-dtrace-root.dtrace | ||
trace-ust-all.h | ||
trace-ust-all.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
[submodule "roms/vgabios"] | ||
path = roms/vgabios | ||
url = git://git.qemu-project.org/vgabios.git/ | ||
[submodule "roms/seabios"] | ||
path = roms/seabios | ||
url = git://git.qemu-project.org/seabios.git/ | ||
[submodule "roms/SLOF"] | ||
path = roms/SLOF | ||
url = git://git.qemu-project.org/SLOF.git | ||
[submodule "roms/ipxe"] | ||
path = roms/ipxe | ||
url = git://git.qemu-project.org/ipxe.git | ||
[submodule "roms/openbios"] | ||
path = roms/openbios | ||
url = git://git.qemu-project.org/openbios.git | ||
[submodule "roms/openhackware"] | ||
path = roms/openhackware | ||
url = git://git.qemu-project.org/openhackware.git | ||
[submodule "roms/qemu-palcode"] | ||
path = roms/qemu-palcode | ||
url = git://github.com/rth7680/qemu-palcode.git | ||
[submodule "roms/sgabios"] | ||
path = roms/sgabios | ||
url = git://git.qemu-project.org/sgabios.git | ||
[submodule "pixman"] | ||
path = pixman | ||
url = git://anongit.freedesktop.org/pixman | ||
[submodule "dtc"] | ||
path = dtc | ||
url = git://git.qemu-project.org/dtc.git | ||
[submodule "roms/u-boot"] | ||
path = roms/u-boot | ||
url = git://git.qemu-project.org/u-boot.git | ||
[submodule "roms/skiboot"] | ||
path = roms/skiboot | ||
url = git://git.qemu.org/skiboot.git | ||
[submodule "roms/QemuMacDrivers"] | ||
path = roms/QemuMacDrivers | ||
url = git://git.qemu.org/QemuMacDrivers.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# This mailmap just translates the weird addresses from the original import into git | ||
# into proper addresses so that they are counted properly in git shortlog output. | ||
# | ||
Andrzej Zaborowski <[email protected]> balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | ||
Anthony Liguori <[email protected]> aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162> | ||
Anthony Liguori <[email protected]> Anthony Liguori <[email protected]> | ||
Aurelien Jarno <[email protected]> aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | ||
Blue Swirl <[email protected]> blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | ||
Edgar E. Iglesias <[email protected]> edgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162> | ||
Fabrice Bellard <[email protected]> bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | ||
Jocelyn Mayer <[email protected]> j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162> | ||
Paul Brook <[email protected]> pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | ||
Thiemo Seufer <[email protected]> ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | ||
malc <[email protected]> malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162> | ||
# There is also a: | ||
# (no author) <(no author)@c046a42c-6fe2-441c-8c8c-71466251a162> | ||
# for the cvs2svn initialization commit e63c3dc74bf. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
language: c | ||
git: | ||
submodules: false | ||
env: | ||
global: | ||
- LC_ALL=C | ||
matrix: | ||
- IMAGE=debian-amd64 | ||
TARGET_LIST=x86_64-softmmu,x86_64-linux-user | ||
- IMAGE=debian-win32-cross | ||
TARGET_LIST=arm-softmmu,i386-softmmu,lm32-softmmu | ||
- IMAGE=debian-win64-cross | ||
TARGET_LIST=aarch64-softmmu,sparc64-softmmu,x86_64-softmmu | ||
- IMAGE=debian-armel-cross | ||
TARGET_LIST=arm-softmmu,arm-linux-user,armeb-linux-user | ||
- IMAGE=debian-armhf-cross | ||
TARGET_LIST=arm-softmmu,arm-linux-user,armeb-linux-user | ||
- IMAGE=debian-arm64-cross | ||
TARGET_LIST=aarch64-softmmu,aarch64-linux-user | ||
- IMAGE=debian-s390x-cross | ||
TARGET_LIST=s390x-softmmu,s390x-linux-user | ||
- IMAGE=debian-mips-cross | ||
TARGET_LIST=mips-softmmu,mipsel-linux-user | ||
- IMAGE=debian-mips64el-cross | ||
TARGET_LIST=mips64el-softmmu,mips64el-linux-user | ||
- IMAGE=debian-powerpc-cross | ||
TARGET_LIST=ppc-softmmu,ppcemb-softmmu,ppc-linux-user | ||
- IMAGE=debian-ppc64el-cross | ||
TARGET_LIST=ppc64-softmmu,ppc64-linux-user,ppc64abi32-linux-user | ||
build: | ||
pre_ci: | ||
- make docker-image-${IMAGE} V=1 | ||
pre_ci_boot: | ||
image_name: qemu | ||
image_tag: ${IMAGE} | ||
pull: false | ||
options: "-e HOME=/root" | ||
ci: | ||
- unset CC | ||
# some targets require newer up to date packages, for example TARGET_LIST matching | ||
# aarch64*-softmmu|arm*-softmmu|ppc*-softmmu|microblaze*-softmmu|mips64el-softmmu) | ||
# see the configure script: | ||
# error_exit "DTC (libfdt) version >= 1.4.2 not present. Your options:" | ||
# " (1) Preferred: Install the DTC (libfdt) devel package" | ||
# " (2) Fetch the DTC submodule, using:" | ||
# " git submodule update --init dtc" | ||
- dpkg --compare-versions `dpkg-query --showformat='${Version}' --show libfdt-dev` ge 1.4.2 || git submodule update --init dtc | ||
- ./configure ${QEMU_CONFIGURE_OPTS} --target-list=${TARGET_LIST} | ||
- make -j$(($(getconf _NPROCESSORS_ONLN) + 1)) |
Oops, something went wrong.