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
/
scripts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2020-03-31
1
-0
/
+25
|
\
|
*
checkpatch: enforce process for expected files
Michael S. Tsirkin
2020-03-29
1
-0
/
+25
*
|
decodetree: Use Python3 floor division operator
Philippe Mathieu-Daudé
2020-03-30
1
-2
/
+2
|
/
*
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.0-pull-re...
Peter Maydell
2020-03-20
3
-0
/
+208
|
\
|
*
scripts: add a script to generate syscall_nr.h
Laurent Vivier
2020-03-20
1
-0
/
+102
|
*
linux-user,mips: update syscall-args-o32.c.inc
Laurent Vivier
2020-03-20
1
-0
/
+57
|
*
linux-user, scripts: add a script to update syscall.tbl
Laurent Vivier
2020-03-20
1
-0
/
+49
*
|
Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...
Peter Maydell
2020-03-20
3
-0
/
+327
|
\
\
|
*
|
scripts/simplebench: add example usage of simplebench
Vladimir Sementsov-Ogievskiy
2020-03-18
1
-0
/
+80
|
*
|
scripts/simplebench: add qemu/bench_block_job.py
Vladimir Sementsov-Ogievskiy
2020-03-18
1
-0
/
+119
|
*
|
scripts/simplebench: add simplebench.py
Vladimir Sementsov-Ogievskiy
2020-03-18
1
-0
/
+128
*
|
|
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...
Peter Maydell
2020-03-19
1
-0
/
+47
|
\
\
\
|
*
|
|
cpu: Use DeviceClass reset instead of a special CPUClass reset
Peter Maydell
2020-03-18
1
-0
/
+47
|
|
/
/
*
|
|
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-03-17' into ...
Peter Maydell
2020-03-19
8
-291
/
+329
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
qapi: New special feature flag "deprecated"
Markus Armbruster
2020-03-17
1
-0
/
+6
|
*
|
qapi: Add feature flags to struct members
Markus Armbruster
2020-03-17
3
-7
/
+23
|
*
|
qapi/schema: Call QAPIDoc.connect_member() in just one place
Markus Armbruster
2020-03-17
1
-11
/
+12
|
*
|
qapi/schema: Rename QAPISchemaObjectType{Variant,Variants}
Markus Armbruster
2020-03-17
1
-11
/
+11
|
*
|
qapi/schema: Reorder classes so related ones are together
Markus Armbruster
2020-03-17
1
-134
/
+134
|
*
|
qapi/schema: Change _make_features() to a take feature list
Markus Armbruster
2020-03-17
1
-8
/
+9
|
*
|
qapi/introspect: Factor out _make_tree()
Markus Armbruster
2020-03-17
1
-20
/
+24
|
*
|
qapi/introspect: Rename *qlit* to reduce confusion
Markus Armbruster
2020-03-17
1
-17
/
+18
|
*
|
qapi: Consistently put @features parameter right after @ifcond
Markus Armbruster
2020-03-17
6
-36
/
+34
|
*
|
qapi: Add feature flags to remaining definitions
Markus Armbruster
2020-03-17
7
-74
/
+80
|
*
|
qapi/schema: Clean up around QAPISchemaEntity.connect_doc()
Markus Armbruster
2020-03-17
1
-4
/
+9
*
|
|
scripts/cocci: Patch to let devices own their MemoryRegions
Philippe Mathieu-Daudé
2020-03-17
1
-0
/
+56
*
|
|
scripts/cocci: Patch to remove unnecessary memory_region_set_readonly()
Philippe Mathieu-Daudé
2020-03-17
1
-0
/
+15
*
|
|
scripts/cocci: Patch to detect potential use of memory_region_init_rom
Philippe Mathieu-Daudé
2020-03-17
1
-0
/
+19
*
|
|
scripts/cocci: Patch to replace memory_region_init_{ram,readonly -> rom}
Philippe Mathieu-Daudé
2020-03-17
1
-0
/
+18
*
|
|
scripts/cocci: Rename memory-region-{init-ram -> housekeeping}
Philippe Mathieu-Daudé
2020-03-17
1
-0
/
+13
|
/
/
*
/
hxtool: Remove Texinfo generation support
Peter Maydell
2020-03-12
1
-77
/
+1
|
/
*
maint: Include top-level *.rst files early in git diff
Eric Blake
2020-03-09
1
-0
/
+1
*
qemu-storage-daemon: Add --monitor option
Kevin Wolf
2020-03-06
1
-0
/
+5
*
scripts/hxtool-conv: Archive script used in qemu-options.hx conversion
Peter Maydell
2020-03-06
1
-0
/
+137
*
texi2pod: parse @include directives outside "@c man" blocks
Paolo Bonzini
2020-03-06
1
-18
/
+18
*
qapi: Brush off some (py)lint
Markus Armbruster
2020-03-05
6
-18
/
+15
*
qapi: Use super() now we have Python 3
Markus Armbruster
2020-03-05
9
-44
/
+43
*
qapi: Drop conditionals for Python 2
Markus Armbruster
2020-03-05
3
-15
/
+3
*
qapi: Inheriting from object is pointless with Python 3, drop
Markus Armbruster
2020-03-05
4
-12
/
+12
*
Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEAD
Paolo Bonzini
2020-02-25
2
-0
/
+114
|
\
|
*
Avoid cpu_physical_memory_rw() with a constant is_write argument
Philippe Mathieu-Daudé
2020-02-20
1
-0
/
+12
|
*
Let cpu_[physical]_memory() calls pass a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-02-20
1
-0
/
+14
|
*
Avoid address_space_rw() with a constant is_write argument
Peter Maydell
2020-02-20
1
-0
/
+13
|
*
Let address_space_rw() calls pass a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-02-20
1
-0
/
+12
|
*
Remove unnecessary cast when using the cpu_[physical]_memory API
Philippe Mathieu-Daudé
2020-02-20
1
-0
/
+10
|
*
Remove unnecessary cast when using the address_space API
Philippe Mathieu-Daudé
2020-02-20
1
-1
/
+14
|
*
hw/net: Avoid casting non-const pointer, use address_space_write()
Philippe Mathieu-Daudé
2020-02-20
1
-0
/
+14
|
*
hw: Remove unnecessary cast when calling dma_memory_read()
Philippe Mathieu-Daudé
2020-02-20
1
-0
/
+23
|
*
scripts/git.orderfile: Display Cocci scripts before code modifications
Philippe Mathieu-Daudé
2020-02-20
1
-0
/
+3
*
|
softmmu: move vl.c to softmmu/
Alexander Bulekov
2020-02-22
2
-2
/
+3
[next]