summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-26qemu-log: default to stderr for logging outputPeter Maydell8-53/+42
2013-02-26show --disable-gtk and --enable-gtk in the help messageHu Tao1-0/+2
2013-02-26Add compat for GDK_KEY_XXX symbolsDaniel P. Berrange1-0/+9
2013-02-26Add compat macro for gtk_widget_get_realizedDaniel P. Berrange1-0/+5
2013-02-26Add support for enabling build with GTK3Daniel P. Berrange1-6/+19
2013-02-26Ensure x_keymap.o is built when GTK is enabledDaniel P. Berrange1-1/+1
2013-02-26Replace expose-event handler with draw handler in GTK3Daniel P. Berrange1-0/+7
2013-02-26Conditionalize use of gtk_widget_size_requestDaniel P. Berrange1-0/+4
2013-02-26Conditionalize use of gdk_display_warp_pointerDaniel P. Berrange1-1/+6
2013-02-26Replace gtk_menu_append with gtk_menu_shell_appendDaniel P. Berrange1-20/+20
2013-02-26Remove use of GtkVBox in GTK3Daniel P. Berrange1-0/+4
2013-02-26Conditionalize use of gdk_pointer_grab / gdk_pointer_ungrabDaniel P. Berrange1-11/+65
2013-02-26Conditionalize use of gdk_keyboard_grab / gdk_keyboard_ungrabDaniel P. Berrange1-1/+40
2013-02-26Remove use of gdk_drawable_get_{screen, display}Daniel P. Berrange1-3/+2
2013-02-26Add compat for gdk_drawable_get_size on GTK3Daniel P. Berrange1-0/+10
2013-02-26gtk ui: unbreak spiceGerd Hoffmann1-3/+1
2013-02-26Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori32-229/+1440
2013-02-26Merge remote-tracking branch 'quintela/stats.next' into stagingAnthony Liguori3-2/+15
2013-02-26Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori1-0/+664
2013-02-25target-ppc: Fix SUBFE carryRichard Henderson1-4/+5
2013-02-25target-arm: Fix sbc_CC carryRichard Henderson1-24/+4
2013-02-25arm/translate.c: Fix adc_CC/sbc_CC implementationPeter Crosthwaite1-2/+2
2013-02-23target-mips: fix for sign-issue in MULQ_W helperPetar Jovanovic3-3/+3
2013-02-23target-mips: fix for incorrect multiplication with MULQ_S.PHPetar Jovanovic2-1/+16
2013-02-23target-xtensa: Use add2/sub2 for macRichard Henderson1-16/+13
2013-02-23target-xtensa: Use mul*2 for mul*hiRichard Henderson1-14/+6
2013-02-23target-unicore32: Use mul*2 for do_multRichard Henderson1-72/+11
2013-02-23target-sh4: Use mul*2 for dmul*Richard Henderson1-28/+2
2013-02-23target-sparc: Use mul*2 for multiplyRichard Henderson1-27/+18
2013-02-23target-sparc: Use official add2/sub2 interfaces for addx/subxRichard Henderson1-26/+16
2013-02-23target-ppc: Compute mullwo without branchesRichard Henderson1-28/+14
2013-02-23target-ppc: Compute arithmetic shift carry without branchesRichard Henderson1-40/+31
2013-02-23target-ppc: Implement neg in terms of subfRichard Henderson1-44/+19
2013-02-23target-ppc: Use add2 for carry generationRichard Henderson1-125/+69
2013-02-23target-ppc: Compute addition carry with setcondRichard Henderson1-26/+16
2013-02-23target-ppc: Compute addition overflow without branchesRichard Henderson1-33/+13
2013-02-23target-ppc: Use setcond in gen_op_cmpRichard Henderson1-23/+23
2013-02-23target-ppc: Split out SO, OV, CA fields from XERRichard Henderson6-106/+160
2013-02-23target-ppc: Use mul*2 in mulh* insnsRichard Henderson3-64/+38
2013-02-23target-cris: Use mul*2 in mul* insnsRichard Henderson1-42/+2
2013-02-23target-mips: Use mul[us]2 in [D]MULT[U] insnsRichard Henderson3-42/+20
2013-02-23target-arm: Implement sbc_cc inlineRichard Henderson3-25/+39
2013-02-23target-arm: Implement adc_cc inlineRichard Henderson3-21/+34
2013-02-23target-arm: Use add2 in gen_add_CCRichard Henderson1-4/+3
2013-02-23target-arm: Use mul[us]2 and add2 in umlal et alRichard Henderson3-19/+14
2013-02-23target-arm: Use mul[us]2 in gen_mul[us]_i64_i32Richard Henderson1-16/+22
2013-02-23target-s390x: Use mulu2 for mlgr insnRichard Henderson3-11/+1
2013-02-23target-alpha: Use mulu2 for umulh insnRichard Henderson3-10/+18
2013-02-23tcg: Apply life analysis to 64-bit multiword arithmetic opsRichard Henderson1-8/+20
2013-02-23tcg: Implement muls2 with mulu2Richard Henderson1-0/+40