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
path:
root
/
softmmu
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-11
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
1
-21
/
+16
2021-07-11
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...
Peter Maydell
3
-7
/
+11
2021-07-09
misc: Remove redundant new line in perror()
Li Zhijian
1
-1
/
+1
2021-07-09
memory: Display MemoryRegion name in read/write ops trace events
Philippe Mathieu-Daudé
2
-6
/
+10
2021-07-09
vl: fix leak of qdict_crumple return value
Paolo Bonzini
1
-4
/
+9
2021-07-09
modules: check arch and block load on mismatch
Gerd Hoffmann
1
-0
/
+3
2021-07-09
modules: use modinfo for qemu opts load
Gerd Hoffmann
1
-17
/
+0
2021-07-09
modules: generate modinfo.c
Gerd Hoffmann
1
-0
/
+4
2021-07-08
softmmu/physmem: Extend ram_block_discard_(require|disable) by two discard types
David Hildenbrand
1
-6
/
+48
2021-07-08
softmmu/physmem: Don't use atomic operations in ram_block_discard_(disable|re...
David Hildenbrand
1
-31
/
+39
2021-07-08
memory: Helpers to copy/free a MemoryRegionSection
David Hildenbrand
1
-0
/
+27
2021-07-08
memory: Introduce RamDiscardManager for RAM memory regions
David Hildenbrand
1
-0
/
+71
2021-07-06
machine: add smp compound property
Paolo Bonzini
1
-7
/
+26
2021-07-06
vl: switch -M parsing to keyval
Paolo Bonzini
1
-163
/
+140
2021-07-05
ui: Mark the '-no-quit' option as deprecated
Thomas Huth
1
-0
/
+2
2021-07-05
ui: Fix the "-display sdl,window_close=..." parameter
Thomas Huth
1
-1
/
+6
2021-07-05
softmmu/vl: Remove obsolete comment about the "frame" parameter
Thomas Huth
1
-2
/
+0
2021-06-23
ui: Make the DisplayType enum entries conditional
Thomas Huth
1
-3
/
+17
2021-06-15
util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under Linux
David Hildenbrand
1
-0
/
+1
2021-06-15
memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()
David Hildenbrand
1
-3
/
+12
2021-06-15
util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()
David Hildenbrand
1
-3
/
+5
2021-06-15
softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal()
David Hildenbrand
2
-19
/
+14
2021-06-15
softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()
David Hildenbrand
1
-9
/
+9
2021-06-15
softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()
David Hildenbrand
1
-4
/
+3
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
1
-1
/
+6
2021-06-15
softmmu/physmem: Mark shared anonymous memory RAM_SHARED
David Hildenbrand
1
-3
/
+7
2021-06-15
runstate: Initialize Error * to NULL
Peng Liang
1
-1
/
+1
2021-06-15
vl: Fix an assert failure in error path
Zhenzhong Duan
1
-1
/
+1
2021-06-14
softmmu: add trace point when bdrv_flush_all fails
Daniel P. Berrangé
2
-1
/
+9
2021-06-11
Fix the qemu crash when guest shutdown during checkpoint
Rao, Lei
1
-0
/
+1
2021-06-04
vl: plug -object back into -readconfig
Paolo Bonzini
1
-6
/
+18
2021-06-04
vl: plumb keyval-based options into -readconfig
Paolo Bonzini
1
-24
/
+59
2021-06-04
qemu-config: parse configuration files to a QDict
Paolo Bonzini
1
-2
/
+2
2021-06-02
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
1
-1
/
+1
2021-05-28
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...
Peter Maydell
1
-0
/
+10
2021-05-26
replay: fix watchpoint processing for reverse debugging
Pavel Dovgalyuk
1
-0
/
+10
2021-05-26
qemu-config: load modules when instantiating option groups
Paolo Bonzini
1
-4
/
+17
2021-05-26
vl: allow not specifying size in -m when using -M memory-backend
Paolo Bonzini
1
-2
/
+0
2021-05-26
remove qemu-options* from root directory
Paolo Bonzini
1
-5
/
+19
2021-05-26
memory: Introduce log_sync_global() to memory listener
Peter Xu
1
-10
/
+23
2021-05-26
qtest: add a QOM object for qtest
Paolo Bonzini
2
-11
/
+179
2021-05-14
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210513a'...
Peter Maydell
1
-6
/
+20
2021-05-13
Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2021-05-12' into ...
Peter Maydell
1
-6
/
+0
2021-05-13
exec: Relax range check in ram_block_discard_range()
David Hildenbrand
1
-2
/
+2
2021-05-13
migration/ram: Handle RAM block resizes during precopy
David Hildenbrand
1
-2
/
+3
2021-05-13
numa: Teach ram block notifiers about resizeable ram blocks
David Hildenbrand
1
-2
/
+10
2021-05-13
util: vfio-helpers: Factor out and fix processing of existing ram blocks
David Hildenbrand
1
-0
/
+5
2021-05-12
Drop the deprecated unicore32 target
Markus Armbruster
1
-2
/
+0
2021-05-12
Drop the deprecated lm32 target
Markus Armbruster
1
-2
/
+0
[next]