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
2021-06-15
util/mmap-alloc: Factor out reserving of a memory region to mmap_reserve()
David Hildenbrand
2021-06-15
util/mmap-alloc: Factor out calculation of the pagesize for the guard page
David Hildenbrand
2021-06-15
softmmu/physmem: Fix qemu_ram_remap() to handle shared anonymous memory
David Hildenbrand
2021-06-15
softmmu/physmem: Fix ram_block_discard_range() to handle shared anonymous memory
David Hildenbrand
2021-06-15
softmmu/physmem: Mark shared anonymous memory RAM_SHARED
David Hildenbrand
2021-06-15
esp: store lun coming from the MESSAGE OUT phase
Paolo Bonzini
2021-06-15
esp: fix migration version check in esp_is_version_5()
Mark Cave-Ayland
2021-06-15
esp: correctly accumulate extended messages for PDMA
Mark Cave-Ayland
2021-06-15
esp: revert 75ef849696 "esp: correctly fill bus id with requested lun"
Mark Cave-Ayland
2021-06-15
esp: ensure PDMA write transfers are flushed from the FIFO to the target imme...
Mark Cave-Ayland
2021-06-15
esp: handle non-DMA transfers from the target one byte at a time
Mark Cave-Ayland
2021-06-15
esp: allow non-DMA callback in esp_transfer_data() initial transfer
Mark Cave-Ayland
2021-06-15
esp: only set ESP_RSEQ at the start of the select sequence
Mark Cave-Ayland
2021-06-15
esp: only assert INTR_DC interrupt flag if selection fails
Mark Cave-Ayland
2021-06-15
runstate: Initialize Error * to NULL
Peng Liang
2021-06-15
block/scsi: correctly emulate the VPD block limits page
Maxim Levitsky
2021-06-15
qemu-config: use qemu_opts_from_qdict
Paolo Bonzini
2021-06-15
vl: Fix an assert failure in error path
Zhenzhong Duan
2021-06-15
vnc: avoid deprecation warnings for SASL on OS X
Paolo Bonzini
2021-06-14
Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-fixes-pull-re...
Peter Maydell
2021-06-14
usb/dev-mtp: use GDateTime for formatting timestamp for objects
Daniel P. Berrangé
2021-06-14
block: use GDateTime for formatting timestamp when dumping snapshot info
Daniel P. Berrangé
2021-06-14
migration: use GDateTime for formatting timestamp in snapshot names
Daniel P. Berrangé
2021-06-14
block: remove duplicate trace.h include
Daniel P. Berrangé
2021-06-14
block: add trace point when fdatasync fails
Daniel P. Berrangé
2021-06-14
block: preserve errno from fdatasync failures
Daniel P. Berrangé
2021-06-14
softmmu: add trace point when bdrv_flush_all fails
Daniel P. Berrangé
2021-06-14
migration: add trace point when vm_stop_force_state fails
Daniel P. Berrangé
2021-06-14
sasl: remove comment about obsolete kerberos versions
Daniel P. Berrangé
2021-06-14
docs: recommend SCRAM-SHA-256 SASL mech instead of SHA-1 variant
Daniel P. Berrangé
2021-06-14
docs: document usage of the authorization framework
Daniel P. Berrangé
2021-06-14
docs: document how to pass secret data to QEMU
Daniel P. Berrangé
2021-06-14
docs: add table of contents to QAPI references
Daniel P. Berrangé
2021-06-14
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210613' into...
Peter Maydell
2021-06-13
docs/devel: Explain in more detail the TB chaining mechanisms
Luis Pires
2021-06-13
softfloat: Fix tp init in float32_exp2
Richard Henderson
2021-06-13
tcg/arm: Fix tcg_out_op function signature
Jose R. Ziviani
2021-06-13
tcg: Fix documentation for tcg_constant_* vs tcg_temp_free_*
Richard Henderson
2021-06-13
tcg: Introduce tcg_remove_ops_after
Richard Henderson
2021-06-13
tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/
Richard Henderson
2021-06-13
tcg: When allocating for !splitwx, begin with PROT_NONE
Richard Henderson
2021-06-13
tcg: Merge buffer protection and guard page protection
Richard Henderson
2021-06-13
tcg: Round the tb_size default from qemu_get_host_physmem
Richard Henderson
2021-06-13
util/osdep: Add qemu_mprotect_rw
Richard Henderson
2021-06-13
tcg: Sink qemu_madvise call to common code
Richard Henderson
2021-06-13
tcg: Return the map protection from alloc_code_gen_buffer
Richard Henderson
2021-06-13
tcg: Allocate code_gen_buffer into struct tcg_region_state
Richard Henderson
2021-06-11
tcg: Move in_code_gen_buffer and tests to region.c
Richard Henderson
2021-06-11
tcg: Tidy split_cross_256mb
Richard Henderson
2021-06-11
tcg: Tidy tcg_n_regions
Richard Henderson
[next]