aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-02-21isa-bus: Remove bogus IRQ sharing checkJan Kiszka8-21/+10
2011-02-21PS/2 keyboard Scancode Set 3 supportRoy Tam1-13/+27
2011-02-21target-arm: Fix shift by immediate and narrow where src, dest overlapPeter Maydell1-40/+44
2011-02-21target-arm: Refactor to pull narrowing decode into separate functionPeter Maydell1-26/+19
2011-02-20w32: Remove implementation of function ffsStefan Weil1-7/+0
2011-02-20w32: Use additional library libiberty.aStefan Weil1-1/+1
2011-02-20Fix obvious mistake in pxa2xx i2s driverVasily Khoruzhick1-1/+1
2011-02-20pxa2xx_keypad: Handle 0xe0xx keycodesVasily Khoruzhick1-0/+10
2011-02-20pxa2xx_keypad: enhance emulation of KPAS, KPASMKP regsVasily Khoruzhick1-52/+62
2011-02-20qdev: Fix printout of bit device properties with bit index >= 8David 'Digit' Turner1-1/+1
2011-02-20check-qdict: Fix possible crashStefan Weil1-1/+2
2011-02-20tests: Fix two memory leaksStefan Weil1-0/+2
2011-02-20qemu-char: Check for missing backend nameStefan Hajnoczi1-0/+5
2011-02-20s390: Fix memory leakStefan Weil1-0/+1
2011-02-20ppc405: Fix memory leakStefan Weil1-0/+1
2011-02-20pci: Fix memory leakStefan Weil1-0/+1
2011-02-20vhost: disable on tap link downMichael S. Tsirkin1-1/+2
2011-02-20net: notify peer about link status changeMichael S. Tsirkin1-0/+11
2011-02-20w32: Fix arguments for GetProcessAffinityMask, SetProcessAffinityMaskStefan Weil1-1/+1
2011-02-20target-arm: Fix unsigned VQRSHL by large shift countsPeter Maydell1-3/+34
2011-02-20target-arm: Fix signed VQRSHL by large shift countsPeter Maydell1-3/+31
2011-02-20target-arm: fix decoding of Neon 64 bit shifts.Christophe Lyon1-15/+30
2011-02-20target-arm: fix Neon VQSHRN and VSHRN.Christophe Lyon1-2/+2
2011-02-20target-arm: Fix saturated values for Neon right shiftsPeter Maydell1-1/+4
2011-02-20target-arm: fix unsigned 64 bit right shifts.Christophe Lyon1-1/+1
2011-02-20target-arm: Fix unsigned VRSHL.s8 and .s16 right shifts by type widthChristophe Lyon1-1/+1
2011-02-20target-arm: Fix signed VRSHL by large shift countsPeter Maydell1-14/+3
2011-02-20target-arm: Fix rounding constant addition for Neon shiftsChristophe Lyon1-12/+127
2011-02-20target-arm: Move Neon VZIP to helper functionsPeter Maydell3-73/+133
2011-02-20target-arm: Move Neon VUZP to helper functionsPeter Maydell3-75/+137
2011-02-20target-arm: Correct conversion of Thumb Neon dp encodings into ARMJuha Riihimäki1-1/+1
2011-02-20target-arm: Fix Neon VQDMLSL instructionPeter Maydell1-8/+14
2011-02-20target-arm: Refactor handling of VQDMULLPeter Maydell1-10/+6
2011-02-20target-arm: Implement VMULL.P8Peter Maydell3-2/+35
2011-02-20qemu-lock.h: Remove non-pthreads spinlock implementationsPeter Maydell1-199/+11
2011-02-20e1000: verify we have buffers, upfrontMichael S. Tsirkin1-6/+22
2011-02-20e1000: clear EOP for multi-buffer descriptorsMichael S. Tsirkin1-2/+4
2011-02-20e1000: multi-buffer packet supportMichael S. Tsirkin1-11/+28
2011-02-20pc: remove test on TARGET_PHYS_ADDR_BITS == 32Aurelien Jarno1-7/+0
2011-02-20target-i386: set target_phys_bits to 64Aurelien Jarno1-1/+1
2011-02-20Merge branch 'linux-user-for-upstream' of git://gitorious.org/qemu-maemo/qemuAurelien Jarno7-66/+267
2011-02-20i8254: convert to qdevBlue Swirl9-40/+75
2011-02-20vga-isa: make optionalBlue Swirl1-2/+8
2011-02-20vga-isa: convert to qdevBlue Swirl4-15/+67
2011-02-20applesmc: make optionalBlue Swirl4-1/+4
2011-02-20fdc: make optionalBlue Swirl1-1/+4
2011-02-20fdc: refactor device creationBlue Swirl5-55/+45
2011-02-20fdc: use FDriveType for floppy drive typeBlue Swirl3-10/+15
2011-02-20fdc: move floppy geometry guessing to block.cBlue Swirl3-108/+119
2011-02-20serial: make optionalBlue Swirl1-1/+4