aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2012-09-05CHECKPATCH: Add warning for single else statement.Don Slutz1-6/+10
2012-09-05CHECKPATCH: Add --debug adv_apwDon Slutz1-19/+32
2012-09-05CHECKPATCH: Add --debug adv_checkingDon Slutz1-1/+3
2012-09-05CHECKPATCH: Add --debug adv_dcsDon Slutz1-0/+3
2012-08-15Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-1/+1
2012-08-15Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-0/+5
2012-08-15trace: Fix "Qemu" -> "QEMU"Stefan Weil1-1/+1
2012-08-14update-linux-headers.sh: Pull in asm-generic/kvm_para.hPeter Maydell1-0/+5
2012-08-14trace/simple: Fix compiler warning for 32 bit hostsStefan Weil1-1/+1
2012-08-13scripts: qapi-commands.py: qmp-commands.h: include qdict.hLuiz Capitulino1-0/+1
2012-08-13qapi: don't convert enum strings to lowercaseLuiz Capitulino1-1/+1
2012-08-13qapi: generate correct enum names for camel case enumsLuiz Capitulino1-1/+11
2012-08-13qapi: qapi-types.h: don't include qapi/qapi-types-core.hLuiz Capitulino1-1/+2
2012-08-09qapi: avoid reserved keywordsBlue Swirl1-0/+16
2012-08-01qapi: qapi.py: allow the "'" character to be escapedLuiz Capitulino1-10/+21
2012-07-23Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori2-54/+102
2012-07-23qapi: introduce "size" typeLaszlo Ersek1-0/+2
2012-07-23qapi: generate C types for fixed-width integersLaszlo Ersek1-0/+4
2012-07-23qapi: fix error propagationPaolo Bonzini1-54/+96
2012-07-19Update simpletrace.py for new log formatHarsh Prateek Bora1-41/+75
2012-07-19Simpletrace v2: Support multiple arguments, strings.Harsh Prateek Bora1-19/+71
2012-07-17build: add make dist target (v2)Anthony Liguori1-0/+24
2012-06-26Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-0/+5
2012-06-22checkpatch: Add QEMU specific ruleStefan Weil1-0/+5
2012-06-18s390: make kvm_stat work on s390Jens Freimann1-1/+25
2012-06-03Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-0/+13
2012-05-17kvm: update vmxcap for EPT A/D, INVPCID, RDRAND, VMFUNCAvi Kivity1-0/+13
2012-05-15qapi: add support for command optionsLuiz Capitulino1-2/+12
2012-05-08scripts/qemu-binfmt-conf.sh: Fix shell syntaxAndreas Färber1-0/+1
2012-05-01tracetool: avoid pkgutil.iter_modules() Python 2.7 functionStefan Hajnoczi2-4/+12
2012-05-01tracetool: avoid str.rpartition() Python 2.5 functionStefan Hajnoczi1-7/+10
2012-05-01tracetool: use Python 2.4-compatible __import__() argumentsStefan Hajnoczi1-1/+1
2012-05-01tracetool: use Python 2.4-compatible exception handling syntaxStefan Hajnoczi1-2/+2
2012-04-24create_config: simplify prefix=* block, remove CONFIG_QEMU_PREFIXEduardo Habkost1-6/+1
2012-04-24create_config: remove *dir blockEduardo Habkost1-1/+1
2012-04-24create_config: separate section for qemu_*dir variables (v2)Eduardo Habkost1-0/+9
2012-04-18tracetool: handle DTrace keywords 'in', 'next', 'self'Stefan Hajnoczi1-4/+4
2012-04-18tracetool: Add support for the 'dtrace' backendLluís Vilanova5-2/+178
2012-04-18tracetool: Add support for the 'ust' backendLluís Vilanova1-0/+90
2012-04-18tracetool: Add support for the 'simple' backendLluís Vilanova1-0/+55
2012-04-18tracetool: Add support for the 'stderr' backendLluís Vilanova1-0/+56
2012-04-18tracetool: Add module for the 'h' formatLluís Vilanova1-0/+45
2012-04-18tracetool: Add module for the 'c' formatLluís Vilanova1-0/+20
2012-04-18tracetool: Rewrite infrastructure as python modulesLluís Vilanova5-666/+580
2012-04-16signrom: Rewrite as python scriptJan Kiszka2-45/+40
2012-04-12kvm: add flightrecorder scriptStefan Hajnoczi1-0/+126
2012-04-05tracetool: Forbid argument name 'next'Kevin Wolf1-0/+4
2012-04-02Merge remote-tracking branch 'stefanha/tracing' into stagingAnthony Liguori1-4/+18
2012-03-31Fix conversion from lower to upper case with Turkish localeStefan Weil2-5/+5
2012-03-30qtest: add test frameworkAnthony Liguori1-0/+5
2012-03-30test makefile overhaulPaolo Bonzini1-0/+26
2012-03-30tracetool: dtrace: handle in and next reserved wordsAlon Levy1-4/+6
2012-03-30tracetool: dtrace disabled-events fixLee Essen1-0/+12
2012-03-27qmp: parse commands in strict modePaolo Bonzini1-1/+1
2012-03-27qapi: untangle next_listPaolo Bonzini1-2/+2
2012-03-27qapi: allow freeing partially-allocated objectsPaolo Bonzini1-0/+7
2012-03-27qapi: shortcut visits on errorsPaolo Bonzini1-0/+9
2012-03-26qapi: add c_fun to escape function namesFederico Simoncelli4-12/+15
2012-03-24Support utf8 chars in pod docsMichael Tokarev1-0/+9
2012-03-24scripts: add gdb support scriptAvi Kivity1-0/+89
2012-03-12Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2-1/+36
2012-03-12qapi: complete implementation of unionsPaolo Bonzini2-1/+36
2012-03-12tracetool: Omit useless QEMU_*_ENABLED() checkStefan Hajnoczi1-3/+1
2012-03-12trace: Provide a per-event status define for conditional compilationLluís Vilanova1-1/+8
2012-01-18qerror: add check-qerror.sh to verify alphabetical orderStefan Hajnoczi1-0/+22
2012-01-12Fix qapi code generation fixAvi Kivity3-22/+14
2011-12-27Fix qapi code generation wrt parallel buildAvi Kivity3-9/+75
2011-12-21scripts/analyse-9p-simpletrace.py: Add symbolic names for 9p operations.Harsh Prateek Bora1-2/+73
2011-12-19vl.c: In qemu -h output, only print options for the arch we are running asMichael Ellerman1-0/+3
2011-12-15qapi: allow a 'gen' key to suppress code generationAnthony Liguori2-0/+2
2011-12-14Fix spelling in comments, documentation and messagesStefan Weil1-2/+2
2011-12-02fix spelling in scripts sub directoryDong Xu Wang1-1/+1
2011-11-30qapi: fix guardname generationMichael Roth1-3/+4
2011-11-26checkpatch.pl: fix CAST detectionFlorian Mickler1-1/+1
2011-11-01checkpatch: remove rule on non-indented labelsPaolo Bonzini1-6/+0
2011-10-31Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori1-1/+3
2011-10-31Merge remote-tracking branch 'qemu-kvm-tmp/uq/master' into stagingAnthony Liguori2-0/+704
2011-10-30hw/9pfs: Make VirtFS tracing work correctlyAneesh Kumar K.V1-82/+82
2011-10-27qapi-commands.py: Don't call the output marshal on errorLuiz Capitulino1-1/+3
2011-10-24kvm: Add top-like kvm statistics scriptJan Kiszka1-0/+480
2011-10-24kvm: Add tool for querying VMX capabilitiesJan Kiszka1-0/+224
2011-10-15scripts: Simpletrace log analysis script for pretty-printing 9p log.Harsh Prateek Bora1-0/+142
2011-10-04qapi: Automatically generate a _MAX value for enumsLuiz Capitulino1-1/+4
2011-10-04qapi: Don't use c_var() on enum stringsLuiz Capitulino1-1/+1
2011-10-04qapi: modify visitor code generation for list iterationMichael Roth1-2/+2
2011-10-04qapi: generate qapi_free_* functions for *List typesMichael Roth1-0/+2
2011-10-04qapi: fixup command generation for functions that return list typesAnthony Liguori1-8/+15
2011-10-04qapi: add code generation support for middle modeAnthony Liguori3-15/+71
2011-09-17trace: allow PRI*64 at beginning and ending of format stringStefan Hajnoczi1-7/+13
2011-09-01simpletrace: fix process() argument countStefan Hajnoczi1-2/+2
2011-09-01trace: [stderr] add support for dynamically enabling/disabling eventsLluís1-5/+28
2011-09-01trace: [simple] disable all trace points by defaultLluís1-7/+2
2011-09-01trace: always use the "nop" backend on events with the "disable" keywordLluís1-13/+2
2011-09-01trace: generalize the "property" concept in the trace-events fileLluís1-40/+33
2011-09-01trace: move backend-specific code into the trace/ directoryLluís1-1/+1
2011-08-27checkpatch: fix braces {} handlingPavel Borzenkov1-1/+1
2011-08-12qapi: fix build issue due to missing newline in generated headerMichael Roth1-1/+1
2011-07-21qapi: add qapi-commands.py code generatorMichael Roth1-0/+385
2011-07-21qapi: add qapi-visit.py code generatorMichael Roth1-0/+246
2011-07-21qapi: add qapi-types.py code generatorMichael Roth1-0/+270
2011-07-21qapi: add qapi.py helper librariesMichael Roth1-0/+203
2011-07-21qapi: add ordereddict.py helper libraryMichael Roth1-0/+127
2011-07-20checkpatch: Fix bracing false positives on #ifBlue Swirl1-0/+1
2011-07-17checkpatch: don't error out on },{ linesAlexander Graf1-1/+3
2011-06-22Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-0/+55
2011-06-20Add kernel header update scriptJan Kiszka1-0/+55
2011-06-16get_maintainer: update to match qemu treeMichael S. Tsirkin1-22/+12
2011-06-15get_maintainer.pl: copy utility from LinuxMichael S. Tsirkin1-0/+2159
2011-05-20s390x: s390x-linux-user supportUlrich Hecht1-1/+3
2011-04-26trace: [ust] fix generation of 'trace.c' on events without argsLluís1-3/+4
2011-04-26tracetool: allow ) in trace output stringPaolo Bonzini1-1/+1
2011-04-18PXE: Refresh all PXE ROMs from the ipxe submoduleAlex Williamson1-0/+99
2011-03-07simpletrace: Thread-safe tracingStefan Hajnoczi1-1/+2
2011-03-06tracetool: Add optional argument to specify dtrace probe namesJes Sorensen1-6/+13
2011-03-06simpletrace: Make simpletrace.py a Python moduleStefan Hajnoczi1-33/+90
2011-02-05checkpatch.pl: don't complain about old lines with tabsBlue Swirl1-1/+1
2011-01-29New trace-event backend: stderrFabien Chouteau1-2/+58
2011-01-23gdbstub-xml: avoid a warning from sparseBlue Swirl1-0/+3
2011-01-21checkpatch: Fix bracing false positives on #elseJan Kiszka1-1/+2
2011-01-20checkpatch: adjust to QEMUismsBlue Swirl1-46/+18
2011-01-20Add checkpatch.pl from Linux kernelBlue Swirl1-0/+2937
2011-01-20Add scripts directoryBlue Swirl9-0/+1562