index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
softmmu
Commit message (
Expand
)
Author
Age
Files
Lines
*
memory: Fix wrong end address dump
Zhenzhong Duan
2022-11-08
1
-1
/
+1
*
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
2022-11-08
1
-0
/
+72
|
\
|
*
vfio: move implement of vfio_get_xlat_addr() to memory.c
Cindy Lu
2022-11-07
1
-0
/
+72
*
|
module: add Error arguments to module_load and module_load_qom
Claudio Fontana
2022-11-06
1
-1
/
+7
*
|
module: rename module_load_one to module_load
Claudio Fontana
2022-11-06
1
-1
/
+1
*
|
module: removed unused function argument "mayfail"
Claudio Fontana
2022-11-06
1
-1
/
+1
|
/
*
Merge tag 'pull-request-2022-10-28' of https://gitlab.com/thuth/qemu into sta...
Stefan Hajnoczi
2022-10-31
1
-4
/
+5
|
\
|
*
accel/qtest: Support qtest accelerator for Windows
Xuzhou Cheng
2022-10-28
1
-4
/
+5
*
|
Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...
Stefan Hajnoczi
2022-10-30
2
-5
/
+33
|
\
\
|
*
|
vl: Allow ThreadContext objects to be created before the sandbox option
David Hildenbrand
2022-10-27
1
-4
/
+32
|
*
|
util: Cleanup and rename os_mem_prealloc()
David Hildenbrand
2022-10-27
1
-1
/
+1
|
|
/
*
|
Merge tag 'pull-error-2022-10-28' of https://repo.or.cz/qemu/armbru into staging
Stefan Hajnoczi
2022-10-30
1
-2
/
+2
|
\
\
|
*
|
qtest: Improve error messages when property can not be set right now
Markus Armbruster
2022-10-27
1
-2
/
+2
|
|
/
*
|
Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging
Stefan Hajnoczi
2022-10-30
1
-9
/
+7
|
\
\
|
*
|
qapi: net: introduce a way to bypass qemu_opts_parse_noisily()
Laurent Vivier
2022-10-28
1
-1
/
+5
|
*
|
net: simplify net_client_parse() error management
Laurent Vivier
2022-10-28
1
-9
/
+3
|
*
|
net: remove the @errp argument of net_client_inits()
Laurent Vivier
2022-10-28
1
-1
/
+1
|
|
/
*
|
Merge tag 'misc-next-pull-request' of https://gitlab.com/berrange/qemu into s...
Stefan Hajnoczi
2022-10-30
1
-0
/
+13
|
\
\
|
*
|
seccomp: Get actual errno value from failed seccomp functions
Michal Privoznik
2022-10-26
1
-0
/
+13
|
|
/
*
|
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
Stefan Hajnoczi
2022-10-30
1
-0
/
+5
|
\
\
|
*
|
exec/cpu-common: add qemu_ram_get_fd()
Stefan Hajnoczi
2022-10-26
1
-0
/
+5
|
|
/
*
|
device-tree: add re-randomization helper function
Jason A. Donenfeld
2022-10-27
1
-0
/
+21
*
|
reset: allow registering handlers that aren't called by snapshot loading
Jason A. Donenfeld
2022-10-27
1
-3
/
+8
|
/
*
qmp/hmp, device_tree.c: introduce dumpdtb
Daniel Henrique Barboza
2022-10-17
1
-0
/
+37
*
gdbstub: move breakpoint logic to accel ops
Alex Bennée
2022-10-06
1
-0
/
+7
*
Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...
Stefan Hajnoczi
2022-10-04
1
-2
/
+2
|
\
|
*
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-10-04
1
-2
/
+2
*
|
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2022-10-04
1
-16
/
+0
|
\
\
|
|
/
|
/
|
|
*
watchdog: remove -watchdog option
Paolo Bonzini
2022-09-29
1
-16
/
+0
*
|
ui/cocoa: Run qemu_init in the main thread
Akihiko Odaki
2022-09-23
2
-6
/
+6
|
/
*
audio: add help option for -audio and -audiodev
Claudio Fontana
2022-09-19
1
-2
/
+7
*
semihosting: Allow optional use of semihosting from userspace
Peter Maydell
2022-09-13
1
-1
/
+1
*
accel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.c
Richard Henderson
2022-09-06
1
-0
/
+12
*
Merge tag 'char-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...
Stefan Hajnoczi
2022-09-02
1
-1
/
+3
|
\
|
*
audio: exit(1) if audio backend failed to be found or initialized
Marc-André Lureau
2022-09-02
1
-1
/
+3
*
|
softmmu/physmem: Remove the ifdef __linux__ around the pagesize functions
Thomas Huth
2022-08-26
1
-17
/
+0
|
/
*
vl: remove dead code in parse_memory_options()
Paolo Bonzini
2022-08-08
1
-6
/
+1
*
vl: fix [memory] section with -readconfig
Paolo Bonzini
2022-08-08
1
-11
/
+14
*
qapi: Add exit-failure PanicAction
Ilya Leoshkevich
2022-07-29
2
-6
/
+17
*
Merge tag 'pull-migration-20220720c' of https://gitlab.com/dagrh/qemu into st...
Peter Maydell
2022-07-20
3
-0
/
+609
|
\
|
*
softmmu/dirtylimit: Implement dirty page rate limit
Hyman Huang(黄勇)
2022-07-20
1
-0
/
+194
|
*
softmmu/dirtylimit: Implement virtual CPU throttle
Hyman Huang(黄勇)
2022-07-20
2
-0
/
+298
|
*
softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodically
Hyman Huang(黄勇)
2022-07-20
2
-0
/
+117
*
|
softmmu/runstate.c: add RunStateTransition support form COLO to PRELAUNCH
Zhang Chen
2022-07-20
1
-0
/
+1
|
/
*
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2022-07-14
1
-24
/
+6
|
\
|
*
meson: Prefix each element of firmware path
Akihiko Odaki
2022-07-13
1
-3
/
+5
|
*
datadir: Use bundle mechanism
Akihiko Odaki
2022-07-13
1
-21
/
+1
*
|
vl: Unlink absolute PID file path
Hanna Reitz
2022-07-12
1
-4
/
+26
*
|
vl: Conditionally register PID file unlink notifier
Hanna Reitz
2022-07-12
1
-9
/
+9
|
/
*
vga: avoid crash if no default vga card
Guo Zhi
2022-06-28
1
-1
/
+2
[next]