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-10-17
qmp/hmp, device_tree.c: introduce dumpdtb
Daniel Henrique Barboza
1
-0
/
+37
2022-10-06
gdbstub: move breakpoint logic to accel ops
Alex Bennée
1
-0
/
+7
2022-10-04
Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...
Stefan Hajnoczi
1
-2
/
+2
2022-10-04
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
1
-16
/
+0
2022-10-04
Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-2
/
+2
2022-09-29
watchdog: remove -watchdog option
Paolo Bonzini
1
-16
/
+0
2022-09-23
ui/cocoa: Run qemu_init in the main thread
Akihiko Odaki
2
-6
/
+6
2022-09-19
audio: add help option for -audio and -audiodev
Claudio Fontana
1
-2
/
+7
2022-09-13
semihosting: Allow optional use of semihosting from userspace
Peter Maydell
1
-1
/
+1
2022-09-06
accel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.c
Richard Henderson
1
-0
/
+12
2022-09-02
Merge tag 'char-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...
Stefan Hajnoczi
1
-1
/
+3
2022-09-02
audio: exit(1) if audio backend failed to be found or initialized
Marc-André Lureau
1
-1
/
+3
2022-08-26
softmmu/physmem: Remove the ifdef __linux__ around the pagesize functions
Thomas Huth
1
-17
/
+0
2022-08-08
vl: remove dead code in parse_memory_options()
Paolo Bonzini
1
-6
/
+1
2022-08-08
vl: fix [memory] section with -readconfig
Paolo Bonzini
1
-11
/
+14
2022-07-29
qapi: Add exit-failure PanicAction
Ilya Leoshkevich
2
-6
/
+17
2022-07-20
Merge tag 'pull-migration-20220720c' of https://gitlab.com/dagrh/qemu into st...
Peter Maydell
3
-0
/
+609
2022-07-20
softmmu/dirtylimit: Implement dirty page rate limit
Hyman Huang(黄勇)
1
-0
/
+194
2022-07-20
softmmu/dirtylimit: Implement virtual CPU throttle
Hyman Huang(黄勇)
2
-0
/
+298
2022-07-20
softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodically
Hyman Huang(黄勇)
2
-0
/
+117
2022-07-20
softmmu/runstate.c: add RunStateTransition support form COLO to PRELAUNCH
Zhang Chen
1
-0
/
+1
2022-07-14
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
1
-24
/
+6
2022-07-13
meson: Prefix each element of firmware path
Akihiko Odaki
1
-3
/
+5
2022-07-13
datadir: Use bundle mechanism
Akihiko Odaki
1
-21
/
+1
2022-07-12
vl: Unlink absolute PID file path
Hanna Reitz
1
-4
/
+26
2022-07-12
vl: Conditionally register PID file unlink notifier
Hanna Reitz
1
-9
/
+9
2022-06-28
vga: avoid crash if no default vga card
Guo Zhi
1
-1
/
+2
2022-06-28
semihosting: Cleanup chardev init
Richard Henderson
1
-2
/
+1
2022-06-27
accel: Introduce current_accel_name()
Alexander Graf
1
-2
/
+1
2022-06-21
softmmu: Always initialize xlat in address_space_translate_for_iotlb
Richard Henderson
1
-1
/
+12
2022-06-15
vfio-user: handle PCI BAR accesses
Jagannathan Raman
1
-2
/
+2
2022-06-15
qdev: unplug blocker for devices
Jagannathan Raman
1
-0
/
+4
2022-06-09
hw/cxl: Push linking of CXL targets into i386/pc rather than in machine.c
Jonathan Cameron
1
-2
/
+0
2022-06-09
hw/cxl: Make the CXL fixed memory window setup a machine parameter.
Jonathan Cameron
1
-44
/
+0
2022-06-06
Enable common virtio pci support for LoongArch
Xiaojuan Yang
1
-1
/
+2
2022-06-06
replay: rewrite async event handling
Pavel Dovgalyuk
1
-1
/
+3
2022-06-06
replay: notify vCPU when BH is scheduled
Pavel Dovgalyuk
1
-0
/
+8
2022-06-03
ui: Remove deprecated options "-sdl" and "-curses"
Thomas Huth
1
-19
/
+0
2022-06-03
ui: Switch "-display sdl" to use the QAPI parser
Thomas Huth
2
-71
/
+1
2022-06-03
ui: Remove deprecated parameters of the "-display sdl" option
Thomas Huth
1
-40
/
+1
2022-05-16
Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...
Richard Henderson
1
-0
/
+47
2022-05-14
introduce -audio as a replacement for -soundhw
Paolo Bonzini
1
-3
/
+25
2022-05-14
soundhw: move help handling to vl.c
Paolo Bonzini
1
-0
/
+4
2022-05-13
hw/cxl/host: Add support for CXL Fixed Memory Windows.
Jonathan Cameron
1
-0
/
+47
2022-05-12
vl: make machine type deprecation a warning
Paolo Bonzini
1
-1
/
+1
2022-05-12
machine: move more memory validation to Machine object
Paolo Bonzini
1
-14
/
+3
2022-05-12
machine: make memory-backend a link property
Paolo Bonzini
1
-40
/
+22
2022-05-12
machine: add mem compound property
Paolo Bonzini
1
-83
/
+40
2022-05-12
machine: add boot compound property
Paolo Bonzini
1
-11
/
+5
2022-05-12
machine: use QAPI struct for boot configuration
Paolo Bonzini
3
-27
/
+3
[next]