index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-27
tap: set IFF_ONE_QUEUE per default
Peter Lieven
2
-8
/
+11
2013-02-27
tap: forbid creating multiqueue tap when hub is used
Jason Wang
1
-0
/
+7
2013-02-27
net: fix unbounded NetQueue
Luigi Rizzo
1
-0
/
+15
2013-02-27
net: fix qemu_flush_queued_packets() in presence of a hub
Luigi Rizzo
3
-0
/
+21
2013-02-26
Merge remote-tracking branch 'kiszka/queues/slirp' into staging
Anthony Liguori
1
-0
/
+1
2013-02-26
glib: Add compat wrapper for g_poll on old glib
Alexander Graf
1
-0
/
+12
2013-02-26
qemu-log: default to stderr for logging output
Peter Maydell
8
-53
/
+42
2013-02-26
show --disable-gtk and --enable-gtk in the help message
Hu Tao
1
-0
/
+2
2013-02-26
Add compat for GDK_KEY_XXX symbols
Daniel P. Berrange
1
-0
/
+9
2013-02-26
Add compat macro for gtk_widget_get_realized
Daniel P. Berrange
1
-0
/
+5
2013-02-26
Add support for enabling build with GTK3
Daniel P. Berrange
1
-6
/
+19
2013-02-26
Ensure x_keymap.o is built when GTK is enabled
Daniel P. Berrange
1
-1
/
+1
2013-02-26
Replace expose-event handler with draw handler in GTK3
Daniel P. Berrange
1
-0
/
+7
2013-02-26
Conditionalize use of gtk_widget_size_request
Daniel P. Berrange
1
-0
/
+4
2013-02-26
Conditionalize use of gdk_display_warp_pointer
Daniel P. Berrange
1
-1
/
+6
2013-02-26
Replace gtk_menu_append with gtk_menu_shell_append
Daniel P. Berrange
1
-20
/
+20
2013-02-26
Remove use of GtkVBox in GTK3
Daniel P. Berrange
1
-0
/
+4
2013-02-26
Conditionalize use of gdk_pointer_grab / gdk_pointer_ungrab
Daniel P. Berrange
1
-11
/
+65
2013-02-26
Conditionalize use of gdk_keyboard_grab / gdk_keyboard_ungrab
Daniel P. Berrange
1
-1
/
+40
2013-02-26
Remove use of gdk_drawable_get_{screen, display}
Daniel P. Berrange
1
-3
/
+2
2013-02-26
Add compat for gdk_drawable_get_size on GTK3
Daniel P. Berrange
1
-0
/
+10
2013-02-26
gtk ui: unbreak spice
Gerd Hoffmann
1
-3
/
+1
2013-02-26
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
32
-229
/
+1440
2013-02-26
Merge remote-tracking branch 'quintela/stats.next' into staging
Anthony Liguori
3
-2
/
+15
2013-02-26
Merge remote-tracking branch 'luiz/queue/qmp' into staging
Anthony Liguori
1
-0
/
+664
2013-02-26
slirp: Properly initialize pollfds_idx of new sockets
Jan Kiszka
1
-0
/
+1
2013-02-25
target-ppc: Fix SUBFE carry
Richard Henderson
1
-4
/
+5
2013-02-25
target-arm: Fix sbc_CC carry
Richard Henderson
1
-24
/
+4
2013-02-25
arm/translate.c: Fix adc_CC/sbc_CC implementation
Peter Crosthwaite
1
-2
/
+2
2013-02-23
target-mips: fix for sign-issue in MULQ_W helper
Petar Jovanovic
3
-3
/
+3
2013-02-23
target-mips: fix for incorrect multiplication with MULQ_S.PH
Petar Jovanovic
2
-1
/
+16
2013-02-23
target-xtensa: Use add2/sub2 for mac
Richard Henderson
1
-16
/
+13
2013-02-23
target-xtensa: Use mul*2 for mul*hi
Richard Henderson
1
-14
/
+6
2013-02-23
target-unicore32: Use mul*2 for do_mult
Richard Henderson
1
-72
/
+11
2013-02-23
target-sh4: Use mul*2 for dmul*
Richard Henderson
1
-28
/
+2
2013-02-23
target-sparc: Use mul*2 for multiply
Richard Henderson
1
-27
/
+18
2013-02-23
target-sparc: Use official add2/sub2 interfaces for addx/subx
Richard Henderson
1
-26
/
+16
2013-02-23
target-ppc: Compute mullwo without branches
Richard Henderson
1
-28
/
+14
2013-02-23
target-ppc: Compute arithmetic shift carry without branches
Richard Henderson
1
-40
/
+31
2013-02-23
target-ppc: Implement neg in terms of subf
Richard Henderson
1
-44
/
+19
2013-02-23
target-ppc: Use add2 for carry generation
Richard Henderson
1
-125
/
+69
2013-02-23
target-ppc: Compute addition carry with setcond
Richard Henderson
1
-26
/
+16
2013-02-23
target-ppc: Compute addition overflow without branches
Richard Henderson
1
-33
/
+13
2013-02-23
target-ppc: Use setcond in gen_op_cmp
Richard Henderson
1
-23
/
+23
2013-02-23
target-ppc: Split out SO, OV, CA fields from XER
Richard Henderson
6
-106
/
+160
2013-02-23
target-ppc: Use mul*2 in mulh* insns
Richard Henderson
3
-64
/
+38
2013-02-23
target-cris: Use mul*2 in mul* insns
Richard Henderson
1
-42
/
+2
2013-02-23
target-mips: Use mul[us]2 in [D]MULT[U] insns
Richard Henderson
3
-42
/
+20
2013-02-23
target-arm: Implement sbc_cc inline
Richard Henderson
3
-25
/
+39
2013-02-23
target-arm: Implement adc_cc inline
Richard Henderson
3
-21
/
+34
[next]