Age | Commit message (Expand) | Author | Files | Lines |
2020-06-23 | target/arm: Convert Neon 2-reg-misc crypto operations to decodetree | Peter Maydell | 3 | -48/+58 |
2020-06-23 | target/arm: Convert vectorised 2-reg-misc Neon ops to decodetree | Peter Maydell | 3 | -27/+74 |
2020-06-23 | target/arm: Convert Neon VCVT f16/f32 insns to decodetree | Peter Maydell | 3 | -62/+102 |
2020-06-23 | target/arm: Convert Neon 2-reg-misc VSHLL to decodetree | Peter Maydell | 3 | -34/+55 |
2020-06-23 | target/arm: Convert Neon narrowing moves to decodetree | Peter Maydell | 3 | -79/+70 |
2020-06-23 | target/arm: Convert VZIP, VUZP to decodetree | Peter Maydell | 3 | -90/+79 |
2020-06-23 | target/arm: Convert Neon 2-reg-misc pairwise ops to decodetree | Peter Maydell | 3 | -33/+157 |
2020-06-23 | target/arm: Convert Neon 2-reg-misc VREV64 to decodetree | Peter Maydell | 3 | -22/+64 |
2020-06-23 | util/oslib-posix : qemu_init_exec_dir implementation for Mac | David CARLIER | 1 | -0/+15 |
2020-06-23 | hw/arm/virt: Add 5.0 HW compat props | Andrew Jones | 1 | -0/+1 |
2020-06-22 | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/acceptance-testing-2... | Peter Maydell | 2 | -0/+309 |
2020-06-22 | docs: Document the RX target | Yoshinori Sato | 3 | -0/+38 |
2020-06-22 | BootLinuxConsoleTest: Test the RX GDB simulator | Philippe Mathieu-Daudé | 2 | -0/+69 |
2020-06-22 | hw/rx: Add RX GDB simulator | Yoshinori Sato | 6 | -0/+215 |
2020-06-22 | hw/rx: Register R5F562N7 and R5F562N8 MCUs | Philippe Mathieu-Daudé | 2 | -26/+85 |
2020-06-22 | hw/rx: Honor -accel qtest | Richard Henderson | 1 | -1/+8 |
2020-06-22 | hw/rx: RX62N microcontroller (MCU) | Yoshinori Sato | 6 | -0/+339 |
2020-06-22 | hw/char: RX62N serial communication interface (SCI) | Yoshinori Sato | 5 | -0/+407 |
2020-06-22 | hw/timer: RX62N compare match timer (CMT) | Yoshinori Sato | 5 | -2/+329 |
2020-06-22 | hw/timer: RX62N 8-Bit timer (TMR) | Yoshinori Sato | 5 | -0/+538 |
2020-06-22 | hw/intc: RX62N interrupt controller (ICUa) | Yoshinori Sato | 5 | -0/+483 |
2020-06-22 | hw/timer/sh_timer: Remove unused 'qemu/timer.h' include | Philippe Mathieu-Daudé | 1 | -1/+0 |
2020-06-22 | hw/sh4: Extract timer definitions to 'hw/timer/tmu012.h' | Philippe Mathieu-Daudé | 4 | -9/+26 |
2020-06-22 | hw/sh4: Use MemoryRegion typedef | Philippe Mathieu-Daudé | 1 | -3/+2 |
2020-06-22 | MAINTAINERS: Add an entry for common Renesas peripherals | Philippe Mathieu-Daudé | 1 | -1/+8 |
2020-06-22 | MAINTAINERS: Cover sh_intc files in the R2D/Shix machine sections | Philippe Mathieu-Daudé | 1 | -0/+3 |
2020-06-22 | Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200... | Peter Maydell | 26 | -182/+1350 |
2020-06-21 | tests/acceptance: record/replay tests with advcal images | Pavel Dovgalyuk | 1 | -0/+108 |
2020-06-21 | tests/acceptance: add record/replay test for m68k | Pavel Dovgalyuk | 1 | -0/+18 |
2020-06-21 | tests/acceptance: add record/replay test for ppc64 | Pavel Dovgalyuk | 1 | -0/+16 |
2020-06-21 | tests/acceptance: add record/replay test for arm | Pavel Dovgalyuk | 1 | -0/+48 |
2020-06-21 | tests/acceptance: add record/replay test for aarch64 | Pavel Dovgalyuk | 1 | -0/+19 |
2020-06-21 | tests/acceptance: add kernel record/replay test for x86_64 | Pavel Dovgalyuk | 1 | -0/+18 |
2020-06-21 | tests/acceptance: add base class record/replay kernel tests | Pavel Dovgalyuk | 2 | -0/+74 |
2020-06-21 | MAINTAINERS: Add an entry to review Avocado based acceptance tests | Philippe Mathieu-Daudé | 1 | -0/+8 |
2020-06-19 | Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200619-pull-request... | Peter Maydell | 3 | -37/+40 |
2020-06-19 | qht: Fix threshold rate calculation | Richard Henderson | 1 | -1/+2 |
2020-06-19 | hw/riscv: sifive_u: Add a dummy DDR memory controller device | Bin Meng | 2 | -0/+5 |
2020-06-19 | hw/riscv: sifive_u: Sort the SoC memmap table entries | Bin Meng | 1 | -2/+2 |
2020-06-19 | hw/riscv: sifive_u: Support different boot source per MSEL pin state | Bin Meng | 2 | -8/+37 |
2020-06-19 | hw/riscv: sifive: Change SiFive E/U CPU reset vector to 0x1004 | Bin Meng | 3 | -15/+17 |
2020-06-19 | target/riscv: Rename IBEX CPU init routine | Bin Meng | 1 | -2/+2 |
2020-06-19 | hw/riscv: sifive_u: Add a new property msel for MSEL pin state | Bin Meng | 2 | -0/+8 |
2020-06-19 | hw/riscv: sifive_u: Rename serial property get/set functions to a generic name | Bin Meng | 1 | -6/+8 |
2020-06-19 | hw/riscv: sifive_u: Add reset functionality | Bin Meng | 1 | -1/+23 |
2020-06-19 | hw/riscv: sifive_gpio: Do not blindly trigger output IRQs | Bin Meng | 1 | -1/+3 |
2020-06-19 | hw/riscv: sifive_u: Hook a GPIO controller | Bin Meng | 2 | -2/+60 |
2020-06-19 | hw/riscv: sifive_gpio: Add a new 'ngpio' property | Bin Meng | 2 | -11/+22 |
2020-06-19 | hw/riscv: sifive_gpio: Clean up the codes | Bin Meng | 2 | -11/+9 |
2020-06-19 | hw/riscv: sifive_u: Generate device tree node for OTP | Bin Meng | 1 | -0/+11 |