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
*
qerror: add check-qerror.sh to verify alphabetical order
Stefan Hajnoczi
2012-01-18
1
-0
/
+22
*
Fix qapi code generation fix
Avi Kivity
2012-01-12
3
-22
/
+14
*
Fix qapi code generation wrt parallel build
Avi Kivity
2011-12-27
3
-9
/
+75
*
scripts/analyse-9p-simpletrace.py: Add symbolic names for 9p operations.
Harsh Prateek Bora
2011-12-21
1
-2
/
+73
*
vl.c: In qemu -h output, only print options for the arch we are running as
Michael Ellerman
2011-12-19
1
-0
/
+3
*
qapi: allow a 'gen' key to suppress code generation
Anthony Liguori
2011-12-15
2
-0
/
+2
*
Fix spelling in comments, documentation and messages
Stefan Weil
2011-12-14
1
-2
/
+2
*
fix spelling in scripts sub directory
Dong Xu Wang
2011-12-02
1
-1
/
+1
*
qapi: fix guardname generation
Michael Roth
2011-11-30
1
-3
/
+4
*
checkpatch.pl: fix CAST detection
Florian Mickler
2011-11-26
1
-1
/
+1
*
checkpatch: remove rule on non-indented labels
Paolo Bonzini
2011-11-01
1
-6
/
+0
*
Merge remote-tracking branch 'qmp/queue/qmp' into staging
Anthony Liguori
2011-10-31
1
-1
/
+3
|
\
|
*
qapi-commands.py: Don't call the output marshal on error
Luiz Capitulino
2011-10-27
1
-1
/
+3
*
|
Merge remote-tracking branch 'qemu-kvm-tmp/uq/master' into staging
Anthony Liguori
2011-10-31
2
-0
/
+704
|
\
\
|
*
|
kvm: Add top-like kvm statistics script
Jan Kiszka
2011-10-24
1
-0
/
+480
|
*
|
kvm: Add tool for querying VMX capabilities
Jan Kiszka
2011-10-24
1
-0
/
+224
|
|
/
*
|
hw/9pfs: Make VirtFS tracing work correctly
Aneesh Kumar K.V
2011-10-30
1
-82
/
+82
|
/
*
scripts: Simpletrace log analysis script for pretty-printing 9p log.
Harsh Prateek Bora
2011-10-15
1
-0
/
+142
*
qapi: Automatically generate a _MAX value for enums
Luiz Capitulino
2011-10-04
1
-1
/
+4
*
qapi: Don't use c_var() on enum strings
Luiz Capitulino
2011-10-04
1
-1
/
+1
*
qapi: modify visitor code generation for list iteration
Michael Roth
2011-10-04
1
-2
/
+2
*
qapi: generate qapi_free_* functions for *List types
Michael Roth
2011-10-04
1
-0
/
+2
*
qapi: fixup command generation for functions that return list types
Anthony Liguori
2011-10-04
1
-8
/
+15
*
qapi: add code generation support for middle mode
Anthony Liguori
2011-10-04
3
-15
/
+71
*
trace: allow PRI*64 at beginning and ending of format string
Stefan Hajnoczi
2011-09-17
1
-7
/
+13
*
simpletrace: fix process() argument count
Stefan Hajnoczi
2011-09-01
1
-2
/
+2
*
trace: [stderr] add support for dynamically enabling/disabling events
Lluís
2011-09-01
1
-5
/
+28
*
trace: [simple] disable all trace points by default
Lluís
2011-09-01
1
-7
/
+2
*
trace: always use the "nop" backend on events with the "disable" keyword
Lluís
2011-09-01
1
-13
/
+2
*
trace: generalize the "property" concept in the trace-events file
Lluís
2011-09-01
1
-40
/
+33
*
trace: move backend-specific code into the trace/ directory
Lluís
2011-09-01
1
-1
/
+1
*
checkpatch: fix braces {} handling
Pavel Borzenkov
2011-08-27
1
-1
/
+1
*
qapi: fix build issue due to missing newline in generated header
Michael Roth
2011-08-12
1
-1
/
+1
*
qapi: add qapi-commands.py code generator
Michael Roth
2011-07-21
1
-0
/
+385
*
qapi: add qapi-visit.py code generator
Michael Roth
2011-07-21
1
-0
/
+246
*
qapi: add qapi-types.py code generator
Michael Roth
2011-07-21
1
-0
/
+270
*
qapi: add qapi.py helper libraries
Michael Roth
2011-07-21
1
-0
/
+203
*
qapi: add ordereddict.py helper library
Michael Roth
2011-07-21
1
-0
/
+127
*
checkpatch: Fix bracing false positives on #if
Blue Swirl
2011-07-20
1
-0
/
+1
*
checkpatch: don't error out on },{ lines
Alexander Graf
2011-07-17
1
-1
/
+3
*
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
2011-06-22
1
-0
/
+55
|
\
|
*
Add kernel header update script
Jan Kiszka
2011-06-20
1
-0
/
+55
*
|
get_maintainer: update to match qemu tree
Michael S. Tsirkin
2011-06-16
1
-22
/
+12
*
|
get_maintainer.pl: copy utility from Linux
Michael S. Tsirkin
2011-06-15
1
-0
/
+2159
|
/
*
s390x: s390x-linux-user support
Ulrich Hecht
2011-05-20
1
-1
/
+3
*
trace: [ust] fix generation of 'trace.c' on events without args
Lluís
2011-04-26
1
-3
/
+4
*
tracetool: allow ) in trace output string
Paolo Bonzini
2011-04-26
1
-1
/
+1
*
PXE: Refresh all PXE ROMs from the ipxe submodule
Alex Williamson
2011-04-18
1
-0
/
+99
*
simpletrace: Thread-safe tracing
Stefan Hajnoczi
2011-03-07
1
-1
/
+2
*
tracetool: Add optional argument to specify dtrace probe names
Jes Sorensen
2011-03-06
1
-6
/
+13
[next]