aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-06hw/pl061.c: Implement ARM PL061 as well as Luminary onePeter Maydell2-5/+20
2011-03-06hw/arm_sysctl.c: Wire MCI register MMC card status bits to GPIO inputsPeter Maydell2-1/+50
2011-03-06hw/pl181: Implement GPIO output pins for card statusPeter Maydell1-0/+6
2011-03-06lsi53c895a: Update dnad when skipping MSGOUT bytesStefan Hajnoczi1-2/+9
2011-03-06WIN32: Add missing include for 'struct timeval', used in vnc.hHervé Poussineau1-0/+1
2011-03-05hw/pcnet.c: Fix EPROM contents to suit AMD netware driversGerhard Wiesinger1-0/+16
2011-03-05net: fix qemu_can_send_packet logicVincent Palatin1-3/+3
2011-03-05net: fix trace when debug is activated in slirpVincent Palatin1-1/+1
2011-03-03linux-user: fix compile failure if !CONFIG_USE_GUEST_BASEPeter Maydell1-0/+4
2011-03-03virtio-net: Fix lduw_p() pointer argument of wrong sizeStefan Hajnoczi1-2/+2
2011-03-03target-sh4: move intr_at_halt out of cpu_halted()Aurelien Jarno4-4/+4
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