index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-02-26
qemu-log: default to stderr for logging output
Peter Maydell
2013-02-26
show --disable-gtk and --enable-gtk in the help message
Hu Tao
2013-02-26
Add compat for GDK_KEY_XXX symbols
Daniel P. Berrange
2013-02-26
Add compat macro for gtk_widget_get_realized
Daniel P. Berrange
2013-02-26
Add support for enabling build with GTK3
Daniel P. Berrange
2013-02-26
Ensure x_keymap.o is built when GTK is enabled
Daniel P. Berrange
2013-02-26
Replace expose-event handler with draw handler in GTK3
Daniel P. Berrange
2013-02-26
Conditionalize use of gtk_widget_size_request
Daniel P. Berrange
2013-02-26
Conditionalize use of gdk_display_warp_pointer
Daniel P. Berrange
2013-02-26
Replace gtk_menu_append with gtk_menu_shell_append
Daniel P. Berrange
2013-02-26
Remove use of GtkVBox in GTK3
Daniel P. Berrange
2013-02-26
Conditionalize use of gdk_pointer_grab / gdk_pointer_ungrab
Daniel P. Berrange
2013-02-26
Conditionalize use of gdk_keyboard_grab / gdk_keyboard_ungrab
Daniel P. Berrange
2013-02-26
Remove use of gdk_drawable_get_{screen, display}
Daniel P. Berrange
2013-02-26
Add compat for gdk_drawable_get_size on GTK3
Daniel P. Berrange
2013-02-26
gtk ui: unbreak spice
Gerd Hoffmann
2013-02-26
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2013-02-26
Merge remote-tracking branch 'quintela/stats.next' into staging
Anthony Liguori
2013-02-26
Merge remote-tracking branch 'luiz/queue/qmp' into staging
Anthony Liguori
2013-02-25
target-ppc: Fix SUBFE carry
Richard Henderson
2013-02-25
target-arm: Fix sbc_CC carry
Richard Henderson
2013-02-25
arm/translate.c: Fix adc_CC/sbc_CC implementation
Peter Crosthwaite
2013-02-23
target-mips: fix for sign-issue in MULQ_W helper
Petar Jovanovic
2013-02-23
target-mips: fix for incorrect multiplication with MULQ_S.PH
Petar Jovanovic
2013-02-23
target-xtensa: Use add2/sub2 for mac
Richard Henderson
2013-02-23
target-xtensa: Use mul*2 for mul*hi
Richard Henderson
2013-02-23
target-unicore32: Use mul*2 for do_mult
Richard Henderson
2013-02-23
target-sh4: Use mul*2 for dmul*
Richard Henderson
2013-02-23
target-sparc: Use mul*2 for multiply
Richard Henderson
2013-02-23
target-sparc: Use official add2/sub2 interfaces for addx/subx
Richard Henderson
2013-02-23
target-ppc: Compute mullwo without branches
Richard Henderson
2013-02-23
target-ppc: Compute arithmetic shift carry without branches
Richard Henderson
2013-02-23
target-ppc: Implement neg in terms of subf
Richard Henderson
2013-02-23
target-ppc: Use add2 for carry generation
Richard Henderson
2013-02-23
target-ppc: Compute addition carry with setcond
Richard Henderson
2013-02-23
target-ppc: Compute addition overflow without branches
Richard Henderson
2013-02-23
target-ppc: Use setcond in gen_op_cmp
Richard Henderson
2013-02-23
target-ppc: Split out SO, OV, CA fields from XER
Richard Henderson
2013-02-23
target-ppc: Use mul*2 in mulh* insns
Richard Henderson
2013-02-23
target-cris: Use mul*2 in mul* insns
Richard Henderson
2013-02-23
target-mips: Use mul[us]2 in [D]MULT[U] insns
Richard Henderson
2013-02-23
target-arm: Implement sbc_cc inline
Richard Henderson
2013-02-23
target-arm: Implement adc_cc inline
Richard Henderson
2013-02-23
target-arm: Use add2 in gen_add_CC
Richard Henderson
2013-02-23
target-arm: Use mul[us]2 and add2 in umlal et al
Richard Henderson
2013-02-23
target-arm: Use mul[us]2 in gen_mul[us]_i64_i32
Richard Henderson
2013-02-23
target-s390x: Use mulu2 for mlgr insn
Richard Henderson
2013-02-23
target-alpha: Use mulu2 for umulh insn
Richard Henderson
2013-02-23
tcg: Apply life analysis to 64-bit multiword arithmetic ops
Richard Henderson
2013-02-23
tcg: Implement muls2 with mulu2
Richard Henderson
[next]