Sign in
qemu-android
/
qemu-android
/
5dd4a88c37f93f525828a8592168fb5d03f9e842
/
scripts
b60a772
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
by Peter Maydell
· 11 years ago
cee2ded
qapi: add visit_start_union and visit_end_union
by Michael Roth
· 11 years ago
c5d1e2c
vmxcap: Update according to SDM of September 2014
by Adrian-Ken Rueegsegger
· 11 years ago
931f53e
scripts/tracetool: don't barf on formats with precision
by Alex Bennée
· 11 years ago
88ed34f
cleanup-trace-events.pl: Tighten search for trace event call
by Markus Armbruster
· 11 years ago
f9bbba9
trace: tighten up trace-events regex to fix bad parse
by Stefan Hajnoczi
· 11 years ago
2321442
trace: [ust] Fix format string computation in tcg-enabled events
by Lluís Vilanova
· 11 years ago
e775ba7
qapi: Allow enums in anonymous unions
by Max Reitz
· 11 years ago
7d2ff42
scripts: Remove scripts/qtest
by Fam Zheng
· 11 years ago
38a01e5
Merge remote-tracking branch 'remotes/kvm/tags/for-upstream' into staging
by Peter Maydell
· 11 years ago
73735f7
trace: avoid Python 2.5 all() in tracetool
by Stefan Hajnoczi
· 11 years ago
7ac9a9d
qapi.py: avoid Python 2.5+ any() function
by Stefan Hajnoczi
· 11 years ago
a6859de
checkpatch.pl: adjust typedef definition to QEMU coding style
by Paolo Bonzini
· 11 years ago
41ef7b0
trace: teach lttng backend to use format strings
by Alex Bennée
· 11 years ago
465830f
trace: [tcg] Generate TCG tracing routines
by Lluís Vilanova
· 11 years ago
f465422
trace: [tcg] Define TCG tracing helper routine wrappers
by Lluís Vilanova
· 11 years ago
341ea69
trace: [tcg] Define TCG tracing helper routines
by Lluís Vilanova
· 11 years ago
707c8a9
trace: [tcg] Declare TCG tracing helper routines
by Lluís Vilanova
· 11 years ago
b2b36c2
trace: [tcg] Add 'tcg' event property
by Lluís Vilanova
· 11 years ago
b55835a
trace: [tcg] Argument type transformation machinery
by Lluís Vilanova
· 11 years ago
e6d6c4b
trace: [tcg] Argument type transformation rules
by Lluís Vilanova
· 11 years ago
15327c3
simpletrace: add simpletrace.py --no-header option
by Stefan Hajnoczi
· 11 years ago
3f8b112
trace: add tracetool simpletrace_stap format
by Stefan Hajnoczi
· 11 years ago
a76ccf3
trace: extract stap_escape() function for reuse
by Stefan Hajnoczi
· 11 years ago
32ce1b4
checker: ignore fields marked unused
by Amit Shah
· 11 years ago
bb9c363
vmstate static checker: whitelist additions
by Amit Shah
· 11 years ago
79fe16c
vmstate static checker: detect section renames
by Amit Shah
· 11 years ago
d6f9c82
qapi script: clean up in scripts
by Wenchao Xia
· 11 years ago
513d80e
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140623' into staging
by Peter Maydell
· 11 years ago
426d1d0
vmstate-static-checker: script to validate vmstate changes
by Amit Shah
· 11 years ago
21cd70d
qapi script: add event support
by Wenchao Xia
· 11 years ago
05dfb26
qapi: Suppress unwanted space between type and identifier
by Amos Kong
· 11 years ago
0d14eeb
qapi: add const prefix to 'char *' insider c_type()
by Amos Kong
· 11 years ago
638ca8a
qapi: fix coding style in parameters list
by Amos Kong
· 11 years ago
2872e19
linux-headers: include psci.h
by Alexander Graf
· 11 years ago
5b80827
trace: Multi-backend tracing
by Lluís Vilanova
· 11 years ago
80ff35c
simpletrace: add support for trace record pid field
by Stefan Hajnoczi
· 11 years ago
9f0355b
Merge remote-tracking branch 'remotes/kvm/uq/master' into staging
by Peter Maydell
· 11 years ago
b763adf
kvm_stat: allow choosing between tracepoints and old stats
by Paolo Bonzini
· 11 years ago
fc13d93
qapi: zero-initialize all QMP command parameters
by Michael Roth
· 11 years ago
3478881
scripts/qapi.py: Avoid syntax not supported by Python 2.4
by Luiz Capitulino
· 11 years ago
24fd848
qapi: skip redundant includes
by Benoît Canet
· 11 years ago
297a364
qapi: Replace uncommon use of the error API by the common one
by Markus Armbruster
· 11 years ago
be3c771
qapi: Un-inline visit of implicit struct
by Markus Armbruster
· 11 years ago
192cca6
qapi-visit.py: Clean up a sloppy use of field prefix
by Markus Armbruster
· 11 years ago
4fa953f
qapi: Clean up shadowing of parameters and locals in inner scopes
by Markus Armbruster
· 11 years ago
468866b
qapi-visit.py: Clean up confusing push_indent() / pop_indent() use
by Markus Armbruster
· 11 years ago
e2cd0f4
qapi: Replace start_optional()/end_optional() by optional()
by Markus Armbruster
· 11 years ago
f9bee75
qapi: Normalize marshalling's visitor initialization and cleanup
by Markus Armbruster
· 11 years ago
06b4f00
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
by Peter Maydell
· 11 years ago
a719a27
qapi: Add a primitive to include other files from a QAPI schema file
by Lluís Vilanova
· 11 years ago
33aaad5
qapi: Use an explicit input file
by Lluís Vilanova
· 11 years ago
1dad2ce
trace: [tracetool] Minimize the amount of per-backend code
by Lluís Vilanova
· 11 years ago
ef0bd3b
trace: [simple] Bump up log version number
by Lluís Vilanova
· 11 years ago
30b572e
trace: [tracetool] Change format docs to point to the generated file
by Lluís Vilanova
· 11 years ago
b160d7f
trace: [tracetool] Show list of frontends and backends sorted by name
by Lluís Vilanova
· 11 years ago
53158ad
trace: [tracetool] Cosmetic changes
by Lluís Vilanova
· 11 years ago
9c24a52
trace: [tracetool] Spacing changes
by Lluís Vilanova
· 11 years ago
ad7443e
trace: [tracetool] Add methods 'Event.copy' and 'Arguments.copy'
by Lluís Vilanova
· 11 years ago
7d08f0d
trace: [tracetool] Add method 'Event.api' to build event names
by Lluís Vilanova
· 11 years ago
e40cdb0
scripts: add sample model file for Coverity Scan
by Paolo Bonzini
· 11 years ago
8648fcd
make-release: Record SeaBIOS version
by Andreas Färber
· 11 years ago
1ed27a1
scripts/qemu-binfmt-conf.sh: Add AArch64 registration
by Peter Maydell
· 11 years ago
379e21c
scripts/make-release: Don't distribute .git directories
by Cole Robinson
· 11 years ago
5d371f4
qapi script: do not add "_" for every capitalized char in enum
by Wenchao Xia
· 11 years ago
5223070
qapi script: do not allow string discriminator
by Wenchao Xia
· 11 years ago
bceae76
qapi script: support enum type as discriminator in union
by Wenchao Xia
· 11 years ago
b0b5819
qapi script: use same function to generate enum string
by Wenchao Xia
· 11 years ago
6299659
qapi script: code move for generate_enum_name()
by Wenchao Xia
· 11 years ago
b86b05e
qapi script: check correctness of union
by Wenchao Xia
· 11 years ago
515b943
qapi script: remember line number in schema parsing
by Wenchao Xia
· 11 years ago
4b35991
qapi script: add check for duplicated key
by Wenchao Xia
· 11 years ago
dad1fca
qapi script: remember explicitly defined enum values
by Wenchao Xia
· 11 years ago
949ceeb
qapi: Clean up null checking in generated visitors
by Markus Armbruster
· 11 years ago
56bed41
qapi: Drop unused code in qapi-commands.py
by Markus Armbruster
· 11 years ago
a105acb
qapi: Drop nonsensical header guard in generated qapi-visit.c
by Markus Armbruster
· 11 years ago
678e48a
qapi: Fix licensing of scripts
by Markus Armbruster
· 11 years ago
4864512
qmp: Check for returned data from __json_read in get_events
by Fam Zheng
· 11 years ago
cd159d0
QMP: Allow dot separated dict path arguments in qmp-shell
by Fam Zheng
· 11 years ago
6dedf05
Merge remote-tracking branch 'remotes/bonzini/configure' into staging
by Peter Maydell
· 11 years ago
7a87a7b
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
by Peter Maydell
· 11 years ago
e26110c
module: implement module loading
by Fam Zheng
· 11 years ago
4c0c9bb
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
by Peter Maydell
· 11 years ago
9530570
Modified the tracetool framework for LTTng 2.x
by Mohamad Gebai
· 11 years ago
ff9ec34
QMP: allow JSON dict arguments in qmp-shell
by Stefan Hajnoczi
· 11 years ago
a63e5e0
misc: Fix case Qemu -> QEMU
by Stefan Weil
· 11 years ago
89e4a51
Merge remote-tracking branch 'stefanha/tags/tracing-pull-request' into staging
by Peter Maydell
· 11 years ago
736ec16
trace: fix simple trace "disable" keyword
by Stefan Hajnoczi
· 11 years ago
b618c28
trace: [simple] Do not include "trace/simple.h" in generated tracer headers
by Lluís Vilanova
· 11 years ago
9dd6cab
configure: add CONFIG_IASL to config-host.h
by Marcel Apfelbaum
· 11 years ago
3e16d14
Python-lang gdb script to extract x86_64 guest vmcore from qemu coredump
by Laszlo Ersek
· 11 years ago
8592a54
qapi: Add "errno" to the list of polluted words
by Max Reitz
· 11 years ago
7b75d9d
Adjust qapi-visit for python-2.4.3
by Richard Henderson
· 11 years ago
b0eb759
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 11 years ago
a31a864
acpi: add rules to compile ASL source
by Michael S. Tsirkin
· 12 years ago
74523b8
i386: add ACPI table files from seabios
by Michael S. Tsirkin
· 12 years ago
8593898
Use qemu-project.org domain name
by Stefan Hajnoczi
· 11 years ago
622f557
qapi-types/visit.py: Inheritance for structs
by Kevin Wolf
· 12 years ago
14d3630
qapi-types/visit.py: Pass whole expr dict for structs
by Kevin Wolf
· 12 years ago
93a2b3c
roms: rewrite scripts/refresh-pxe-roms.sh
by Gerd Hoffmann
· 12 years ago
Next »