index
:
~jwrdegoede/qemu
chardev-flowcontrol
master
qemu-1.0-usbredir
qemu-1.3-usbredir-wip
qemu-kvm-0.15.0-usbredir
qemu-kvm-1.0-usbredir
qemu-kvm-1.0.1-usbredir
qemu-kvm-1.1-usbredir
qemu-kvm-1.1-usbredir-live
qemu-kvm-1.2-f18
qemu-kvm-1.2-usbredir
qemu-kvm-1.2-usbredir-wip
spice-patches
stable-1.5
usb-borken
usb-for-gerd
usb-next
usb-patches
usb-wip
usbredir
Hans' usb redirection qemu repo
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-28
tcg: rework TCG helper flags
Aurelien Jarno
5
-30
/
+60
2012-10-28
tcg: synchronize globals for ops with side effects
Aurelien Jarno
2
-11
/
+26
2012-10-28
tcg: forbid ld/st function to modify globals
Aurelien Jarno
2
-7
/
+10
2012-10-28
tcg: fix some op flags
Aurelien Jarno
1
-8
/
+7
2012-10-28
tcg: don't explicitly save globals and temps
Aurelien Jarno
1
-0
/
+12
2012-10-28
tcg: start with local temps in TEMP_VAL_MEM state
Aurelien Jarno
1
-1
/
+5
2012-10-28
tcg: always mark dead input arguments as dead
Aurelien Jarno
1
-7
/
+7
2012-10-28
tcg: rewrite tcg_reg_alloc_mov()
Aurelien Jarno
1
-45
/
+61
2012-10-28
tcg: improve tcg_reg_alloc_movi()
Aurelien Jarno
1
-0
/
+3
2012-10-28
tcg: rework liveness analysis
Aurelien Jarno
1
-27
/
+37
2012-10-28
tcg: sync output arguments on liveness request
Aurelien Jarno
2
-36
/
+64
2012-10-28
tcg: add temp_sync()
Aurelien Jarno
1
-15
/
+19
2012-10-28
tcg: add tcg_reg_sync()
Aurelien Jarno
1
-9
/
+20
2012-10-28
tcg: add temp_dead()
Aurelien Jarno
1
-36
/
+31
2012-10-28
tcg/i386: remove ld/st third argument register constraint
Aurelien Jarno
1
-6
/
+2
2012-10-28
tcg/i386: remove suboptimal register shifting
Aurelien Jarno
1
-42
/
+31
2012-10-27
hw/xtensa_sim: get rid of intermediate xtensa_sim_init
Max Filippov
1
-19
/
+8
2012-10-27
hw/xtensa_lx60: don't prematurely explode QEMUMachineInitArgs
Max Filippov
1
-23
/
+7
2012-10-27
Makefile: Forbid out-of-tree build from a source tree that has been built in
Peter Maydell
1
-0
/
+11
2012-10-27
tests/tcg: fix a few warnings
Catalin Patulea
2
-2
/
+3
2012-10-27
target-sparc64: disable VGA cirrus
Aurelien Jarno
1
-1
/
+0
2012-10-27
Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...
Blue Swirl
6
-79
/
+118
2012-10-27
configure: avoid compiler warning in pipe2 detection
Bruce Rogers
1
-2
/
+1
2012-10-27
configure: Disable (clang) initializer-overrides warnings
Peter Maydell
1
-0
/
+1
2012-10-24
win32: fix broken build due to missing QEMU_MADV_HUGEPAGE
Luiz Capitulino
1
-0
/
+2
2012-10-24
Merge remote-tracking branch 'bonzini/nbd-next' into staging
Anthony Liguori
28
-420
/
+763
2012-10-24
target-arm: Remove out of date FIXME regarding saturating arithmetic
Peter Maydell
1
-2
/
+0
2012-10-24
target-arm: Implement abs_i32 inline rather than as a helper
Peter Maydell
3
-8
/
+9
2012-10-24
target-arm: Use TCG operation for Neon 64 bit negation
Peter Maydell
3
-8
/
+3
2012-10-24
arm-semi.c: Handle get/put_user() failure accessing arguments
Peter Maydell
1
-61
/
+106
2012-10-23
qmp: add NBD server commands
Paolo Bonzini
4
-1
/
+179
2012-10-23
block: add close notifiers
Paolo Bonzini
4
-2
/
+14
2012-10-23
block: prepare code for adding block notifiers
Paolo Bonzini
1
-5
/
+5
2012-10-23
qemu-sockets: add socket_listen, socket_connect, socket_parse
Paolo Bonzini
4
-1
/
+111
2012-10-23
tests: do not include tools-obj-y
Paolo Bonzini
1
-5
/
+5
2012-10-23
qemu-sockets: return InetSocketAddress from inet_parse
Paolo Bonzini
1
-42
/
+79
2012-10-23
qapi: add socket address types
Paolo Bonzini
1
-0
/
+53
2012-10-23
build: add QAPI files to the tools
Paolo Bonzini
2
-3
/
+3
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
383
-2240
/
+2240
2012-10-23
vnc: drop QERR_VNC_SERVER_FAILED
Paolo Bonzini
2
-6
/
+0
2012-10-23
qemu-sockets: add error propagation to Unix socket functions
Paolo Bonzini
1
-8
/
+8
2012-10-23
qemu-sockets: add error propagation to inet_parse
Paolo Bonzini
1
-20
/
+21
2012-10-23
qemu-sockets: add error propagation to inet_dgram_opts
Paolo Bonzini
2
-27
/
+8
2012-10-23
qemu-sockets: add error propagation to inet_connect_addr
Paolo Bonzini
1
-9
/
+6
2012-10-23
qemu-sockets: include strerror or gai_strerror output in error messages
Paolo Bonzini
1
-21
/
+9
2012-10-23
vnc: add error propagation to vnc_display_open
Paolo Bonzini
2
-22
/
+29
2012-10-23
vnc: reorganize code for reverse mode
Paolo Bonzini
3
-16
/
+12
2012-10-23
vnc: introduce a single label for error returns
Paolo Bonzini
1
-25
/
+17
2012-10-23
vnc: avoid Yoda conditionals
Paolo Bonzini
1
-2
/
+2
2012-10-23
qemu-ga: ask and print error information from qemu-sockets
Paolo Bonzini
1
-3
/
+5
[next]