aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-02-23vnc: palette: add palette_init callsCorentin Chary2-1/+8
2011-02-23vnc: palette: use a pool to reduce memory allocationsCorentin Chary2-17/+4
2011-02-23vnc: tight: use the update frequency to choose between lossy and losslessCorentin Chary1-13/+62
2011-02-23vnc: refresh lossy rect after a given timeoutCorentin Chary3-3/+69
2011-02-23vnc: add a way to get the update frequency for a given regionCorentin Chary2-0/+120
2011-02-23vnc: don't set the quality if lossy encoding are disabledCorentin Chary1-1/+3
2011-02-23microblaze: Allow targeting little-endian mbEdgar E. Iglesias3-2/+10
2011-02-23pls3adsp1800: Base load_elf endianness on target endiannessEdgar E. Iglesias1-2/+7
2011-02-23do not use qemu_icount_delta in the !use_icount casePaolo Bonzini1-34/+25
2011-02-21hw/irq.h: Remove unused SetIRQFunc typedefPeter Maydell1-2/+0
2011-02-21Revert "prep: Disable second IDE channel, as long as ISA IDE emulation doesn'...Aurelien Jarno1-1/+1
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