summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-27qmp: parse commands in strict modePaolo Bonzini1-1/+1
2012-03-27qmp: add and use q type specifierPaolo Bonzini2-2/+5
2012-03-27qapi: add strict mode to input visitorPaolo Bonzini4-4/+285
2012-03-27qapi: place outermost object on qiv stackPaolo Bonzini1-24/+17
2012-03-27qapi: untangle next_listPaolo Bonzini3-13/+17
2012-03-27qapi: allow freeing partially-allocated objectsPaolo Bonzini1-0/+7
2012-03-27qapi: shortcut visits on errorsPaolo Bonzini1-0/+9
2012-03-27qapi: fix memory leak on errorPaolo Bonzini1-2/+4
2012-03-27qapi: fail hard on stack imbalancePaolo Bonzini1-4/+1
2012-03-27qapi: add a test case for type errorsPaolo Bonzini1-0/+19
2012-03-27qapi: add struct-errors test case to test-qmp-output-visitorPaolo Bonzini2-1/+21
2012-03-27qapi: fix double free in qmp_output_visitor_cleanup()Laszlo Ersek1-3/+5
2012-03-26Merge remote-tracking branch 'mdroth/qga-pull-3-26-12' into stagingAnthony Liguori1-45/+66
2012-03-26Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori4-5/+3
2012-03-26Merge remote-tracking branch 'spice/spice.v51' into stagingAnthony Liguori1-11/+11
2012-03-26test: remove qemu-ga referenceMichael Roth2-1/+2
2012-03-26Man page: Add -global descriptionMiroslav Rezanina1-3/+11
2012-03-26qapi: add c_fun to escape function namesFederico Simoncelli4-12/+15
2012-03-26trace-events: Fix broken build caused by wrong format specifierStefan Weil1-1/+1
2012-03-26test: add test-qmp-commands to make checkMichael Roth1-0/+1
2012-03-26qapi: remove print statements from test-qmp-commandsMichael Roth1-3/+0
2012-03-26test: remove qemu-ga referenceMichael Roth2-1/+2
2012-03-26vl.c: fix '-cpu ?' segfaultEduardo Habkost1-1/+1
2012-03-25qemu-ga: fix bsd build, and re-org linux-specific implementationsMichael Roth1-45/+66
2012-03-24tcg-sparc: Add debug_frame support.Richard Henderson2-0/+78
2012-03-24tcg-hppa: Add debug_frame support.Richard Henderson1-15/+88
2012-03-24tcg: Allow ELF_HOST_FLAGS and ELF_OSABI overrides in gdb-jit.Richard Henderson1-0/+6
2012-03-24tcg: Add debug_info to JIT ELF image.Richard Henderson1-75/+158
2012-03-24target-alpha: Use noreturn marker in helper.h.Richard Henderson1-1/+1
2012-03-24target-alpha: Make use of fp_status.flush_inputs_to_zero.Richard Henderson5-50/+26
2012-03-24target-alpha: Move memory helpers to mem_helper.c.Richard Henderson5-39/+30
2012-03-24target-alpha: Move palcode support helpers to sys_helper.c.Richard Henderson5-78/+100
2012-03-24target-alpha: Move integer overflow helpers to int_helper.c.Richard Henderson4-75/+106
2012-03-24target-alpha: Move fpcr helpers from op_helper.c to helper.c.Richard Henderson4-17/+17
2012-03-24target-alpha: Move floating-point helpers to fpu_helper.c.Richard Henderson5-929/+967
2012-03-24target-alpha: Move exception helpers to helper.c.Richard Henderson5-56/+63
2012-03-24target-alpha: Move integer helpers to int_helper.c.Richard Henderson3-233/+258
2012-03-24alpha-linux-user: Initialize fpu to round-to-normal.Richard Henderson1-1/+2
2012-03-24gdbserver: Don't send a GDB syscall until the system CPU is stoppedMeador Inge1-15/+27
2012-03-24Support utf8 chars in pod docsMichael Tokarev2-4/+14
2012-03-24tcg: Use the GDB JIT debugging interface.Richard Henderson5-9/+303
2012-03-24fix screendumpGerd Hoffmann3-7/+4
2012-03-24target-sparc: Add compiler attribute to some functions which don't returnStefan Weil2-3/+4
2012-03-24target-mips: Add compiler attribute to some functions which don't returnStefan Weil2-3/+4
2012-03-24Add support for target helper functions which don't returnStefan Weil1-0/+7
2012-03-24scripts: add gdb support scriptAvi Kivity1-0/+89
2012-03-22ui/spice-display: use uintptr_t when casting qxl physical addressesAlon Levy1-5/+5
2012-03-22ui/spice-display.c: Fix compilation warnings on 32 bit hostsPeter Maydell1-6/+6
2012-03-19Merge remote-tracking branch 'sstabellini/saverestore-8' into stagingAnthony Liguori9-12/+278
2012-03-19Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori9-7/+17