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
2011-02-20
qdev: Fix printout of bit device properties with bit index >= 8
David 'Digit' Turner
1
-1
/
+1
2011-02-20
check-qdict: Fix possible crash
Stefan Weil
1
-1
/
+2
2011-02-20
tests: Fix two memory leaks
Stefan Weil
1
-0
/
+2
2011-02-20
qemu-char: Check for missing backend name
Stefan Hajnoczi
1
-0
/
+5
2011-02-20
s390: Fix memory leak
Stefan Weil
1
-0
/
+1
2011-02-20
ppc405: Fix memory leak
Stefan Weil
1
-0
/
+1
2011-02-20
pci: Fix memory leak
Stefan Weil
1
-0
/
+1
2011-02-20
vhost: disable on tap link down
Michael S. Tsirkin
1
-1
/
+2
2011-02-20
net: notify peer about link status change
Michael S. Tsirkin
1
-0
/
+11
2011-02-20
w32: Fix arguments for GetProcessAffinityMask, SetProcessAffinityMask
Stefan Weil
1
-1
/
+1
2011-02-20
target-arm: Fix unsigned VQRSHL by large shift counts
Peter Maydell
1
-3
/
+34
2011-02-20
target-arm: Fix signed VQRSHL by large shift counts
Peter Maydell
1
-3
/
+31
2011-02-20
target-arm: fix decoding of Neon 64 bit shifts.
Christophe Lyon
1
-15
/
+30
2011-02-20
target-arm: fix Neon VQSHRN and VSHRN.
Christophe Lyon
1
-2
/
+2
2011-02-20
target-arm: Fix saturated values for Neon right shifts
Peter Maydell
1
-1
/
+4
2011-02-20
target-arm: fix unsigned 64 bit right shifts.
Christophe Lyon
1
-1
/
+1
2011-02-20
target-arm: Fix unsigned VRSHL.s8 and .s16 right shifts by type width
Christophe Lyon
1
-1
/
+1
2011-02-20
target-arm: Fix signed VRSHL by large shift counts
Peter Maydell
1
-14
/
+3
2011-02-20
target-arm: Fix rounding constant addition for Neon shifts
Christophe Lyon
1
-12
/
+127
2011-02-20
target-arm: Move Neon VZIP to helper functions
Peter Maydell
3
-73
/
+133
2011-02-20
target-arm: Move Neon VUZP to helper functions
Peter Maydell
3
-75
/
+137
2011-02-20
target-arm: Correct conversion of Thumb Neon dp encodings into ARM
Juha Riihimäki
1
-1
/
+1
2011-02-20
target-arm: Fix Neon VQDMLSL instruction
Peter Maydell
1
-8
/
+14
2011-02-20
target-arm: Refactor handling of VQDMULL
Peter Maydell
1
-10
/
+6
2011-02-20
target-arm: Implement VMULL.P8
Peter Maydell
3
-2
/
+35
2011-02-20
qemu-lock.h: Remove non-pthreads spinlock implementations
Peter Maydell
1
-199
/
+11
2011-02-20
e1000: verify we have buffers, upfront
Michael S. Tsirkin
1
-6
/
+22
2011-02-20
e1000: clear EOP for multi-buffer descriptors
Michael S. Tsirkin
1
-2
/
+4
2011-02-20
e1000: multi-buffer packet support
Michael S. Tsirkin
1
-11
/
+28
2011-02-20
pc: remove test on TARGET_PHYS_ADDR_BITS == 32
Aurelien Jarno
1
-7
/
+0
2011-02-20
target-i386: set target_phys_bits to 64
Aurelien Jarno
1
-1
/
+1
2011-02-20
Merge branch 'linux-user-for-upstream' of git://gitorious.org/qemu-maemo/qemu
Aurelien Jarno
7
-66
/
+267
2011-02-20
i8254: convert to qdev
Blue Swirl
9
-40
/
+75
2011-02-20
vga-isa: make optional
Blue Swirl
1
-2
/
+8
2011-02-20
vga-isa: convert to qdev
Blue Swirl
4
-15
/
+67
2011-02-20
applesmc: make optional
Blue Swirl
4
-1
/
+4
2011-02-20
fdc: make optional
Blue Swirl
1
-1
/
+4
2011-02-20
fdc: refactor device creation
Blue Swirl
5
-55
/
+45
2011-02-20
fdc: use FDriveType for floppy drive type
Blue Swirl
3
-10
/
+15
2011-02-20
fdc: move floppy geometry guessing to block.c
Blue Swirl
3
-108
/
+119
2011-02-20
serial: make optional
Blue Swirl
1
-1
/
+4
2011-02-20
serial: refactor device creation
Blue Swirl
2
-13
/
+13
2011-02-20
ne2000_isa: make optional
Blue Swirl
1
-2
/
+7
2011-02-20
ne2000_isa: refactor device creation
Blue Swirl
2
-14
/
+11
2011-02-20
parallel: make optional
Blue Swirl
1
-1
/
+4
2011-02-20
parallel: refactor device creation
Blue Swirl
2
-19
/
+19
2011-02-17
Fix vmport segfault (v2)
Marcelo Tosatti
1
-5
/
+6
2011-02-17
linux-user: correct core dump format
Laurent Vivier
1
-16
/
+18
2011-02-17
linux-user: Define target alignment size
Laurent Vivier
2
-4
/
+27
2011-02-17
linux-user: Support the epoll syscalls
Peter Maydell
3
-0
/
+174
[next]