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
2022-01-21
softmmu/device_tree: Remove redundant pointer assignment
Yanan Wang
1
-5
/
+4
2022-01-21
softmmu/device_tree: Silence compiler warning with --enable-sanitizers
Thomas Huth
1
-2
/
+2
2022-01-20
exec/memory: Extract address_space_set() from dma_memory_set()
Philippe Mathieu-Daudé
2
-14
/
+20
2022-01-18
Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/trivial-branch-for-...
Peter Maydell
1
-2
/
+4
2022-01-18
hw/dma: Let dma_buf_read() / dma_buf_write() propagate MemTxResult
Philippe Mathieu-Daudé
1
-12
/
+4
2022-01-18
hw/dma: Use dma_addr_t type definition when relevant
Philippe Mathieu-Daudé
1
-7
/
+9
2022-01-18
hw/scsi: Rename SCSIRequest::resid as 'residual'
Philippe Mathieu-Daudé
1
-13
/
+13
2022-01-18
softmmu: Provide a clue as to why device tree loading failed
Bernhard Beschow
1
-2
/
+4
2022-01-18
memory: Fix incorrect calls of log_global_start/stop
Peter Xu
1
-13
/
+14
2022-01-18
memory: Make memory_region_is_mapped() succeed when mapped via an alias
David Hildenbrand
1
-1
/
+12
2022-01-18
memory: Have 'info mtree' remove duplicated Address Space information
Philippe Mathieu-Daudé
1
-3
/
+60
2022-01-18
memory: Split mtree_info() as mtree_info_flatview() + mtree_info_as()
Philippe Mathieu-Daudé
1
-34
/
+43
2022-01-18
memory: Directly dispatch alias accesses on origin memory region
Philippe Mathieu-Daudé
1
-0
/
+10
2022-01-14
softmmu: fix device deletion events with -device JSON syntax
Daniel P. Berrangé
1
-1
/
+3
2022-01-14
include/sysemu/blockdev.h: remove drive_mark_claimed_by_board and inline driv...
Emanuele Giuseppe Esposito
1
-1
/
+3
2022-01-07
util/oslib-posix: Forward SIGBUS to MCE handler under Linux
David Hildenbrand
1
-0
/
+4
2022-01-05
qemu-options: Remove the deprecated -no-quit option
Thomas Huth
1
-7
/
+1
2021-12-31
hw/core/machine: Introduce CPU cluster topology support
Yanan Wang
1
-0
/
+3
2021-12-31
dma: Let dma_buf_rw() propagate MemTxResult
Philippe Mathieu-Daudé
1
-6
/
+19
2021-12-31
dma: Let dma_buf_read() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-3
/
+2
2021-12-31
dma: Let dma_buf_write() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-3
/
+2
2021-12-31
dma: Let dma_buf_rw() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-5
/
+6
2021-12-30
dma: Have dma_buf_read() / dma_buf_write() take a void pointer
Philippe Mathieu-Daudé
1
-2
/
+2
2021-12-30
dma: Have dma_buf_rw() take a void pointer
Philippe Mathieu-Daudé
1
-1
/
+2
2021-12-30
dma: Let dma_memory_map() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-1
/
+2
2021-12-30
dma: Let dma_memory_rw() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-1
/
+2
2021-12-30
dma: Let dma_memory_set() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-3
/
+2
2021-11-29
accel/tcg: suppress IRQ check for special TBs
Alex Bennée
1
-2
/
+2
2021-11-22
migration: fix dump-vmstate with modules
Laurent Vivier
1
-0
/
+1
2021-11-15
Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...
Richard Henderson
1
-2
/
+4
2021-11-15
pcie: expire pending delete
Gerd Hoffmann
1
-1
/
+3
2021-11-11
softmmu/qdev-monitor: fix use-after-free in qdev_set_id()
Stefan Hajnoczi
1
-1
/
+1
2021-11-10
monitor: Fix find_device_state() for IDs containing slashes
Markus Armbruster
1
-7
/
+1
2021-11-03
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Richard Henderson
2
-5
/
+7
2021-11-02
qapi: introduce x-query-ramblock QMP command
Daniel P. Berrangé
1
-8
/
+11
2021-11-02
watchdog: remove select_watchdog_action
Paolo Bonzini
1
-5
/
+5
2021-11-02
vl: deprecate -watchdog
Paolo Bonzini
1
-0
/
+1
2021-11-02
watchdog: add information from -watchdog help to -device help
Paolo Bonzini
1
-0
/
+1
2021-11-02
Merge remote-tracking branch 'remotes/juanquintela/tags/migration-20211031-pu...
Richard Henderson
2
-11
/
+33
2021-11-01
memory: Introduce replay_discarded callback for RamDiscardManager
David Hildenbrand
1
-0
/
+11
2021-11-01
memory: make global_dirty_tracking a bitmask
Hyman Huang(黄勇)
2
-11
/
+22
2021-11-01
qdev-monitor: Check sysbus device type before creating it
Damien Hedde
1
-0
/
+11
2021-10-28
softmmu: fix for "after access" watchpoints
Pavel Dovgalyuk
1
-1
/
+1
2021-10-28
softmmu: remove useless condition in watchpoint check
Pavel Dovgalyuk
1
-21
/
+20
2021-10-28
softmmu: fix watchpoint processing in icount mode
Pavel Dovgalyuk
1
-4
/
+2
2021-10-23
softmmu/physmem.c: Fix typo in comment
Greg Kurz
1
-1
/
+1
2021-10-20
device_tree: Add qemu_fdt_add_path
Yanan Wang
1
-2
/
+42
2021-10-20
qdev/qbus: remove failover specific code
Laurent Vivier
1
-12
/
+6
2021-10-15
vl: Enable JSON syntax for -device
Kevin Wolf
1
-7
/
+56
2021-10-15
qdev: Base object creation on QDict rather than QemuOpts
Kevin Wolf
1
-38
/
+31
[next]