index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-16
util: Use real functions for thread-posix QemuRecMutex
Richard Henderson
4
-13
/
+26
2021-06-16
softfloat: Use _Generic instead of QEMU_GENERIC
Richard Henderson
1
-6
/
+10
2021-06-16
configure: Use -std=gnu11
Richard Henderson
2
-3
/
+3
2021-06-16
target/i386: Added Intercept CR0 writes check
Lara Lazier
1
-0
/
+9
2021-06-16
target/i386: Added consistency checks for CR0
Lara Lazier
3
-3
/
+13
2021-06-16
target/i386: Added consistency checks for VMRUN intercept and ASID
Lara Lazier
1
-0
/
+10
2021-06-16
target/i386: Refactored intercept checks into cpu_svm_has_intercept
Lara Lazier
2
-47
/
+62
2021-06-15
configure: map x32 to cpu_family x86_64 for meson
David Michael
1
-1
/
+1
2021-06-15
hmp: Print "reserve" property of memory backends with "info memdev"
David Hildenbrand
1
-0
/
+4
2021-06-15
qmp: Include "reserve" property of memory backends
David Hildenbrand
2
-0
/
+14
2021-06-15
hmp: Print "share" property of memory backends with "info memdev"
David Hildenbrand
1
-0
/
+2
2021-06-15
qmp: Include "share" property of memory backends
David Hildenbrand
2
-0
/
+4
2021-06-15
qmp: Clarify memory backend properties returned via query-memdev
David Hildenbrand
1
-3
/
+3
2021-06-15
hostmem: Wire up RAM_NORESERVE via "reserve" property
David Hildenbrand
6
-6
/
+55
2021-06-15
util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under Linux
David Hildenbrand
3
-2
/
+71
2021-06-15
memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()
David Hildenbrand
9
-13
/
+59
2021-06-15
util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()
David Hildenbrand
5
-18
/
+42
2021-06-15
softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal()
David Hildenbrand
3
-20
/
+15
2021-06-15
softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()
David Hildenbrand
5
-29
/
+31
2021-06-15
softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()
David Hildenbrand
5
-21
/
+13
2021-06-15
util/mmap-alloc: Factor out activating of memory to mmap_activate()
David Hildenbrand
1
-44
/
+50
2021-06-15
util/mmap-alloc: Factor out reserving of a memory region to mmap_reserve()
David Hildenbrand
1
-25
/
+33
2021-06-15
util/mmap-alloc: Factor out calculation of the pagesize for the guard page
David Hildenbrand
1
-15
/
+16
2021-06-15
softmmu/physmem: Fix qemu_ram_remap() to handle shared anonymous memory
David Hildenbrand
1
-3
/
+3
2021-06-15
softmmu/physmem: Fix ram_block_discard_range() to handle shared anonymous memory
David Hildenbrand
2
-3
/
+8
2021-06-15
softmmu/physmem: Mark shared anonymous memory RAM_SHARED
David Hildenbrand
1
-3
/
+7
2021-06-15
esp: store lun coming from the MESSAGE OUT phase
Paolo Bonzini
3
-17
/
+34
2021-06-15
esp: fix migration version check in esp_is_version_5()
Mark Cave-Ayland
1
-1
/
+1
2021-06-15
esp: correctly accumulate extended messages for PDMA
Mark Cave-Ayland
1
-3
/
+20
2021-06-15
esp: revert 75ef849696 "esp: correctly fill bus id with requested lun"
Mark Cave-Ayland
1
-3
/
+0
2021-06-15
esp: ensure PDMA write transfers are flushed from the FIFO to the target imme...
Mark Cave-Ayland
1
-14
/
+11
2021-06-15
esp: handle non-DMA transfers from the target one byte at a time
Mark Cave-Ayland
1
-22
/
+50
2021-06-15
esp: allow non-DMA callback in esp_transfer_data() initial transfer
Mark Cave-Ayland
1
-12
/
+2
2021-06-15
esp: only set ESP_RSEQ at the start of the select sequence
Mark Cave-Ayland
1
-2
/
+9
2021-06-15
esp: only assert INTR_DC interrupt flag if selection fails
Mark Cave-Ayland
1
-1
/
+1
2021-06-15
runstate: Initialize Error * to NULL
Peng Liang
1
-1
/
+1
2021-06-15
block/scsi: correctly emulate the VPD block limits page
Maxim Levitsky
1
-2
/
+7
2021-06-15
qemu-config: use qemu_opts_from_qdict
Paolo Bonzini
1
-16
/
+1
2021-06-15
vl: Fix an assert failure in error path
Zhenzhong Duan
1
-1
/
+1
2021-06-15
vnc: avoid deprecation warnings for SASL on OS X
Paolo Bonzini
3
-8
/
+23
2021-06-14
Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-fixes-pull-re...
Peter Maydell
17
-39
/
+475
2021-06-14
usb/dev-mtp: use GDateTime for formatting timestamp for objects
Daniel P. Berrangé
1
-6
/
+3
2021-06-14
block: use GDateTime for formatting timestamp when dumping snapshot info
Daniel P. Berrangé
1
-7
/
+4
2021-06-14
migration: use GDateTime for formatting timestamp in snapshot names
Daniel P. Berrangé
1
-8
/
+5
2021-06-14
block: remove duplicate trace.h include
Daniel P. Berrangé
1
-2
/
+0
2021-06-14
block: add trace point when fdatasync fails
Daniel P. Berrangé
2
-0
/
+3
2021-06-14
block: preserve errno from fdatasync failures
Daniel P. Berrangé
1
-3
/
+3
2021-06-14
softmmu: add trace point when bdrv_flush_all fails
Daniel P. Berrangé
2
-1
/
+9
2021-06-14
migration: add trace point when vm_stop_force_state fails
Daniel P. Berrangé
2
-0
/
+2
2021-06-14
sasl: remove comment about obsolete kerberos versions
Daniel P. Berrangé
1
-4
/
+0
[next]