aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-05exec: Rename qemu_ram_writeback() as qemu_ram_msync()Philippe Mathieu-Daudé
2020-06-05hw/block: Let the NVMe emulated device be target-agnosticPhilippe Mathieu-Daudé
2020-06-05memory: Extract memory_region_msync() from memory_region_writeback()Philippe Mathieu-Daudé
2020-06-05memory: Rename memory_region_do_writeback -> memory_region_writebackPhilippe Mathieu-Daudé
2020-06-05fuzz: run the main-loop in fork-server processAlexander Bulekov
2020-06-05fuzz: add mangled object name to linker scriptAlexander Bulekov
2020-06-05fuzz: fix typo in i440fx-qtest-reboot argumentsAlexander Bulekov
2020-06-05fuzz: add datadir for oss-fuzz compatabilityAlexander Bulekov
2020-06-05io_uring: use io_uring_cq_ready() to check for ready cqesStefano Garzarella
2020-06-05io_uring: retry io_uring_submit() if it fails with errno=EINTRStefano Garzarella
2020-06-04Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell
2020-06-03riscv: Initial commit of OpenTitan machineAlistair Francis
2020-06-03target/riscv: Add the lowRISC Ibex CPUAlistair Francis
2020-06-03target/riscv: Don't set PMP feature in the cpu initAlistair Francis
2020-06-03target/riscv: Disable the MMU correctlyAlistair Francis
2020-06-03target/riscv: Don't overwrite the reset vectorAlistair Francis
2020-06-03riscv/boot: Add a missing header includeAlistair Francis
2020-06-03riscv: sifive_e: Manually define the machineAlistair Francis
2020-06-03docs: deprecated: Update the -bios documentationAlistair Francis
2020-06-03target/riscv: Drop support for ISA spec version 1.09.1Alistair Francis
2020-06-03target/riscv: Remove the deprecated CPUsAlistair Francis
2020-06-03hw/riscv: spike: Remove deprecated ISA specific machinesAlistair Francis
2020-06-03hw/riscv: virt: Remove the riscv_ prefix of the machine* functionsBin Meng
2020-06-03hw/riscv: sifive_u: Remove the riscv_ prefix of the soc* functionsBin Meng
2020-06-03riscv: Change the default behavior if no -bios option is specifiedBin Meng
2020-06-03riscv: Suppress the error report for QEMU testing with riscv_find_firmware()Bin Meng
2020-06-02Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200602' into stagingPeter Maydell
2020-06-02accel/tcg: Provide a NetBSD specific aarch64 cpu_signal_handlerNick Hudson
2020-06-02accel/tcg: Adjust cpu_signal_handler for NetBSD/armNick Hudson
2020-06-02tcg: Improve move ops in liveness_pass_2Richard Henderson
2020-06-02target/s390x: Use tcg_gen_gvec_rotl{i,s,v}Richard Henderson
2020-06-02target/ppc: Use tcg_gen_gvec_rotlvRichard Henderson
2020-06-02tcg/ppc: Implement INDEX_op_rot[lr]v_vecRichard Henderson
2020-06-02tcg/aarch64: Implement INDEX_op_rotl{i,v}_vecRichard Henderson
2020-06-02tcg/i386: Implement INDEX_op_rotl{i,s,v}_vecRichard Henderson
2020-06-02tcg: Implement gvec support for rotate by scalarRichard Henderson
2020-06-02tcg: Remove expansion to shift by vector from do_shiftsRichard Henderson
2020-06-02tcg: Implement gvec support for rotate by vectorRichard Henderson
2020-06-02tcg: Implement gvec support for rotate by immediateRichard Henderson
2020-06-02Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-5.1-pull-request' ...Peter Maydell
2020-06-02target/m68k: implement opcode fetoxm1Laurent Vivier
2020-06-02target/m68k: implement fmove.l #<data>,FPCRLaurent Vivier
2020-06-02Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2020-06-01Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200601a'...Peter Maydell
2020-06-01Merge remote-tracking branch 'remotes/bkoppelmann2/tags/pull-tricore-20200601...Peter Maydell
2020-06-01migration/migration.c: Fix hang in ram_save_host_pageLukas Straub
2020-06-01migration/colo.c: Move colo_notify_compares_event to the right placeLukas Straub
2020-06-01migration/colo.c: Relaunch failover even if there was an errorLukas Straub
2020-06-01migration/colo.c: Flush ram cache only after receiving device stateLukas Straub
2020-06-01migration/colo.c: Use cpu_synchronize_all_states()Lukas Straub