summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-03pxa2xx: port pxa2xx_rtc to using qdev/vmstateAndrzej Zaborowski2-101/+100
2011-03-03pxa2xx_dma: Get rid of a forward declaration.Andrzej Zaborowski1-26/+24
2011-03-03pxa2xx_dma: port to qdev/vmstateAndrzej Zaborowski4-111/+152
2011-03-03vmstate: move VMSTATE_PCIE_AER_ERRS to hw/hw.hDmitry Eremin-Solenikov2-11/+21
2011-03-03pxa2xx_dma: drop unused pxa2xx_dma_handler_t/handler fieldDmitry Eremin-Solenikov1-5/+0
2011-03-03pxa2xx_timer: Store relevant irq line in each timer.Andrzej Zaborowski1-7/+8
2011-03-03pxa2xx_timer: switch to using qdev/vmstateDmitry Eremin-Solenikov3-109/+154
2011-03-03pxa2xx_timer: change info struct name to comply with guidelinesDmitry Eremin-Solenikov1-14/+14
2011-03-03pxa2xx_pic: Set base address for sysbus device.Andrzej Zaborowski1-0/+2
2011-03-03vmstate: add VMSTATE_STRUCT_ARRAY_TESTDmitry Eremin-Solenikov1-8/+13
2011-03-01microblaze: Correct copy+paste:o in defconfigsEdgar E. Iglesias2-2/+2
2011-02-25HACKING: Update status of format checkingStefan Weil1-3/+0
2011-02-25vnc: fix a memory leak in threaded vnc serverCorentin Chary1-0/+2
2011-02-25Use sigwait instead of sigwaitinfo.Tristan Gingold1-18/+18
2011-02-25bitops: fix error on OpenBSD and mingw32Blue Swirl1-1/+1
2011-02-25bitops: fix test_and_change_bit()Corentin Chary1-1/+1
2011-02-25slirp: Remove some type casts caused by bad declaration of x.tp_bufStefan Weil2-8/+8
2011-02-25Fixing tap adapter for win32Pavel Dovgaluk1-1/+1
2011-02-25Fixing network over sockets implementation for win32Pavel Dovgaluk1-1/+1
2011-02-25pxa2xx_pic: update to use qdevDmitry Eremin-Solenikov6-92/+112
2011-02-25mst_fpga: correct irq level settingsDmitry Eremin-Solenikov1-2/+2
2011-02-24ui/vnc-enc-tight.c: Fix compile failure if CONFIG_VNC_JPEG not definedPeter Maydell1-0/+4
2011-02-24virtio-serial: kill VirtIOSerialDeviceGerd Hoffmann3-27/+14
2011-02-24Add TAGS and *~ to .gitignoreDavid Gibson1-0/+2
2011-02-24target-arm: fix support for VRSQRTE.Christophe Lyon1-10/+113
2011-02-24target-arm: fix support for VRECPE.Christophe Lyon1-12/+71
2011-02-24target-arm: Introduce float64_256 and float64_512 constants.Christophe Lyon1-0/+5
2011-02-24softfloat: add _set_sign(), _infinity and _half for 32 and 64 bits floats.Christophe Lyon1-0/+15
2011-02-24softfloat: move all default NaN definitions to softfloat.h.Christophe Lyon2-68/+69
2011-02-24hw/sd.c: Add missing state change for SD_STATUS, SEND_NUM_WR_BLOCKSPeter Maydell1-0/+2
2011-02-23vnc: Fix fatal crash with vnc reverse modeStefan Weil1-0/+1
2011-02-23vnc: add a non-adaptive optionCorentin Chary4-5/+20
2011-02-23vnc: tight: tweak adaptive tight settingsCorentin Chary1-10/+10
2011-02-23vnc: don't try to send bigger updates that client heightCorentin Chary1-5/+5
2011-02-23vnc: use the new generic bitmap functionsCorentin Chary2-73/+25
2011-02-23bitmap: add a generic bitmap and bitops libraryCorentin Chary6-0/+897
2011-02-23vnc: fix lossy rect refreshingCorentin Chary1-4/+8
2011-02-23vnc: fix uint8_t comparisons with negative valuesCorentin Chary2-3/+4
2011-02-23vnc: Add ZRLE and ZYWRLE encodings.Corentin Chary9-1/+1541
2011-02-23vnc: palette: and fill and color calls.Corentin Chary2-0/+35
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