index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-06-05
exec: Rename qemu_ram_writeback() as qemu_ram_msync()
Philippe Mathieu-Daudé
2020-06-05
hw/block: Let the NVMe emulated device be target-agnostic
Philippe Mathieu-Daudé
2020-06-05
memory: Extract memory_region_msync() from memory_region_writeback()
Philippe Mathieu-Daudé
2020-06-05
memory: Rename memory_region_do_writeback -> memory_region_writeback
Philippe Mathieu-Daudé
2020-06-05
fuzz: run the main-loop in fork-server process
Alexander Bulekov
2020-06-05
fuzz: add mangled object name to linker script
Alexander Bulekov
2020-06-05
fuzz: fix typo in i440fx-qtest-reboot arguments
Alexander Bulekov
2020-06-05
fuzz: add datadir for oss-fuzz compatability
Alexander Bulekov
2020-06-05
io_uring: use io_uring_cq_ready() to check for ready cqes
Stefano Garzarella
2020-06-05
io_uring: retry io_uring_submit() if it fails with errno=EINTR
Stefano Garzarella
2020-06-04
Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...
Peter Maydell
2020-06-03
riscv: Initial commit of OpenTitan machine
Alistair Francis
2020-06-03
target/riscv: Add the lowRISC Ibex CPU
Alistair Francis
2020-06-03
target/riscv: Don't set PMP feature in the cpu init
Alistair Francis
2020-06-03
target/riscv: Disable the MMU correctly
Alistair Francis
2020-06-03
target/riscv: Don't overwrite the reset vector
Alistair Francis
2020-06-03
riscv/boot: Add a missing header include
Alistair Francis
2020-06-03
riscv: sifive_e: Manually define the machine
Alistair Francis
2020-06-03
docs: deprecated: Update the -bios documentation
Alistair Francis
2020-06-03
target/riscv: Drop support for ISA spec version 1.09.1
Alistair Francis
2020-06-03
target/riscv: Remove the deprecated CPUs
Alistair Francis
2020-06-03
hw/riscv: spike: Remove deprecated ISA specific machines
Alistair Francis
2020-06-03
hw/riscv: virt: Remove the riscv_ prefix of the machine* functions
Bin Meng
2020-06-03
hw/riscv: sifive_u: Remove the riscv_ prefix of the soc* functions
Bin Meng
2020-06-03
riscv: Change the default behavior if no -bios option is specified
Bin Meng
2020-06-03
riscv: Suppress the error report for QEMU testing with riscv_find_firmware()
Bin Meng
2020-06-02
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200602' into staging
Peter Maydell
2020-06-02
accel/tcg: Provide a NetBSD specific aarch64 cpu_signal_handler
Nick Hudson
2020-06-02
accel/tcg: Adjust cpu_signal_handler for NetBSD/arm
Nick Hudson
2020-06-02
tcg: Improve move ops in liveness_pass_2
Richard Henderson
2020-06-02
target/s390x: Use tcg_gen_gvec_rotl{i,s,v}
Richard Henderson
2020-06-02
target/ppc: Use tcg_gen_gvec_rotlv
Richard Henderson
2020-06-02
tcg/ppc: Implement INDEX_op_rot[lr]v_vec
Richard Henderson
2020-06-02
tcg/aarch64: Implement INDEX_op_rotl{i,v}_vec
Richard Henderson
2020-06-02
tcg/i386: Implement INDEX_op_rotl{i,s,v}_vec
Richard Henderson
2020-06-02
tcg: Implement gvec support for rotate by scalar
Richard Henderson
2020-06-02
tcg: Remove expansion to shift by vector from do_shifts
Richard Henderson
2020-06-02
tcg: Implement gvec support for rotate by vector
Richard Henderson
2020-06-02
tcg: Implement gvec support for rotate by immediate
Richard Henderson
2020-06-02
Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-5.1-pull-request' ...
Peter Maydell
2020-06-02
target/m68k: implement opcode fetoxm1
Laurent Vivier
2020-06-02
target/m68k: implement fmove.l #<data>,FPCR
Laurent Vivier
2020-06-02
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
2020-06-01
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200601a'...
Peter Maydell
2020-06-01
Merge remote-tracking branch 'remotes/bkoppelmann2/tags/pull-tricore-20200601...
Peter Maydell
2020-06-01
migration/migration.c: Fix hang in ram_save_host_page
Lukas Straub
2020-06-01
migration/colo.c: Move colo_notify_compares_event to the right place
Lukas Straub
2020-06-01
migration/colo.c: Relaunch failover even if there was an error
Lukas Straub
2020-06-01
migration/colo.c: Flush ram cache only after receiving device state
Lukas Straub
2020-06-01
migration/colo.c: Use cpu_synchronize_all_states()
Lukas Straub
[next]