aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-17target/i386: use gdb_get_reg helpersAlex Bennée
2020-03-17target/m68k: use gdb_get_reg helpersAlex Bennée
2020-03-17target/arm: use gdb_get_reg helpersAlex Bennée
2020-03-17gdbstub: add helper for 128 bit registersAlex Bennée
2020-03-17gdbstub: move mem_buf to GDBState and use GByteArrayAlex Bennée
2020-03-17gdbstub: move str_buf to GDBState and use GStringAlex Bennée
2020-03-17gdbstub: stop passing GDBState * around and use globalAlex Bennée
2020-03-17gdbstub: make GDBState static and have common init functionAlex Bennée
2020-03-17travis.yml: Set G_MESSAGES_DEBUG do report GLib errorsPhilippe Mathieu-Daudé
2020-03-17tests/docker: Update VirGL to v0.8.0Philippe Mathieu-Daudé
2020-03-17tests/docker: Remove obsolete VirGL --with-glx configure optionPhilippe Mathieu-Daudé
2020-03-17tests/docker: Update VirGL git repository URLPhilippe Mathieu-Daudé
2020-03-17tests/docker: Install tools to cross-debug and build Linux kernelsPhilippe Mathieu-Daudé
2020-03-17Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200317'...Peter Maydell
2020-03-17Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200317-pull-request' ...Peter Maydell
2020-03-17hw/arm/pxa2xx: Do not wire up OHCI for PXA255Guenter Roeck
2020-03-17aspeed/smc: Fix number of dummy cycles for FAST_READ_4 commandGuenter Roeck
2020-03-17m25p80: Improve command handling for unsupported commandsGuenter Roeck
2020-03-17m25p80: Improve command handling for Jedec commandsGuenter Roeck
2020-03-17m25p80: Convert to support tracingGuenter Roeck
2020-03-17hw/net/imx_fec: write TGSR and TCSR3 in imx_enet_write()Chen Qun
2020-03-17hw/arm/fsl-imx6: Wire up USB controllersGuenter Roeck
2020-03-17hw/arm/fsl-imx6ul: Wire up USB controllersGuenter Roeck
2020-03-17hw/arm/fsl-imx6ul: Instantiate unimplemented pwm and can devicesGuenter Roeck
2020-03-17hw/arm/fsl-imx6ul: Fix USB interrupt numbersGuenter Roeck
2020-03-17hw/usb: Add basic i.MX USB Phy supportGuenter Roeck
2020-03-17Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-5.0-sf5' i...Peter Maydell
2020-03-17usb-serial: Fix timeout closing the deviceJason Andryuk
2020-03-17usb-serial: Increase receive buffer to 496Jason Andryuk
2020-03-17usb-serial: chunk data to wMaxPacketSizeJason Andryuk
2020-03-17usb-serial: Move USB_TOKEN_IN into a helper functionJason Andryuk
2020-03-16target/riscv: Fix VS mode interrupts forwarding.Rajnesh Kanwal
2020-03-16gitlab-ci.yml: Add jobs to build OpenSBI firmware binariesBin Meng
2020-03-16riscv: sifive_u: Update BIOS_FILENAME for 32-bitBin Meng
2020-03-16roms: opensbi: Add 32-bit firmware image for sifive_u machineBin Meng
2020-03-16roms: opensbi: Upgrade from v0.5 to v0.6Bin Meng
2020-03-16target/riscv: Correctly implement TSR trapAlistair Francis
2020-03-16Merge remote-tracking branch 'remotes/kraxel/tags/vga-20200316-pull-request' ...Peter Maydell
2020-03-16Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200316-pull-request...Peter Maydell
2020-03-16stdvga+bochs-display: add dummy mmio handlerGerd Hoffmann
2020-03-16audio: add audiodev format=f32 option documentationVolker Rümelin
2020-03-16audio: fix saturation nonlinearity in clip_* functionsVolker Rümelin
2020-03-16audio: change mixing engine float range to [-1.f, 1.f]Volker Rümelin
2020-03-16audio: consistency changesVolker Rümelin
2020-03-16audio: change naming scheme of FLOAT_CONV macrosVolker Rümelin
2020-03-16qapi/audio: add documentation for AudioFormatVolker Rümelin
2020-03-13Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200313a'...Peter Maydell
2020-03-13migration: recognize COLO as part of activating processzhanghailiang
2020-03-13ram/colo: only record bitmap of dirty pages in COLO stagezhanghailiang
2020-03-13COLO: Optimize memory back-up processzhanghailiang