summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* target-arm: fix support for VRECPE.Christophe Lyon2011-02-241-12/+71
* target-arm: Introduce float64_256 and float64_512 constants.Christophe Lyon2011-02-241-0/+5
* softfloat: add _set_sign(), _infinity and _half for 32 and 64 bits floats.Christophe Lyon2011-02-241-0/+15
* softfloat: move all default NaN definitions to softfloat.h.Christophe Lyon2011-02-242-68/+69
* hw/sd.c: Add missing state change for SD_STATUS, SEND_NUM_WR_BLOCKSPeter Maydell2011-02-241-0/+2
* vnc: Fix fatal crash with vnc reverse modeStefan Weil2011-02-231-0/+1
* vnc: add a non-adaptive optionCorentin Chary2011-02-234-5/+20
* vnc: tight: tweak adaptive tight settingsCorentin Chary2011-02-231-10/+10
* vnc: don't try to send bigger updates that client heightCorentin Chary2011-02-231-5/+5
* vnc: use the new generic bitmap functionsCorentin Chary2011-02-232-73/+25Star
* bitmap: add a generic bitmap and bitops libraryCorentin Chary2011-02-236-0/+897
* vnc: fix lossy rect refreshingCorentin Chary2011-02-231-4/+8
* vnc: fix uint8_t comparisons with negative valuesCorentin Chary2011-02-232-3/+4
* vnc: Add ZRLE and ZYWRLE encodings.Corentin Chary2011-02-239-1/+1541
* vnc: palette: and fill and color calls.Corentin Chary2011-02-232-0/+35
* vnc: palette: add palette_init callsCorentin Chary2011-02-232-1/+8
* vnc: palette: use a pool to reduce memory allocationsCorentin Chary2011-02-232-17/+4Star
* vnc: tight: use the update frequency to choose between lossy and losslessCorentin Chary2011-02-231-13/+62
* vnc: refresh lossy rect after a given timeoutCorentin Chary2011-02-233-3/+69
* vnc: add a way to get the update frequency for a given regionCorentin Chary2011-02-232-0/+120
* vnc: don't set the quality if lossy encoding are disabledCorentin Chary2011-02-231-1/+3
* microblaze: Allow targeting little-endian mbEdgar E. Iglesias2011-02-233-2/+10
* pls3adsp1800: Base load_elf endianness on target endiannessEdgar E. Iglesias2011-02-231-2/+7
* do not use qemu_icount_delta in the !use_icount casePaolo Bonzini2011-02-231-34/+25Star
* hw/irq.h: Remove unused SetIRQFunc typedefPeter Maydell2011-02-211-2/+0Star
* Revert "prep: Disable second IDE channel, as long as ISA IDE emulation doesn'...Aurelien Jarno2011-02-211-1/+1
* isa-bus: Remove bogus IRQ sharing checkJan Kiszka2011-02-218-21/+10Star
* PS/2 keyboard Scancode Set 3 supportRoy Tam2011-02-211-13/+27
* target-arm: Fix shift by immediate and narrow where src, dest overlapPeter Maydell2011-02-211-40/+44
* target-arm: Refactor to pull narrowing decode into separate functionPeter Maydell2011-02-211-26/+19Star
* w32: Remove implementation of function ffsStefan Weil2011-02-201-7/+0Star
* w32: Use additional library libiberty.aStefan Weil2011-02-201-1/+1
* Fix obvious mistake in pxa2xx i2s driverVasily Khoruzhick2011-02-201-1/+1
* pxa2xx_keypad: Handle 0xe0xx keycodesVasily Khoruzhick2011-02-201-0/+10
* pxa2xx_keypad: enhance emulation of KPAS, KPASMKP regsVasily Khoruzhick2011-02-201-52/+62
* qdev: Fix printout of bit device properties with bit index >= 8David 'Digit' Turner2011-02-201-1/+1
* check-qdict: Fix possible crashStefan Weil2011-02-201-1/+2
* tests: Fix two memory leaksStefan Weil2011-02-201-0/+2
* qemu-char: Check for missing backend nameStefan Hajnoczi2011-02-201-0/+5
* s390: Fix memory leakStefan Weil2011-02-201-0/+1
* ppc405: Fix memory leakStefan Weil2011-02-201-0/+1
* pci: Fix memory leakStefan Weil2011-02-201-0/+1
* vhost: disable on tap link downMichael S. Tsirkin2011-02-201-1/+2
* net: notify peer about link status changeMichael S. Tsirkin2011-02-201-0/+11
* w32: Fix arguments for GetProcessAffinityMask, SetProcessAffinityMaskStefan Weil2011-02-201-1/+1
* target-arm: Fix unsigned VQRSHL by large shift countsPeter Maydell2011-02-201-3/+34
* target-arm: Fix signed VQRSHL by large shift countsPeter Maydell2011-02-201-3/+31
* target-arm: fix decoding of Neon 64 bit shifts.Christophe Lyon2011-02-201-15/+30
* target-arm: fix Neon VQSHRN and VSHRN.Christophe Lyon2011-02-201-2/+2
* target-arm: Fix saturated values for Neon right shiftsPeter Maydell2011-02-201-1/+4