index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()
David Hildenbrand
2021-06-15
9
-13
/
+59
*
util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()
David Hildenbrand
2021-06-15
5
-18
/
+42
*
softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal()
David Hildenbrand
2021-06-15
3
-20
/
+15
*
softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()
David Hildenbrand
2021-06-15
5
-29
/
+31
*
softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()
David Hildenbrand
2021-06-15
5
-21
/
+13
*
util/mmap-alloc: Factor out activating of memory to mmap_activate()
David Hildenbrand
2021-06-15
1
-44
/
+50
*
util/mmap-alloc: Factor out reserving of a memory region to mmap_reserve()
David Hildenbrand
2021-06-15
1
-25
/
+33
*
util/mmap-alloc: Factor out calculation of the pagesize for the guard page
David Hildenbrand
2021-06-15
1
-15
/
+16
*
softmmu/physmem: Fix qemu_ram_remap() to handle shared anonymous memory
David Hildenbrand
2021-06-15
1
-3
/
+3
*
softmmu/physmem: Fix ram_block_discard_range() to handle shared anonymous memory
David Hildenbrand
2021-06-15
2
-3
/
+8
*
softmmu/physmem: Mark shared anonymous memory RAM_SHARED
David Hildenbrand
2021-06-15
1
-3
/
+7
*
esp: store lun coming from the MESSAGE OUT phase
Paolo Bonzini
2021-06-15
3
-17
/
+34
*
esp: fix migration version check in esp_is_version_5()
Mark Cave-Ayland
2021-06-15
1
-1
/
+1
*
esp: correctly accumulate extended messages for PDMA
Mark Cave-Ayland
2021-06-15
1
-3
/
+20
*
esp: revert 75ef849696 "esp: correctly fill bus id with requested lun"
Mark Cave-Ayland
2021-06-15
1
-3
/
+0
*
esp: ensure PDMA write transfers are flushed from the FIFO to the target imme...
Mark Cave-Ayland
2021-06-15
1
-14
/
+11
*
esp: handle non-DMA transfers from the target one byte at a time
Mark Cave-Ayland
2021-06-15
1
-22
/
+50
*
esp: allow non-DMA callback in esp_transfer_data() initial transfer
Mark Cave-Ayland
2021-06-15
1
-12
/
+2
*
esp: only set ESP_RSEQ at the start of the select sequence
Mark Cave-Ayland
2021-06-15
1
-2
/
+9
*
esp: only assert INTR_DC interrupt flag if selection fails
Mark Cave-Ayland
2021-06-15
1
-1
/
+1
*
runstate: Initialize Error * to NULL
Peng Liang
2021-06-15
1
-1
/
+1
*
block/scsi: correctly emulate the VPD block limits page
Maxim Levitsky
2021-06-15
1
-2
/
+7
*
qemu-config: use qemu_opts_from_qdict
Paolo Bonzini
2021-06-15
1
-16
/
+1
*
vl: Fix an assert failure in error path
Zhenzhong Duan
2021-06-15
1
-1
/
+1
*
vnc: avoid deprecation warnings for SASL on OS X
Paolo Bonzini
2021-06-15
3
-8
/
+23
*
Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-fixes-pull-re...
Peter Maydell
2021-06-14
17
-39
/
+475
|
\
|
*
usb/dev-mtp: use GDateTime for formatting timestamp for objects
Daniel P. Berrangé
2021-06-14
1
-6
/
+3
|
*
block: use GDateTime for formatting timestamp when dumping snapshot info
Daniel P. Berrangé
2021-06-14
1
-7
/
+4
|
*
migration: use GDateTime for formatting timestamp in snapshot names
Daniel P. Berrangé
2021-06-14
1
-8
/
+5
|
*
block: remove duplicate trace.h include
Daniel P. Berrangé
2021-06-14
1
-2
/
+0
|
*
block: add trace point when fdatasync fails
Daniel P. Berrangé
2021-06-14
2
-0
/
+3
|
*
block: preserve errno from fdatasync failures
Daniel P. Berrangé
2021-06-14
1
-3
/
+3
|
*
softmmu: add trace point when bdrv_flush_all fails
Daniel P. Berrangé
2021-06-14
2
-1
/
+9
|
*
migration: add trace point when vm_stop_force_state fails
Daniel P. Berrangé
2021-06-14
2
-0
/
+2
|
*
sasl: remove comment about obsolete kerberos versions
Daniel P. Berrangé
2021-06-14
1
-4
/
+0
|
*
docs: recommend SCRAM-SHA-256 SASL mech instead of SHA-1 variant
Daniel P. Berrangé
2021-06-14
2
-8
/
+10
|
*
docs: document usage of the authorization framework
Daniel P. Berrangé
2021-06-14
2
-0
/
+264
|
*
docs: document how to pass secret data to QEMU
Daniel P. Berrangé
2021-06-14
2
-0
/
+163
|
*
docs: add table of contents to QAPI references
Daniel P. Berrangé
2021-06-14
3
-0
/
+9
*
|
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210613' into...
Peter Maydell
2021-06-14
27
-1092
/
+1268
|
\
\
|
|
/
|
/
|
|
*
docs/devel: Explain in more detail the TB chaining mechanisms
Luis Pires
2021-06-14
1
-12
/
+91
|
*
softfloat: Fix tp init in float32_exp2
Richard Henderson
2021-06-14
1
-1
/
+1
|
*
tcg/arm: Fix tcg_out_op function signature
Jose R. Ziviani
2021-06-14
1
-1
/
+2
|
*
tcg: Fix documentation for tcg_constant_* vs tcg_temp_free_*
Richard Henderson
2021-06-14
1
-1
/
+2
|
*
tcg: Introduce tcg_remove_ops_after
Richard Henderson
2021-06-14
2
-0
/
+23
|
*
tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/
Richard Henderson
2021-06-14
4
-4
/
+4
|
*
tcg: When allocating for !splitwx, begin with PROT_NONE
Richard Henderson
2021-06-14
1
-10
/
+9
|
*
tcg: Merge buffer protection and guard page protection
Richard Henderson
2021-06-14
1
-14
/
+31
|
*
tcg: Round the tb_size default from qemu_get_host_physmem
Richard Henderson
2021-06-14
1
-26
/
+21
|
*
util/osdep: Add qemu_mprotect_rw
Richard Henderson
2021-06-14
2
-0
/
+10
[next]