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