aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-05hw/display/cirrus_vga: Fix code mis-indentationPhilippe Mathieu-Daudé1-3/+3
2020-06-05ati-vga: check mm_index before recursive call (CVE-2020-13800)Prasad J Pandit1-2/+8
2020-06-04Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell24-573/+480
2020-06-03riscv: Initial commit of OpenTitan machineAlistair Francis7-1/+278
2020-06-03target/riscv: Add the lowRISC Ibex CPUAlistair Francis2-0/+11
2020-06-03target/riscv: Don't set PMP feature in the cpu initAlistair Francis1-5/+0
2020-06-03target/riscv: Disable the MMU correctlyAlistair Francis1-2/+3
2020-06-03target/riscv: Don't overwrite the reset vectorAlistair Francis1-1/+2
2020-06-03riscv/boot: Add a missing header includeAlistair Francis1-0/+1
2020-06-03riscv: sifive_e: Manually define the machineAlistair Francis2-11/+34
2020-06-03docs: deprecated: Update the -bios documentationAlistair Francis1-15/+13
2020-06-03target/riscv: Drop support for ISA spec version 1.09.1Alistair Francis8-210/+73
2020-06-03target/riscv: Remove the deprecated CPUsAlistair Francis4-52/+20
2020-06-03hw/riscv: spike: Remove deprecated ISA specific machinesAlistair Francis3-228/+12
2020-06-03hw/riscv: virt: Remove the riscv_ prefix of the machine* functionsBin Meng1-10/+10
2020-06-03hw/riscv: sifive_u: Remove the riscv_ prefix of the soc* functionsBin Meng1-12/+12
2020-06-03riscv: Change the default behavior if no -bios option is specifiedBin Meng1-27/+4
2020-06-03riscv: Suppress the error report for QEMU testing with riscv_find_firmware()Bin Meng1-3/+11
2020-06-02Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200602' into stagingPeter Maydell26-193/+736
2020-06-02accel/tcg: Provide a NetBSD specific aarch64 cpu_signal_handlerNick Hudson1-0/+27
2020-06-02accel/tcg: Adjust cpu_signal_handler for NetBSD/armNick Hudson1-3/+13
2020-06-02tcg: Improve move ops in liveness_pass_2Richard Henderson1-22/+56
2020-06-02target/s390x: Use tcg_gen_gvec_rotl{i,s,v}Richard Henderson4-94/+11
2020-06-02target/ppc: Use tcg_gen_gvec_rotlvRichard Henderson3-25/+4
2020-06-02tcg/ppc: Implement INDEX_op_rot[lr]v_vecRichard Henderson3-6/+20
2020-06-02tcg/aarch64: Implement INDEX_op_rotl{i,v}_vecRichard Henderson2-2/+52
2020-06-02tcg/i386: Implement INDEX_op_rotl{i,s,v}_vecRichard Henderson1-16/+100
2020-06-02tcg: Implement gvec support for rotate by scalarRichard Henderson10-0/+37
2020-06-02tcg: Remove expansion to shift by vector from do_shiftsRichard Henderson1-24/+11
2020-06-02tcg: Implement gvec support for rotate by vectorRichard Henderson13-1/+256
2020-06-02tcg: Implement gvec support for rotate by immediateRichard Henderson13-1/+150
2020-06-02Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-5.1-pull-request' ...Peter Maydell3-0/+23
2020-06-02target/m68k: implement opcode fetoxm1Laurent Vivier3-0/+9
2020-06-02target/m68k: implement fmove.l #<data>,FPCRLaurent Vivier1-0/+14
2020-06-02Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-2/+4
2020-06-01Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200601a'...Peter Maydell12-207/+86
2020-06-01Merge remote-tracking branch 'remotes/bkoppelmann2/tags/pull-tricore-20200601...Peter Maydell6-46/+207
2020-06-01migration/migration.c: Fix hang in ram_save_host_pageLukas Straub1-0/+4
2020-06-01migration/colo.c: Move colo_notify_compares_event to the right placeLukas Straub1-6/+6
2020-06-01migration/colo.c: Relaunch failover even if there was an errorLukas Straub1-5/+12
2020-06-01migration/colo.c: Flush ram cache only after receiving device stateLukas Straub3-4/+3
2020-06-01migration/colo.c: Use cpu_synchronize_all_states()Lukas Straub1-1/+1
2020-06-01migration/colo.c: Use event instead of semaphoreLukas Straub2-6/+7
2020-06-01migration/vmstate: Remove unnecessary MemoryRegion forward declarationPhilippe Mathieu-Daudé1-1/+0
2020-06-01virtiofsd: remove symlink fallbacksMiklos Szeredi1-169/+6
2020-06-01hmp: Simplify qom-setDr. David Alan Gilbert2-12/+6
2020-06-01hmp: Implement qom-get HMP commandDr. David Alan Gilbert4-0/+34
2020-06-01migration/rdma: cleanup rdma context before g_free to avoid memleaksPan Nengyuan1-3/+5
2020-06-01migration/rdma: fix potential nullptr access in rdma_start_incoming_migrationPan Nengyuan1-1/+3
2020-06-01target/tricore: Implement gdbstubBastian Koppelmann4-1/+152