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-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
2021-10-15
qdev: Add Error parameter to hide_device() callbacks
Kevin Wolf
1
-1
/
+4
2021-10-15
softmmu/qdev-monitor: add error handling in qdev_set_id
Damien Hedde
1
-10
/
+29
2021-10-15
qdev: Make DeviceState.id independent of QemuOpts
Kevin Wolf
1
-2
/
+3
2021-10-15
qdev: Avoid using string visitor for properties
Kevin Wolf
1
-3
/
+17
2021-10-13
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211013' into staging
Richard Henderson
1
-10
/
+10
2021-10-13
memory: Log access direction for invalid accesses
BALATON Zoltan
1
-10
/
+10
2021-10-13
monitor: Tidy up find_device_state()
Markus Armbruster
1
-8
/
+5
2021-10-02
softmmu/memory_mapping: optimize for RamDiscardManager sections
David Hildenbrand
1
-0
/
+20
2021-10-02
softmmu/memory_mapping: factor out adding physical memory ranges
David Hildenbrand
1
-21
/
+20
2021-10-02
softmmu/memory_mapping: never merge ranges accross memory regions
David Hildenbrand
1
-1
/
+2
2021-09-30
memory: Add tracepoint for dirty sync
Peter Xu
2
-0
/
+3
2021-09-30
memory: Name all the memory listeners
Peter Xu
1
-0
/
+1
2021-09-30
memory: Add RAM_PROTECTED flag to skip IOMMU mappings
Sean Christopherson
2
-1
/
+7
2021-09-13
qdev: Support marking individual buses as 'full'
Peter Maydell
1
-1
/
+6
2021-09-06
softmmu/vl: Deprecate the -sdl and -curses option
Thomas Huth
1
-0
/
+3
2021-09-06
softmmu/vl: Deprecate the old grab options
Thomas Huth
1
-0
/
+6
2021-09-06
softmmu/vl: Add a "grab-mod" parameter to the -display sdl option
Thomas Huth
1
-3
/
+12
2021-08-27
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2021-08-26' into...
Peter Maydell
1
-13
/
+6
2021-08-26
softmmu/physmem.c: Check return value from realpath()
Peter Maydell
1
-0
/
+3
2021-08-26
softmmu/physmem.c: Remove unneeded NULL check in qemu_ram_alloc_from_fd()
Peter Maydell
1
-1
/
+1
2021-08-26
arch_init.h: Move QEMU_ARCH_VIRTIO_* to qdev-monitor.c
Peter Maydell
1
-0
/
+9
2021-08-26
meson.build: Define QEMU_ARCH in config-target.h
Peter Maydell
1
-41
/
+0
2021-08-26
softmmu/arch_init.c: Trim down include list
Peter Maydell
1
-7
/
+0
2021-08-26
monitor: Use accel_find("kvm") instead of kvm_available()
Peter Maydell
1
-9
/
+0
2021-08-26
softmmu: Use accel_find("xen") instead of xen_available()
Peter Maydell
2
-12
/
+3
2021-08-26
vl: Clean up -smp error handling
Markus Armbruster
1
-7
/
+5
2021-08-26
error: Use error_fatal to simplify obvious fatal errors (again)
Markus Armbruster
1
-6
/
+1
2021-08-17
softmmu/physmem: fix wrong assertion in qemu_ram_alloc_internal()
David Hildenbrand
1
-1
/
+0
2021-07-30
vl: stop recording -smp in QemuOpts
Paolo Bonzini
1
-8
/
+14
[prev]
[next]