summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2011-02-20serial: refactor device creationBlue Swirl2-13/+13
2011-02-20ne2000_isa: make optionalBlue Swirl1-2/+7
2011-02-20ne2000_isa: refactor device creationBlue Swirl2-14/+11
2011-02-20parallel: make optionalBlue Swirl1-1/+4
2011-02-20parallel: refactor device creationBlue Swirl2-19/+19
2011-02-17Fix vmport segfault (v2)Marcelo Tosatti1-5/+6
2011-02-17linux-user: correct core dump formatLaurent Vivier1-16/+18
2011-02-17linux-user: Define target alignment sizeLaurent Vivier2-4/+27
2011-02-17linux-user: Support the epoll syscallsPeter Maydell3-0/+174
2011-02-17linux-user: in linux-user/strace.c, tswap() is uselessLaurent Vivier1-46/+33
2011-02-17linux-user: add rmdir() straceLaurent Vivier2-0/+15
2011-02-16Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori10-19/+94
2011-02-16Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori34-485/+921
2011-02-16Handle icount for powerpc tbl/tbu/decr load and store.Tristan Gingold1-0/+42
2011-02-16Merge mainstone.h header into mainstone.cDmitry Eremin-Solenikov2-36/+22
2011-02-16mainstone: convert FPGA emulation code to use QDev/SysBusDmitry Eremin-Solenikov3-55/+55
2011-02-16mainstone: correct and simplify irq handlingDmitry Eremin-Solenikov1-19/+10
2011-02-14Fix build from previous commitAnthony Liguori1-1/+1
2011-02-14PATCH] slirp: fix buffer overrunBruce Rogers1-2/+2