index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
Commit message (
Expand
)
Author
Age
Files
Lines
*
scripts/clean-includes: Ignore .inc.c files
Peter Maydell
2019-11-29
1
-0
/
+5
*
tracetool: Include osdep.h in generated-ust.c
Peter Maydell
2019-11-29
1
-0
/
+2
*
scripts/clean-includes: Add --all option
Peter Maydell
2019-11-29
1
-1
/
+15
*
scripts/clean-includes: Enhance to handle header files
Peter Maydell
2019-11-29
1
-8
/
+45
*
scripts/kvm/kvm_stat: Fix missing right parantheses and ".format(...)"
Fam Zheng
2019-11-29
1
-2
/
+3
*
qapi: Change visit_start_implicit_struct to visit_start_alternate
Eric Blake
2019-11-29
1
-7
/
+3
*
qapi: Don't box branches of flat unions
Eric Blake
2019-11-29
2
-44
/
+5
*
qapi: Don't box struct branch of alternate
Eric Blake
2019-11-29
3
-12
/
+43
*
qapi-visit: Use common idiom in gen_visit_fields_decl()
Eric Blake
2019-11-29
1
-6
/
+5
*
qapi: Emit structs used as variants in topological order
Eric Blake
2019-11-29
1
-3
/
+20
*
qapi: Adjust layout of FooList types
Eric Blake
2019-11-29
2
-5
/
+2
*
qapi-visit: Less indirection in visit_type_Foo_fields()
Eric Blake
2019-11-29
1
-10
/
+10
*
qapi-visit: Unify struct and union visit
Markus Armbruster
2019-11-29
1
-39
/
+6
*
qapi: Visit variants in visit_type_FOO_fields()
Eric Blake
2019-11-29
1
-52
/
+54
*
qapi-visit: Simplify how we visit common union members
Markus Armbruster
2019-11-29
1
-23
/
+4
*
qapi: Forbid 'any' inside an alternate
Eric Blake
2019-11-29
1
-1
/
+4
*
qapi: Forbid empty unions and useless alternates
Eric Blake
2019-11-29
1
-2
/
+10
*
qapi-visit: Honor prefix of discriminator enum
Eric Blake
2019-11-29
1
-1
/
+2
*
scripts/tracetool: Include qemu/osdep.h in generated .c files
Peter Maydell
2019-11-29
3
-1
/
+4
*
scripts/feature_to_c.sh: Include qemu/osdep.h rather than config.h
Peter Maydell
2019-11-29
1
-1
/
+1
*
qapi: Clean up includes in generated files
Eric Blake
2019-11-29
5
-3
/
+6
*
checkpatch: Eliminate false positive in case of space before square bracket i...
Leonid Bloch
2019-11-29
1
-0
/
+2
*
checkpatch: Eliminate false positive in case of comma-space-square bracket
Leonid Bloch
2019-11-29
1
-1
/
+3
*
get_maintainer.pl: fall back to git if only lists are found
Paolo Bonzini
2019-11-29
1
-1
/
+1
*
scripts/kvm/kvm_stat: Fix tracefs access checking
Janosch Frank
2019-11-29
1
-6
/
+17
*
qapi: Fix compilation failure on MIPS and SPARC
Eric Blake
2019-11-29
1
-1
/
+1
*
qapi: Drop unused error argument for list and implicit struct
Eric Blake
2019-11-29
1
-8
/
+4
*
qapi: Drop unused 'kind' for struct/enum visit
Eric Blake
2019-11-29
2
-7
/
+7
*
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
2019-11-29
5
-20
/
+20
*
qapi: Don't cast Enum* to int*
Eric Blake
2019-11-29
1
-2
/
+3
*
qapi-visit: Kill unused visit_end_union()
Eric Blake
2019-11-29
1
-5
/
+0
*
qapi: Track all failures between visit_start/stop
Eric Blake
2019-11-29
1
-6
/
+12
*
qapi: Improve generated event use of qapi visitor
Eric Blake
2019-11-29
2
-11
/
+10
*
qapi: Drop dead parameter in gen_params()
Eric Blake
2019-11-29
1
-2
/
+2
*
Revert "tracetool: use Python 2.4-compatible exception handling syntax"
Markus Armbruster
2019-11-29
1
-2
/
+2
*
scripts/qmp: Use Python 2.6 "except E as ..." syntax
Markus Armbruster
2019-11-29
4
-6
/
+6
*
qapi: Use Python 2.6 "except E as ..." syntax
Markus Armbruster
2019-11-29
1
-4
/
+4
*
static checker: e1000-82540em got aliased to e1000
Amit Shah
2019-11-29
1
-0
/
+1
*
trace: convert stderr backend to log
Paolo Bonzini
2019-11-29
1
-4
/
+5
*
trace: track enabled events in a separate array
Paolo Bonzini
2019-11-29
1
-1
/
+1
*
scripts/dump-guest-memory.py: Fix module docstring
Janosch Frank
2019-11-29
1
-17
/
+18
*
scripts/dump-guest-memory.py: Introduce multi-arch support
Janosch Frank
2019-11-29
1
-167
/
+325
*
scripts/dump-guest-memory.py: Cleanup functions
Janosch Frank
2019-11-29
1
-25
/
+50
*
scripts/dump-guest-memory.py: Improve python 3 compatibility
Janosch Frank
2019-11-29
1
-11
/
+15
*
scripts/dump-guest-memory.py: Make methods functions
Janosch Frank
2019-11-29
1
-91
/
+93
*
scripts/dump-guest-memory.py: Move constants to the top
Janosch Frank
2019-11-29
1
-63
/
+63
*
scripts/kvm/kvm_stat: Add optparse description
Janosch Frank
2019-11-29
1
-1
/
+28
*
scripts/kvm/kvm_stat: Add interactive filtering
Janosch Frank
2019-11-29
1
-0
/
+24
*
scripts/kvm/kvm_stat: Fixup filtering
Janosch Frank
2019-11-29
1
-11
/
+21
*
scripts/kvm/kvm_stat: Fix rlimit for unprivileged users
Janosch Frank
2019-11-29
1
-3
/
+11
[next]