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
2014-12-10
get_maintainer.pl: Remove the --git-chief-penguins option
Thomas Huth
1
-44
/
+1
2014-11-18
Tracing: Fix simpletrace.py error on tcg enabled binary traces
Christoph Seifert
1
-34
/
+33
2014-11-03
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-9
/
+14
2014-11-02
i386: Add an ACPI_EXTRACT_NAME_BUFFER16 directive.
Gal Hammer
1
-9
/
+14
2014-10-31
kvm_stat: Add powerpc support
Michael Ellerman
1
-2
/
+16
2014-10-31
kvm_stat: Abstract ioctl numbers
Michael Ellerman
1
-3
/
+9
2014-10-31
kvm_stat: Rework platform detection
Michael Ellerman
1
-14
/
+27
2014-10-31
kvm_stat: Fix the non-x86 exit reasons
Michael Ellerman
1
-27
/
+30
2014-10-31
kvm_stat: Only consider online cpus
Michael Ellerman
1
-6
/
+18
2014-10-23
get_maintainer.pl: restrict cases where it falls back to --git
Paolo Bonzini
1
-0
/
+9
2014-10-23
get_maintainer.pl: move git loop under "if ($email) {"
Paolo Bonzini
1
-10
/
+9
2014-09-29
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
1
-0
/
+6
2014-09-26
qapi: add visit_start_union and visit_end_union
Michael Roth
1
-0
/
+6
2014-09-26
vmxcap: Update according to SDM of September 2014
Adrian-Ken Rueegsegger
1
-4
/
+6
2014-09-26
scripts/tracetool: don't barf on formats with precision
Alex Bennée
1
-1
/
+1
2014-09-26
cleanup-trace-events.pl: Tighten search for trace event call
Markus Armbruster
1
-1
/
+1
2014-09-26
trace: tighten up trace-events regex to fix bad parse
Stefan Hajnoczi
1
-2
/
+2
2014-09-26
trace: [ust] Fix format string computation in tcg-enabled events
Lluís Vilanova
2
-10
/
+11
2014-09-22
qapi: Allow enums in anonymous unions
Max Reitz
2
-1
/
+4
2014-09-02
scripts: Remove scripts/qtest
Fam Zheng
1
-5
/
+0
2014-08-28
Merge remote-tracking branch 'remotes/kvm/tags/for-upstream' into staging
Peter Maydell
1
-2
/
+6
2014-08-28
trace: avoid Python 2.5 all() in tracetool
Stefan Hajnoczi
1
-1
/
+2
2014-08-28
qapi.py: avoid Python 2.5+ any() function
Stefan Hajnoczi
1
-4
/
+4
2014-08-26
checkpatch.pl: adjust typedef definition to QEMU coding style
Paolo Bonzini
1
-2
/
+6
2014-08-12
trace: teach lttng backend to use format strings
Alex Bennée
2
-6
/
+21
2014-08-12
trace: [tcg] Generate TCG tracing routines
Lluís Vilanova
1
-0
/
+57
2014-08-12
trace: [tcg] Define TCG tracing helper routine wrappers
Lluís Vilanova
1
-0
/
+70
2014-08-12
trace: [tcg] Define TCG tracing helper routines
Lluís Vilanova
1
-0
/
+50
2014-08-12
trace: [tcg] Declare TCG tracing helper routines
Lluís Vilanova
2
-0
/
+51
2014-08-12
trace: [tcg] Add 'tcg' event property
Lluís Vilanova
2
-5
/
+64
2014-08-12
trace: [tcg] Argument type transformation machinery
Lluís Vilanova
1
-1
/
+29
2014-08-12
trace: [tcg] Argument type transformation rules
Lluís Vilanova
1
-0
/
+166
2014-08-12
simpletrace: add simpletrace.py --no-header option
Stefan Hajnoczi
1
-7
/
+17
2014-08-12
trace: add tracetool simpletrace_stap format
Stefan Hajnoczi
1
-0
/
+71
2014-08-12
trace: extract stap_escape() function for reuse
Stefan Hajnoczi
1
-3
/
+8
2014-08-04
checker: ignore fields marked unused
Amit Shah
1
-4
/
+50
2014-07-22
vmstate static checker: whitelist additions
Amit Shah
1
-1
/
+15
2014-07-16
vmstate static checker: detect section renames
Amit Shah
1
-5
/
+22
2014-06-27
qapi script: clean up in scripts
Wenchao Xia
2
-4
/
+3
2014-06-24
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140623' i...
Peter Maydell
1
-0
/
+345
2014-06-23
vmstate-static-checker: script to validate vmstate changes
Amit Shah
1
-0
/
+345
2014-06-23
qapi script: add event support
Wenchao Xia
2
-0
/
+381
2014-06-23
qapi: Suppress unwanted space between type and identifier
Amos Kong
2
-8
/
+19
2014-06-23
qapi: add const prefix to 'char *' insider c_type()
Amos Kong
2
-4
/
+4
2014-06-23
qapi: fix coding style in parameters list
Amos Kong
1
-10
/
+10
2014-06-16
linux-headers: include psci.h
Alexander Graf
1
-1
/
+2
2014-06-09
trace: Multi-backend tracing
Lluís Vilanova
3
-41
/
+41
2014-06-09
simpletrace: add support for trace record pid field
Stefan Hajnoczi
1
-11
/
+15
2014-06-05
Merge remote-tracking branch 'remotes/kvm/uq/master' into staging
Peter Maydell
1
-19
/
+41
2014-05-21
kvm_stat: allow choosing between tracepoints and old stats
Paolo Bonzini
1
-19
/
+41
[next]