| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | trace/simple: pass iter to st_write_event_mapping | Gerd Hoffmann | 2021-07-12 | 1 | -5/+5 |
| * | | | trace: add trace_event_iter_init_group | Gerd Hoffmann | 2021-07-12 | 2 | -3/+29 |
| * | | | trace: iter init tweaks | Gerd Hoffmann | 2021-07-12 | 6 | -16/+31 |
| * | | | qemu-trace-stap: changing SYSTEMTAP_TAPSET considered harmful. | Gerd Hoffmann | 2021-07-12 | 1 | -10/+4 |
| |/ / |
|
* | | | Merge remote-tracking branch 'remotes/philmd/tags/sdmmc-20210712' into staging | Peter Maydell | 2021-07-12 | 4 | -14/+97 |
|\ \ \
| |_|/
|/| | |
|
| * | | hw/sd/sdcard: Check for valid address range in SEND_WRITE_PROT (CMD30) | Philippe Mathieu-Daudé | 2021-07-12 | 4 | -1/+74 |
| * | | hw/sd/sdcard: Extract address_in_range() helper, log invalid accesses | Philippe Mathieu-Daudé | 2021-07-12 | 1 | -12/+21 |
| * | | hw/sd/sdcard: When card is in wrong state, log which state it is | Philippe Mathieu-Daudé | 2021-07-12 | 1 | -1/+2 |
* | | | Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210708' into... | Peter Maydell | 2021-07-12 | 57 | -1127/+1167 |
|\ \ \ |
|
| * | | | target/s390x: split sysemu part of cpu models | Cho, Yu-Chen | 2021-07-07 | 6 | -416/+454 |
| * | | | target/s390x: move kvm files into kvm/ | Cho, Yu-Chen | 2021-07-07 | 20 | -34/+39 |
| * | | | target/s390x: remove kvm-stub.c | Cho, Yu-Chen | 2021-07-07 | 3 | -123/+1 |
| * | | | target/s390x: use kvm_enabled() to wrap call to kvm_s390_get_hpage_1m | Cho, Yu-Chen | 2021-07-07 | 1 | -1/+2 |
| * | | | target/s390x: make helper.c sysemu-only | Cho, Yu-Chen | 2021-07-07 | 2 | -9/+2 |
| * | | | target/s390x: split cpu-dump from helper.c | Cho, Yu-Chen | 2021-07-07 | 4 | -151/+178 |
| * | | | target/s390x: move sysemu-only code out to cpu-sysemu.c | Cho, Yu-Chen | 2021-07-07 | 5 | -277/+326 |
| * | | | target/s390x: start moving TCG-only code to tcg/ | Cho, Yu-Chen | 2021-07-07 | 25 | -19/+21 |
| * | | | target/s390x: rename internal.h to s390x-internal.h | Cho, Yu-Chen | 2021-07-07 | 24 | -23/+23 |
| * | | | target/s390x: remove tcg-stub.c | Cho, Yu-Chen | 2021-07-07 | 2 | -31/+1 |
| * | | | hw/s390x: only build tod-tcg from the CONFIG_TCG build | Cho, Yu-Chen | 2021-07-07 | 1 | -1/+3 |
| * | | | hw/s390x: tod: make explicit checks for accelerators when initializing | Cho, Yu-Chen | 2021-07-07 | 1 | -1/+8 |
| * | | | hw/s390x: rename tod-qemu.c to tod-tcg.c | Cho, Yu-Chen | 2021-07-07 | 2 | -2/+2 |
| * | | | target/s390x: meson: add target_user_arch | Cho, Yu-Chen | 2021-07-07 | 1 | -0/+3 |
| * | | | s390x/tcg: Fix m5 vs. m4 field for VECTOR MULTIPLY SUM LOGICAL | David Hildenbrand | 2021-07-07 | 1 | -1/+1 |
| * | | | target/s390x: Fix CC set by CONVERT TO FIXED/LOGICAL | Ulrich Weigand | 2021-07-07 | 3 | -43/+83 |
| * | | | s390x/cpumodel: add 3931 and 3932 | Christian Borntraeger | 2021-07-07 | 3 | -0/+25 |
* | | | | Merge remote-tracking branch 'remotes/philmd/tags/mips-20210711' into staging | Peter Maydell | 2021-07-12 | 10 | -157/+526 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | dp8393x: don't force 32-bit register access | Mark Cave-Ayland | 2021-07-11 | 1 | -5/+9 |
| * | | | dp8393x: Rewrite dp8393x_get() / dp8393x_put() | Philippe Mathieu-Daudé | 2021-07-11 | 1 | -97/+63 |
| * | | | dp8393x: Store CAM registers as 16-bit | Philippe Mathieu-Daudé | 2021-07-11 | 1 | -15/+12 |
| * | | | dp8393x: Replace 0x40 magic value by SONIC_REG_COUNT definition | Philippe Mathieu-Daudé | 2021-07-11 | 1 | -3/+4 |
| * | | | dp8393x: Replace address_space_rw(is_write=1) by address_space_write() | Philippe Mathieu-Daudé | 2021-07-11 | 1 | -4/+4 |
| * | | | dp8393x: fix CAM descriptor entry index | Mark Cave-Ayland | 2021-07-11 | 1 | -2/+2 |
| * | | | target/mips: Rewrite UHI errno_mips() using switch statement | Philippe Mathieu-Daudé | 2021-07-11 | 1 | -15/+9 |
| * | | | target/mips/tx79: Introduce SQ opcode (Store Quadword) | Philippe Mathieu-Daudé | 2021-07-11 | 2 | -0/+28 |
| * | | | target/mips/tx79: Introduce LQ opcode (Load Quadword) | Philippe Mathieu-Daudé | 2021-07-11 | 3 | -14/+45 |
| * | | | target/mips/tx79: Introduce PROT3W opcode (Parallel Rotate 3 Words) | Philippe Mathieu-Daudé | 2021-07-11 | 2 | -0/+29 |
| * | | | target/mips/tx79: Introduce PPACW opcode (Parallel Pack to Word) | Philippe Mathieu-Daudé | 2021-07-11 | 2 | -0/+31 |
| * | | | target/mips/tx79: Introduce PCGT* (Parallel Compare for Greater Than) | Philippe Mathieu-Daudé | 2021-07-11 | 2 | -0/+21 |
| * | | | target/mips/tx79: Introduce PCEQ* opcodes (Parallel Compare for Equal) | Philippe Mathieu-Daudé | 2021-07-11 | 2 | -0/+69 |
| * | | | target/mips/tx79: Introduce PEXTL[BHW] opcodes (Parallel Extend Lower) | Philippe Mathieu-Daudé | 2021-07-11 | 2 | -0/+78 |
| * | | | target/mips/tx79: Introduce PEXTUW (Parallel Extend Upper from Word) | Philippe Mathieu-Daudé | 2021-07-11 | 2 | -0/+34 |
| * | | | target/mips/tx79: Introduce PSUB* opcodes (Parallel Subtract) | Philippe Mathieu-Daudé | 2021-07-11 | 2 | -0/+25 |
| * | | | target/mips/tx79: Introduce PAND/POR/PXOR/PNOR opcodes (parallel logic) | Philippe Mathieu-Daudé | 2021-07-11 | 2 | -0/+58 |
| * | | | hw/pci-host/raven: Add PCI_IO_BASE_ADDR definition | Philippe Mathieu-Daudé | 2021-07-11 | 1 | -4/+7 |
| * | | | hw/pci-host: Rename Raven ASIC PCI bridge as raven.c | Philippe Mathieu-Daudé | 2021-07-11 | 5 | -4/+4 |
* | | | | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into... | Peter Maydell | 2021-07-12 | 46 | -439/+217 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | cpu: Add breakpoint tracepoints | Richard Henderson | 2021-07-10 | 2 | -4/+14 |
| * | | | tcg: Remove TCG_TARGET_HAS_goto_ptr | Richard Henderson | 2021-07-10 | 12 | -18/+4 |
| * | | | accel/tcg: Log tb->cflags with -d exec | Richard Henderson | 2021-07-10 | 1 | -3/+3 |