Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: qemu/qemu
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: volumit/qemu
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
Loading
11 changes: 11 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>qemu-6.2.50</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
1 change: 1 addition & 0 deletions configs/devices/tricore-softmmu/default.mak
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
CONFIG_TRICORE_TESTBOARD=y
CONFIG_TRIBOARD=y
CONFIG_SEMIHOSTING=y
3 changes: 3 additions & 0 deletions configs/targets/tricore-softmmu.mak
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
TARGET_ARCH=tricore
TARGET_BASE_ARCH=tricore
TARGET_XML_FILES= gdb-xml/tricore-core.xml
TARGET_ALIGNED_ONLY=y
1 change: 1 addition & 0 deletions disas/meson.build
Original file line number Diff line number Diff line change
@@ -20,4 +20,5 @@ common_ss.add(when: 'CONFIG_S390_DIS', if_true: files('s390.c'))
common_ss.add(when: 'CONFIG_SH4_DIS', if_true: files('sh4.c'))
common_ss.add(when: 'CONFIG_SPARC_DIS', if_true: files('sparc.c'))
common_ss.add(when: 'CONFIG_XTENSA_DIS', if_true: files('xtensa.c'))
common_ss.add(when: 'CONFIG_TRICORE_DIS', if_true: files('tricore.c'))
common_ss.add(when: capstone, if_true: files('capstone.c'))
Loading