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
Commit message (
Expand
)
Author
Age
Files
Lines
*
qtest: rename qtest_qmp_receive to qtest_qmp_receive_dict
Maxim Levitsky
2020-10-12
7
-24
/
+24
*
meson.build: Re-enable KVM support for MIPS
Huacai Chen
2020-10-12
1
-0
/
+2
*
build-sys: fix git version from -version
Marc-André Lureau
2020-10-12
1
-1
/
+1
*
docs/devel: update instruction on how to add new unit tests
Paolo Bonzini
2020-10-12
2
-18
/
+31
*
qtest: unify extra_qtest_srcs and extra_qtest_deps
Paolo Bonzini
2020-10-12
1
-29
/
+26
*
docs/devel/qtest: Include libqtest API reference
Eduardo Habkost
2020-10-12
2
-10
/
+16
*
docs/devel/qtest: Include protocol spec in document
Eduardo Habkost
2020-10-12
2
-10
/
+73
*
docs: Move QTest documentation to its own document
Eduardo Habkost
2020-10-12
3
-45
/
+61
*
qom: fix objects with improper parent type
Paolo Bonzini
2020-10-12
5
-3
/
+30
*
exec: split out non-softmmu-specific parts
Paolo Bonzini
2020-10-12
6
-451
/
+467
*
softmmu: move more files to softmmu/
Paolo Bonzini
2020-10-12
9
-14
/
+15
*
hw/nvram: Always register FW_CFG_DATA_GENERATOR_INTERFACE
Philippe Mathieu-Daudé
2020-10-12
4
-8
/
+27
*
qom: Move the creation of the library to the main meson.build
Philippe Mathieu-Daudé
2020-10-12
2
-8
/
+8
*
authz: Move the creation of the library to the main meson.build
Philippe Mathieu-Daudé
2020-10-12
2
-10
/
+10
*
crypto: Move the creation of the library to the main meson.build
Philippe Mathieu-Daudé
2020-10-12
2
-10
/
+10
*
io: Move the creation of the library to the main meson.build
Philippe Mathieu-Daudé
2020-10-12
2
-10
/
+10
*
migration: Move the creation of the library to the main meson.build
Philippe Mathieu-Daudé
2020-10-12
2
-7
/
+8
*
chardev: Move the creation of the library to the main meson.build
Philippe Mathieu-Daudé
2020-10-12
2
-6
/
+7
*
hw/core: Move the creation of the library to the main meson.build
Philippe Mathieu-Daudé
2020-10-12
2
-6
/
+6
*
meson.build: Sort sourcesets alphabetically
Philippe Mathieu-Daudé
2020-10-12
1
-9
/
+9
*
meson.build: Add comments to clarify code organization
Philippe Mathieu-Daudé
2020-10-12
1
-0
/
+8
*
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20201012a'...
Peter Maydell
2020-10-12
7
-37
/
+57
|
\
|
*
migration/dirtyrate: present dirty rate only when querying the rate has compl...
Chuan Zheng
2020-10-12
2
-7
/
+4
|
*
migration/dirtyrate: record start_time and calc_time while at the measuring s...
Chuan Zheng
2020-10-12
1
-4
/
+9
|
*
virtiofsd: avoid /proc/self/fd tempdir
Stefan Hajnoczi
2020-10-12
1
-23
/
+11
|
*
virtiofsd: Call qemu_init_exec_dir
Dr. David Alan Gilbert
2020-10-12
1
-0
/
+2
|
*
tools/virtiofsd: add support for --socket-group
Alex Bennée
2020-10-12
4
-2
/
+30
|
*
virtiofsd: Silence gcc warning
Dr. David Alan Gilbert
2020-10-12
1
-1
/
+1
|
/
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-10-10' into ...
Peter Maydell
2020-10-12
19
-344
/
+767
|
\
|
*
qapi/visit.py: add type hint annotations
John Snow
2020-10-10
2
-22
/
+56
|
*
qapi/visit.py: remove unused parameters from gen_visit_object
John Snow
2020-10-10
2
-3
/
+2
|
*
qapi/visit.py: assert tag_member contains a QAPISchemaEnumType
John Snow
2020-10-10
1
-5
/
+7
|
*
qapi/types.py: remove one-letter variables
John Snow
2020-10-10
2
-15
/
+15
|
*
qapi/types.py: add type hint annotations
John Snow
2020-10-10
2
-27
/
+64
|
*
qapi/gen.py: delint with pylint
John Snow
2020-10-10
2
-2
/
+5
|
*
qapi/gen.py: update write() to be more idiomatic
John Snow
2020-10-10
1
-14
/
+11
|
*
qapi/gen.py: Remove unused parameter
John Snow
2020-10-10
1
-2
/
+2
|
*
qapi/gen.py: add type hint annotations
John Snow
2020-10-10
2
-52
/
+57
|
*
qapi/gen: Make _is_user_module() return bool
John Snow
2020-10-10
1
-1
/
+1
|
*
qapi/source.py: delint with pylint
John Snow
2020-10-10
2
-1
/
+3
|
*
qapi/source.py: add type hint annotations
John Snow
2020-10-10
2
-18
/
+19
|
*
qapi/commands.py: add type hint annotations
John Snow
2020-10-10
2
-23
/
+56
|
*
qapi/commands.py: Don't re-bind to variable of different type
John Snow
2020-10-10
1
-3
/
+1
|
*
qapi/events.py: Move comments into docstrings
John Snow
2020-10-10
1
-1
/
+5
|
*
qapi/events.py: add type hint annotations
John Snow
2020-10-10
2
-16
/
+35
|
*
qapi: establish mypy type-checking baseline
John Snow
2020-10-10
2
-1
/
+62
|
*
qapi/common.py: move build_params into gen.py
John Snow
2020-10-10
4
-34
/
+36
|
*
qapi/common.py: Convert comments into docstrings, and elaborate
John Snow
2020-10-10
1
-14
/
+40
|
*
qapi/common.py: add type hint annotations
John Snow
2020-10-10
1
-11
/
+16
|
*
qapi/common.py: check with pylint
John Snow
2020-10-10
1
-2
/
+1
[next]