aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-14Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell13-219/+387
2020-07-14Merge remote-tracking branch 'remotes/juanquintela/tags/migration-pull-reques...Peter Maydell2-6/+8
2020-07-14Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-07-13' into st...Peter Maydell3-8/+15
2020-07-13target/riscv: Fix pmp NA4 implementationAlexandre Mergnat1-1/+1
2020-07-13tcg/riscv: Remove superfluous breaksLiao Pingfang1-2/+0
2020-07-13hw/char: Convert the Ibex UART to use the registerfields APIAlistair Francis2-106/+100
2020-07-13hw/char: Convert the Ibex UART to use the qdev Clock modelAlistair Francis2-3/+30
2020-07-13target/riscv: fix vill bit index in vtype registerFrank Chang1-1/+1
2020-07-13target/riscv: fix return value of do_opivx_widen()Frank Chang1-1/+1
2020-07-13target/riscv: correct the gvec IR called in gen_vec_rsub16_i64()Frank Chang1-1/+1
2020-07-13target/riscv: fix rsub gvec tcg_assert_listed_vecop assertionFrank Chang1-0/+5
2020-07-13hw/riscv: Modify MROM size to end at 0x10000Bin Meng3-3/+3
2020-07-13RISC-V: Support 64 bit start addressAtish Patra2-2/+10
2020-07-13riscv: Add opensbi firmware dynamic supportAtish Patra6-16/+134
2020-07-13RISC-V: Copy the fdt in dram instead of ROMAtish Patra5-33/+66
2020-07-13riscv: Unify Qemu's reset vector code pathAtish Patra5-76/+54
2020-07-13hw/riscv: virt: Sort the SoC memmap table entriesBin Meng1-3/+3
2020-07-13MAINTAINERS: Add an entry for OpenSBI firmwareBin Meng1-0/+7
2020-07-13migration/migration.c: Remove superfluous breaksLiao Pingfang1-2/+0
2020-07-13migration/savevm: respect qemu_fclose() error code in save_snapshot()Denis V. Lunev1-2/+6
2020-07-13migration: fix memory leak in qmp_migrate_set_parametersZheng Chuan1-2/+2
2020-07-13Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20200713-pull-request...Peter Maydell4-31/+10
2020-07-13Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200713'...Peter Maydell24-107/+296
2020-07-13iotests.py: filter_testfiles(): filter SOCK_DIR tooVladimir Sementsov-Ogievskiy1-2/+3
2020-07-13iotests.py: QemuIoInteractive: print output on failureVladimir Sementsov-Ogievskiy1-1/+7
2020-07-13iotests: QemuIoInteractive: use qemu_io_args_no_fmtVladimir Sementsov-Ogievskiy1-1/+1
2020-07-13hax: Fix setting of FD_CLOEXECEric Blake1-3/+3
2020-07-13nbd: Avoid off-by-one in long export name truncationEric Blake1-1/+1
2020-07-13hw/arm/aspeed: Do not create and attach empty SD cards by defaultPhilippe Mathieu-Daudé1-4/+5
2020-07-13hw/arm/palm.c: Encapsulate misc GPIO handling in a devicePeter Maydell1-9/+52
2020-07-13hw/arm/palm.c: DetabifyPeter Maydell1-32/+32
2020-07-13hw/arm/tosa: Encapsulate misc GPIO handling in a devicePeter Maydell1-24/+64
2020-07-13hw/arm/tosa.c: DetabifyPeter Maydell1-26/+26
2020-07-13hw/nios2: exit to main CPU loop only when unmasking interruptsWentong Wu1-1/+2
2020-07-13target/nios2: Use gen_io_start around wrctl instructionWentong Wu1-0/+5
2020-07-13target/nios2: in line the semantics of DISAS_UPDATE with other targetsWentong Wu1-1/+1
2020-07-13target/nios2: add DISAS_NORETURN case for nothing more to generateWentong Wu1-2/+3
2020-07-13util/drm: make portable by avoiding struct dirent d_typeGerd Hoffmann1-5/+14
2020-07-13util/oslib-posix.c: Implement qemu_init_exec_dir() for HaikuDavid CARLIER1-0/+19
2020-07-13util/compatfd.c: Only include <sys/syscall.h> if CONFIG_SIGNALFDDavid CARLIER1-0/+2
2020-07-13bswap.h: Include <endian.h> on Haiku for bswap operationsDavid CARLIER1-0/+2
2020-07-13osdep.h: For Haiku, define SIGIO as equivalent to SIGPOLLDavid CARLIER1-0/+4
2020-07-13osdep.h: Always include <sys/signal.h> if it existsDavid CARLIER4-3/+11
2020-07-13build: Check that mlockall() existsDavid CARLIER2-0/+19
2020-07-13util/qemu-openpty.c: Don't assume pty.h is glibc-onlyDavid CARLIER2-1/+10
2020-07-13build: Enable BSD symbols for HaikuDavid CARLIER1-2/+2
2020-07-13virtio-iommu: Fix coverity issue in virtio_iommu_handle_command()Eric Auger1-0/+1
2020-07-13target/arm: Don't do raw writes for PMINTENCLRAaron Lindsay1-2/+2
2020-07-13Add the ability to change the FEC PHY MDIO devices numbers on i.MX7 processorJean-Christophe Dubois2-0/+10
2020-07-13Add the ability to change the FEC PHY MDIO device number on i.MX6 processorJean-Christophe Dubois2-0/+8