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
*
qapi: Clean up null checking in generated visitors
Markus Armbruster
2014-03-03
1
-7
/
+7
*
qapi: Drop unused code in qapi-commands.py
Markus Armbruster
2014-03-03
1
-20
/
+0
*
qapi: Drop nonsensical header guard in generated qapi-visit.c
Markus Armbruster
2014-03-03
1
-2
/
+0
*
qapi: Fix licensing of scripts
Markus Armbruster
2014-03-03
4
-8
/
+8
*
qmp: Check for returned data from __json_read in get_events
Fam Zheng
2014-02-28
1
-1
/
+6
*
QMP: Allow dot separated dict path arguments in qmp-shell
Fam Zheng
2014-02-28
1
-2
/
+18
*
Merge remote-tracking branch 'remotes/bonzini/configure' into staging
Peter Maydell
2014-02-24
1
-0
/
+3
|
\
|
*
module: implement module loading
Fam Zheng
2014-02-20
1
-0
/
+3
*
|
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
2014-02-21
3
-56
/
+132
|
\
\
|
*
|
Modified the tracetool framework for LTTng 2.x
Mohamad Gebai
2014-02-19
3
-56
/
+132
|
|
/
*
|
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
2014-02-20
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
QMP: allow JSON dict arguments in qmp-shell
Stefan Hajnoczi
2014-02-17
1
-0
/
+3
*
|
misc: Fix case Qemu -> QEMU
Stefan Weil
2014-02-15
1
-1
/
+1
|
/
*
Merge remote-tracking branch 'stefanha/tags/tracing-pull-request' into staging
Peter Maydell
2014-01-31
1
-4
/
+2
|
\
|
*
trace: fix simple trace "disable" keyword
Stefan Hajnoczi
2014-01-27
1
-1
/
+2
|
*
trace: [simple] Do not include "trace/simple.h" in generated tracer headers
LluĂs Vilanova
2014-01-27
1
-3
/
+0
*
|
configure: add CONFIG_IASL to config-host.h
Marcel Apfelbaum
2014-01-26
1
-0
/
+4
*
|
Python-lang gdb script to extract x86_64 guest vmcore from qemu coredump
Laszlo Ersek
2014-01-26
1
-0
/
+339
|
/
*
qapi: Add "errno" to the list of polluted words
Max Reitz
2014-01-22
1
-1
/
+1
*
Adjust qapi-visit for python-2.4.3
Richard Henderson
2013-11-11
1
-3
/
+14
*
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
2013-10-31
3
-0
/
+417
|
\
|
*
acpi: add rules to compile ASL source
Michael S. Tsirkin
2013-10-14
1
-0
/
+4
|
*
i386: add ACPI table files from seabios
Michael S. Tsirkin
2013-10-14
2
-0
/
+413
*
|
Use qemu-project.org domain name
Stefan Hajnoczi
2013-10-11
2
-2
/
+2
*
|
qapi-types/visit.py: Inheritance for structs
Kevin Wolf
2013-10-11
2
-2
/
+20
*
|
qapi-types/visit.py: Pass whole expr dict for structs
Kevin Wolf
2013-10-11
2
-5
/
+14
*
|
roms: rewrite scripts/refresh-pxe-roms.sh
Gerd Hoffmann
2013-09-30
1
-74
/
+6
*
|
QMP: add scripts/qmp
Luiz Capitulino
2013-09-18
8
-0
/
+1242
|
/
*
Merge remote-tracking branch 'luiz/queue/qmp' into staging
Anthony Liguori
2013-09-11
1
-1
/
+4
|
\
|
*
qapi-types.py: Fix enum struct sizes on i686
Cole Robinson
2013-09-10
1
-1
/
+4
*
|
Add a script to extract VSS SDK headers on POSIX system
Tomoki Sekiyama
2013-09-09
1
-0
/
+35
*
|
checkpatch.pl: Check .cpp files
Tomoki Sekiyama
2013-09-09
1
-6
/
+28
*
|
Add c++ keywords to QAPI helper script
Tomoki Sekiyama
2013-09-09
1
-1
/
+11
|
/
*
qapi-types.py: Split off generate_struct_fields()
Kevin Wolf
2013-08-30
1
-6
/
+13
*
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
2013-08-26
1
-0
/
+178
|
\
|
*
aio / timers: Add scripts/switch-timer-api
Alex Bligh
2013-08-22
1
-0
/
+178
*
|
disas-objdump: Pass --adjust-vma to objdump
Richard Henderson
2013-08-24
1
-3
/
+15
*
|
disas: Add disas-objdump.pl
Richard Henderson
2013-08-24
1
-0
/
+87
*
|
scripts/qapi.py: Avoid syntax not supported by Python 2.4
Peter Maydell
2013-08-20
1
-1
/
+1
|
/
*
qapi.py: Permit comments starting anywhere on the line
Markus Armbruster
2013-07-29
1
-2
/
+1
*
qapi.py: Rename expr_eval to expr in parse_schema()
Markus Armbruster
2013-07-29
1
-9
/
+9
*
qapi.py: Fix diagnosing non-objects at a schema's top-level
Markus Armbruster
2013-07-29
1
-4
/
+6
*
qapi.py: Fix schema parser to check syntax systematically
Markus Armbruster
2013-07-29
1
-10
/
+30
*
qapi.py: Reject invalid characters in schema file
Markus Armbruster
2013-07-29
1
-0
/
+2
*
qapi.py: Decent syntax error reporting
Markus Armbruster
2013-07-29
1
-2
/
+27
*
qapi.py: Restructure lexer and parser
Markus Armbruster
2013-07-29
1
-80
/
+83
*
qapi: Anonymous unions
Kevin Wolf
2013-07-26
3
-0
/
+104
*
qapi.py: Maintain a list of union types
Kevin Wolf
2013-07-26
1
-0
/
+13
*
qapi: Flat unions with arbitrary discriminator
Kevin Wolf
2013-07-26
2
-25
/
+76
*
qapi-visit.py: Implement 'base' for unions
Kevin Wolf
2013-07-26
1
-5
/
+25
[next]