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
/
scripts
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-16
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+5
2016-02-16
scripts/tracetool: Include qemu/osdep.h in generated .c files
Peter Maydell
3
-1
/
+4
2016-02-16
scripts/feature_to_c.sh: Include qemu/osdep.h rather than config.h
Peter Maydell
1
-1
/
+1
2016-02-16
qapi: Clean up includes in generated files
Eric Blake
5
-3
/
+6
2016-02-15
checkpatch: Eliminate false positive in case of space before square bracket i...
Leonid Bloch
1
-0
/
+2
2016-02-15
checkpatch: Eliminate false positive in case of comma-space-square bracket
Leonid Bloch
1
-1
/
+3
2016-02-09
get_maintainer.pl: fall back to git if only lists are found
Paolo Bonzini
1
-1
/
+1
2016-02-09
scripts/kvm/kvm_stat: Fix tracefs access checking
Janosch Frank
1
-6
/
+17
2016-02-08
qapi: Fix compilation failure on MIPS and SPARC
Eric Blake
1
-1
/
+1
2016-02-08
qapi: Drop unused error argument for list and implicit struct
Eric Blake
1
-8
/
+4
2016-02-08
qapi: Drop unused 'kind' for struct/enum visit
Eric Blake
2
-7
/
+7
2016-02-08
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
5
-20
/
+20
2016-02-08
qapi: Don't cast Enum* to int*
Eric Blake
1
-2
/
+3
2016-02-08
qapi-visit: Kill unused visit_end_union()
Eric Blake
1
-5
/
+0
2016-02-08
qapi: Track all failures between visit_start/stop
Eric Blake
1
-6
/
+12
2016-02-08
qapi: Improve generated event use of qapi visitor
Eric Blake
2
-11
/
+10
2016-02-08
qapi: Drop dead parameter in gen_params()
Eric Blake
1
-2
/
+2
2016-02-08
Revert "tracetool: use Python 2.4-compatible exception handling syntax"
Markus Armbruster
1
-2
/
+2
2016-02-08
scripts/qmp: Use Python 2.6 "except E as ..." syntax
Markus Armbruster
4
-6
/
+6
2016-02-08
qapi: Use Python 2.6 "except E as ..." syntax
Markus Armbruster
1
-4
/
+4
2016-02-05
static checker: e1000-82540em got aliased to e1000
Amit Shah
1
-0
/
+1
2016-02-03
trace: convert stderr backend to log
Paolo Bonzini
1
-4
/
+5
2016-02-03
trace: track enabled events in a separate array
Paolo Bonzini
1
-1
/
+1
2016-01-26
scripts/dump-guest-memory.py: Fix module docstring
Janosch Frank
1
-17
/
+18
2016-01-26
scripts/dump-guest-memory.py: Introduce multi-arch support
Janosch Frank
1
-167
/
+325
2016-01-26
scripts/dump-guest-memory.py: Cleanup functions
Janosch Frank
1
-25
/
+50
2016-01-26
scripts/dump-guest-memory.py: Improve python 3 compatibility
Janosch Frank
1
-11
/
+15
2016-01-26
scripts/dump-guest-memory.py: Make methods functions
Janosch Frank
1
-91
/
+93
2016-01-26
scripts/dump-guest-memory.py: Move constants to the top
Janosch Frank
1
-63
/
+63
2016-01-26
scripts/kvm/kvm_stat: Add optparse description
Janosch Frank
1
-1
/
+28
2016-01-26
scripts/kvm/kvm_stat: Add interactive filtering
Janosch Frank
1
-0
/
+24
2016-01-26
scripts/kvm/kvm_stat: Fixup filtering
Janosch Frank
1
-11
/
+21
2016-01-26
scripts/kvm/kvm_stat: Fix rlimit for unprivileged users
Janosch Frank
1
-3
/
+11
2016-01-26
scripts/kvm/kvm_stat: Read event values as u64
Janosch Frank
1
-1
/
+1
2016-01-26
scripts/kvm/kvm_stat: Cleanup and pre-init perf_event_attr
Janosch Frank
1
-4
/
+7
2016-01-26
scripts/kvm/kvm_stat: Fix output formatting
Janosch Frank
1
-2
/
+2
2016-01-26
scripts/kvm/kvm_stat: Make tui function a class
Janosch Frank
1
-45
/
+80
2016-01-26
scripts/kvm/kvm_stat: Remove unneeded X86_EXIT_REASONS
Janosch Frank
1
-5
/
+0
2016-01-26
scripts/kvm/kvm_stat: Group arch specific data
Janosch Frank
1
-58
/
+67
2016-01-26
scripts/kvm/kvm_stat: Cleanup of Event class
Janosch Frank
1
-24
/
+43
2016-01-26
scripts/kvm/kvm_stat: Cleanup of Groups class
Janosch Frank
1
-5
/
+5
2016-01-26
scripts/kvm/kvm_stat: Cleanup of Stats class
Janosch Frank
1
-21
/
+31
2016-01-26
scripts/kvm/kvm_stat: Encapsulate filters variable
Janosch Frank
1
-9
/
+14
2016-01-26
scripts/kvm/kvm_stat: Cleanup cpu list retrieval
Janosch Frank
1
-11
/
+20
2016-01-26
scripts/kvm/kvm_stat: Cleanup of TracepointProvider
Janosch Frank
1
-19
/
+21
2016-01-26
scripts/kvm/kvm_stat: Introduce properties for providers
Janosch Frank
1
-8
/
+19
2016-01-26
scripts/kvm/kvm_stat: Rename _perf_event_open
Janosch Frank
1
-2
/
+2
2016-01-26
scripts/kvm/kvm_stat: Make cpu detection a function
Janosch Frank
1
-15
/
+15
2016-01-26
scripts/kvm/kvm_stat: Cleanup of platform detection
Janosch Frank
1
-16
/
+13
2016-01-26
scripts/kvm/kvm_stat: Set sensible no. files rlimit
Janosch Frank
1
-2
/
+9
[next]