aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-17tests/tcg/aarch64: add SVE iotcl testAlex Bennée2-0/+74
2020-03-17tests/tcg/aarch64: add a gdbstub testcase for SVE registersAlex Bennée3-0/+100
2020-03-17tests/guest-debug: add a simple test runnerAlex Bennée1-0/+57
2020-03-17configure: allow user to specify what gdb to useAlex Bennée1-0/+9
2020-03-17tests/tcg/aarch64: userspace system register testAlex Bennée2-0/+178
2020-03-17target/arm: don't bother with id_aa64pfr0_read for USER_ONLYAlex Bennée1-5/+15
2020-03-17target/arm: generate xml description of our SVE registersAlex Bennée3-5/+261
2020-03-17target/arm: default SVE length to 64 bytes for linux-userAlex Bennée1-3/+4
2020-03-17target/arm: explicitly encode regnum in our XMLAlex Bennée3-8/+13
2020-03-17target/arm: prepare for multiple dynamic XMLsAlex Bennée3-24/+30
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée41-149/+179
2020-03-17target/i386: use gdb_get_reg helpersAlex Bennée1-16/+11
2020-03-17target/m68k: use gdb_get_reg helpersAlex Bennée1-18/+11
2020-03-17target/arm: use gdb_get_reg helpersAlex Bennée1-11/+7
2020-03-17gdbstub: add helper for 128 bit registersAlex Bennée1-0/+13
2020-03-17gdbstub: move mem_buf to GDBState and use GByteArrayAlex Bennée1-21/+35
2020-03-17gdbstub: move str_buf to GDBState and use GStringAlex Bennée1-105/+90
2020-03-17gdbstub: stop passing GDBState * around and use globalAlex Bennée1-283/+278
2020-03-17gdbstub: make GDBState static and have common init functionAlex Bennée1-87/+81
2020-03-17travis.yml: Set G_MESSAGES_DEBUG do report GLib errorsPhilippe Mathieu-Daudé1-0/+1
2020-03-17tests/docker: Update VirGL to v0.8.0Philippe Mathieu-Daudé1-1/+1
2020-03-17tests/docker: Remove obsolete VirGL --with-glx configure optionPhilippe Mathieu-Daudé1-1/+1
2020-03-17tests/docker: Update VirGL git repository URLPhilippe Mathieu-Daudé1-1/+1
2020-03-17tests/docker: Install tools to cross-debug and build Linux kernelsPhilippe Mathieu-Daudé2-0/+6
2020-03-17Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200317'...Peter Maydell15-36/+444
2020-03-17Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200317-pull-request' ...Peter Maydell1-36/+59
2020-03-17hw/arm/pxa2xx: Do not wire up OHCI for PXA255Guenter Roeck1-3/+0
2020-03-17aspeed/smc: Fix number of dummy cycles for FAST_READ_4 commandGuenter Roeck1-1/+1
2020-03-17m25p80: Improve command handling for unsupported commandsGuenter Roeck1-0/+5
2020-03-17m25p80: Improve command handling for Jedec commandsGuenter Roeck1-1/+4
2020-03-17m25p80: Convert to support tracingGuenter Roeck2-26/+38
2020-03-17hw/net/imx_fec: write TGSR and TCSR3 in imx_enet_write()Chen Qun1-2/+4
2020-03-17hw/arm/fsl-imx6: Wire up USB controllersGuenter Roeck2-0/+42
2020-03-17hw/arm/fsl-imx6ul: Wire up USB controllersGuenter Roeck2-0/+45
2020-03-17hw/arm/fsl-imx6ul: Instantiate unimplemented pwm and can devicesGuenter Roeck1-0/+14
2020-03-17hw/arm/fsl-imx6ul: Fix USB interrupt numbersGuenter Roeck1-3/+3
2020-03-17hw/usb: Add basic i.MX USB Phy supportGuenter Roeck6-0/+288
2020-03-17Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-5.0-sf5' i...Peter Maydell13-4/+119
2020-03-17usb-serial: Fix timeout closing the deviceJason Andryuk1-1/+1
2020-03-17usb-serial: Increase receive buffer to 496Jason Andryuk1-1/+1
2020-03-17usb-serial: chunk data to wMaxPacketSizeJason Andryuk1-18/+29
2020-03-17usb-serial: Move USB_TOKEN_IN into a helper functionJason Andryuk1-34/+46
2020-03-16target/riscv: Fix VS mode interrupts forwarding.Rajnesh Kanwal1-1/+8
2020-03-16gitlab-ci.yml: Add jobs to build OpenSBI firmware binariesBin Meng3-0/+97
2020-03-16riscv: sifive_u: Update BIOS_FILENAME for 32-bitBin Meng1-1/+5
2020-03-16roms: opensbi: Add 32-bit firmware image for sifive_u machineBin Meng3-1/+8
2020-03-16roms: opensbi: Upgrade from v0.5 to v0.6Bin Meng4-0/+0
2020-03-16target/riscv: Correctly implement TSR trapAlistair Francis1-1/+1
2020-03-16Merge remote-tracking branch 'remotes/kraxel/tags/vga-20200316-pull-request' ...Peter Maydell2-6/+6
2020-03-16Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200316-pull-request...Peter Maydell4-27/+39