summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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/+4Star
| |/ /
* | | 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/+1Star
| * | | 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/+2Star
| * | | 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/+1Star
| * | | 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/+63Star
| * | | dp8393x: Store CAM registers as 16-bitPhilippe Mathieu-Daudé2021-07-111-15/+12Star
| * | | dp8393x: Replace 0x40 magic value by SONIC_REG_COUNT definitionPhilippe Mathieu-Daudé2021-07-111-3/+4
| * | | dp8393x: Replace address_space_rw(is_write=1) by address_space_write()Philippe Mathieu-Daudé2021-07-111-4/+4
| * | | dp8393x: fix CAM descriptor entry indexMark Cave-Ayland2021-07-111-2/+2
| * | | target/mips: Rewrite UHI errno_mips() using switch statementPhilippe Mathieu-Daudé2021-07-111-15/+9Star
| * | | target/mips/tx79: Introduce SQ opcode (Store Quadword)Philippe Mathieu-Daudé2021-07-112-0/+28
| * | | target/mips/tx79: Introduce LQ opcode (Load Quadword)Philippe Mathieu-Daudé2021-07-113-14/+45
| * | | target/mips/tx79: Introduce PROT3W opcode (Parallel Rotate 3 Words)Philippe Mathieu-Daudé2021-07-112-0/+29
| * | | target/mips/tx79: Introduce PPACW opcode (Parallel Pack to Word)Philippe Mathieu-Daudé2021-07-112-0/+31
| * | | target/mips/tx79: Introduce PCGT* (Parallel Compare for Greater Than)Philippe Mathieu-Daudé2021-07-112-0/+21
| * | | target/mips/tx79: Introduce PCEQ* opcodes (Parallel Compare for Equal)Philippe Mathieu-Daudé2021-07-112-0/+69
| * | | target/mips/tx79: Introduce PEXTL[BHW] opcodes (Parallel Extend Lower)Philippe Mathieu-Daudé2021-07-112-0/+78
| * | | target/mips/tx79: Introduce PEXTUW (Parallel Extend Upper from Word)Philippe Mathieu-Daudé2021-07-112-0/+34
| * | | target/mips/tx79: Introduce PSUB* opcodes (Parallel Subtract)Philippe Mathieu-Daudé2021-07-112-0/+25
| * | | target/mips/tx79: Introduce PAND/POR/PXOR/PNOR opcodes (parallel logic)Philippe Mathieu-Daudé2021-07-112-0/+58
| * | | hw/pci-host/raven: Add PCI_IO_BASE_ADDR definitionPhilippe Mathieu-Daudé2021-07-111-4/+7
| * | | hw/pci-host: Rename Raven ASIC PCI bridge as raven.cPhilippe Mathieu-Daudé2021-07-115-4/+4
* | | | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell2021-07-1246-439/+217Star
|\ \ \ \ | |_|_|/ |/| | |
| * | | cpu: Add breakpoint tracepointsRichard Henderson2021-07-102-4/+14
| * | | tcg: Remove TCG_TARGET_HAS_goto_ptrRichard Henderson2021-07-1012-18/+4Star
| * | | accel/tcg: Log tb->cflags with -d execRichard Henderson2021-07-101-3/+3