summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | linux-user: Simplify host <-> target errno conversion using macrosPhilippe Mathieu-Daudé2021-07-122-145/+154
| * | | | linux-user/mips: Move errno definitions to 'target_errno_defs.h'Philippe Mathieu-Daudé2021-07-124-423/+220
| * | | | linux-user/hppa: Move errno definitions to 'target_errno_defs.h'Philippe Mathieu-Daudé2021-07-122-210/+214
| * | | | linux-user/alpha: Move errno definitions to 'target_errno_defs.h'Philippe Mathieu-Daudé2021-07-122-194/+198
| * | | | linux-user: Extract target errno to 'target_errno_defs.h'Philippe Mathieu-Daudé2021-07-1224-7/+139
| * | | | linux-user/sparc: Rename target_errno.h -> target_errno_defs.hPhilippe Mathieu-Daudé2021-07-122-3/+3
| * | | | linux-user/syscall: Fix RF-kill errno (typo in ERFKILL)Philippe Mathieu-Daudé2021-07-121-1/+1
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210713' in...Peter Maydell2021-07-135-2/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | mv64361: Remove extra break from a switch caseBALATON Zoltan2021-07-131-1/+0
| * | | pseries: Update SLOF firmware imageAlexey Kardashevskiy2021-07-133-1/+1
| * | | ppc/pegasos2: Allow setprop in VOFBALATON Zoltan2021-07-131-0/+10
* | | | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-07-09-v2' into...Peter Maydell2021-07-1321-715/+789
|\ \ \ \
| * | | | nbd: register yank function earlierLukas Straub2021-07-121-3/+5
| * | | | qemu-img: Reword 'qemu-img map --output=json' docsEric Blake2021-07-121-10/+10
| * | | | qemu-img: Make unallocated part of backing chain obvious in mapEric Blake2021-07-1218-690/+749
| * | | | iotests: Improve and rename test 309 to nbd-qemu-allocationEric Blake2021-07-122-2/+15
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/tracing-pull-reque...Peter Maydell2021-07-1311-54/+88
|\ \ \ \ | |_|_|/ |/| | |
| * | | trace, lttng: require .pc filesPaolo Bonzini2021-07-123-21/+3
| * | | trace/simple: add st_init_groupGerd Hoffmann2021-07-123-0/+17
| * | | trace/simple: pass iter to st_write_event_mappingGerd Hoffmann2021-07-121-5/+5
| * | | trace: add trace_event_iter_init_groupGerd Hoffmann2021-07-122-3/+29
| * | | trace: iter init tweaksGerd Hoffmann2021-07-126-16/+31
| * | | qemu-trace-stap: changing SYSTEMTAP_TAPSET considered harmful.Gerd Hoffmann2021-07-121-10/+4
| |/ /
* | | Merge remote-tracking branch 'remotes/philmd/tags/sdmmc-20210712' into stagingPeter Maydell2021-07-124-14/+97
|\ \ \ | |_|/ |/| |
| * | hw/sd/sdcard: Check for valid address range in SEND_WRITE_PROT (CMD30)Philippe Mathieu-Daudé2021-07-124-1/+74
| * | hw/sd/sdcard: Extract address_in_range() helper, log invalid accessesPhilippe Mathieu-Daudé2021-07-121-12/+21
| * | hw/sd/sdcard: When card is in wrong state, log which state it isPhilippe Mathieu-Daudé2021-07-121-1/+2
* | | Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210708' into...Peter Maydell2021-07-1257-1127/+1167
|\ \ \
| * | | target/s390x: split sysemu part of cpu modelsCho, Yu-Chen2021-07-076-416/+454
| * | | target/s390x: move kvm files into kvm/Cho, Yu-Chen2021-07-0720-34/+39
| * | | target/s390x: remove kvm-stub.cCho, Yu-Chen2021-07-073-123/+1
| * | | target/s390x: use kvm_enabled() to wrap call to kvm_s390_get_hpage_1mCho, Yu-Chen2021-07-071-1/+2
| * | | target/s390x: make helper.c sysemu-onlyCho, Yu-Chen2021-07-072-9/+2
| * | | target/s390x: split cpu-dump from helper.cCho, Yu-Chen2021-07-074-151/+178
| * | | target/s390x: move sysemu-only code out to cpu-sysemu.cCho, Yu-Chen2021-07-075-277/+326
| * | | target/s390x: start moving TCG-only code to tcg/Cho, Yu-Chen2021-07-0725-19/+21
| * | | target/s390x: rename internal.h to s390x-internal.hCho, Yu-Chen2021-07-0724-23/+23
| * | | target/s390x: remove tcg-stub.cCho, Yu-Chen2021-07-072-31/+1
| * | | hw/s390x: only build tod-tcg from the CONFIG_TCG buildCho, Yu-Chen2021-07-071-1/+3
| * | | hw/s390x: tod: make explicit checks for accelerators when initializingCho, Yu-Chen2021-07-071-1/+8
| * | | hw/s390x: rename tod-qemu.c to tod-tcg.cCho, Yu-Chen2021-07-072-2/+2
| * | | target/s390x: meson: add target_user_archCho, Yu-Chen2021-07-071-0/+3
| * | | s390x/tcg: Fix m5 vs. m4 field for VECTOR MULTIPLY SUM LOGICALDavid Hildenbrand2021-07-071-1/+1
| * | | target/s390x: Fix CC set by CONVERT TO FIXED/LOGICALUlrich Weigand2021-07-073-43/+83
| * | | s390x/cpumodel: add 3931 and 3932Christian Borntraeger2021-07-073-0/+25
* | | | Merge remote-tracking branch 'remotes/philmd/tags/mips-20210711' into stagingPeter Maydell2021-07-1210-157/+526
|\ \ \ \ | |_|_|/ |/| | |
| * | | dp8393x: don't force 32-bit register accessMark Cave-Ayland2021-07-111-5/+9
| * | | dp8393x: Rewrite dp8393x_get() / dp8393x_put()Philippe Mathieu-Daudé2021-07-111-97/+63
| * | | dp8393x: Store CAM registers as 16-bitPhilippe Mathieu-Daudé2021-07-111-15/+12
| * | | dp8393x: Replace 0x40 magic value by SONIC_REG_COUNT definitionPhilippe Mathieu-Daudé2021-07-111-3/+4