summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-03target-sh4: move intr_at_halt out of cpu_halted()Aurelien Jarno
2011-03-03pxa2xx: port pxa2xx_rtc to using qdev/vmstateAndrzej Zaborowski
2011-03-03pxa2xx_dma: Get rid of a forward declaration.Andrzej Zaborowski
2011-03-03pxa2xx_dma: port to qdev/vmstateAndrzej Zaborowski
2011-03-03vmstate: move VMSTATE_PCIE_AER_ERRS to hw/hw.hDmitry Eremin-Solenikov
2011-03-03pxa2xx_dma: drop unused pxa2xx_dma_handler_t/handler fieldDmitry Eremin-Solenikov
2011-03-03pxa2xx_timer: Store relevant irq line in each timer.Andrzej Zaborowski
2011-03-03pxa2xx_timer: switch to using qdev/vmstateDmitry Eremin-Solenikov
2011-03-03pxa2xx_timer: change info struct name to comply with guidelinesDmitry Eremin-Solenikov
2011-03-03pxa2xx_pic: Set base address for sysbus device.Andrzej Zaborowski
2011-03-03vmstate: add VMSTATE_STRUCT_ARRAY_TESTDmitry Eremin-Solenikov
2011-03-01microblaze: Correct copy+paste:o in defconfigsEdgar E. Iglesias
2011-02-25HACKING: Update status of format checkingStefan Weil
2011-02-25vnc: fix a memory leak in threaded vnc serverCorentin Chary
2011-02-25Use sigwait instead of sigwaitinfo.Tristan Gingold
2011-02-25bitops: fix error on OpenBSD and mingw32Blue Swirl
2011-02-25bitops: fix test_and_change_bit()Corentin Chary
2011-02-25slirp: Remove some type casts caused by bad declaration of x.tp_bufStefan Weil
2011-02-25Fixing tap adapter for win32Pavel Dovgaluk
2011-02-25Fixing network over sockets implementation for win32Pavel Dovgaluk
2011-02-25pxa2xx_pic: update to use qdevDmitry Eremin-Solenikov
2011-02-25mst_fpga: correct irq level settingsDmitry Eremin-Solenikov
2011-02-24ui/vnc-enc-tight.c: Fix compile failure if CONFIG_VNC_JPEG not definedPeter Maydell
2011-02-24virtio-serial: kill VirtIOSerialDeviceGerd Hoffmann
2011-02-24Add TAGS and *~ to .gitignoreDavid Gibson
2011-02-24target-arm: fix support for VRSQRTE.Christophe Lyon
2011-02-24target-arm: fix support for VRECPE.Christophe Lyon
2011-02-24target-arm: Introduce float64_256 and float64_512 constants.Christophe Lyon
2011-02-24softfloat: add _set_sign(), _infinity and _half for 32 and 64 bits floats.Christophe Lyon
2011-02-24softfloat: move all default NaN definitions to softfloat.h.Christophe Lyon
2011-02-24hw/sd.c: Add missing state change for SD_STATUS, SEND_NUM_WR_BLOCKSPeter Maydell
2011-02-23vnc: Fix fatal crash with vnc reverse modeStefan Weil
2011-02-23vnc: add a non-adaptive optionCorentin Chary
2011-02-23vnc: tight: tweak adaptive tight settingsCorentin Chary
2011-02-23vnc: don't try to send bigger updates that client heightCorentin Chary
2011-02-23vnc: use the new generic bitmap functionsCorentin Chary
2011-02-23bitmap: add a generic bitmap and bitops libraryCorentin Chary
2011-02-23vnc: fix lossy rect refreshingCorentin Chary
2011-02-23vnc: fix uint8_t comparisons with negative valuesCorentin Chary
2011-02-23vnc: Add ZRLE and ZYWRLE encodings.Corentin Chary
2011-02-23vnc: palette: and fill and color calls.Corentin Chary
2011-02-23vnc: palette: add palette_init callsCorentin Chary
2011-02-23vnc: palette: use a pool to reduce memory allocationsCorentin Chary
2011-02-23vnc: tight: use the update frequency to choose between lossy and losslessCorentin Chary
2011-02-23vnc: refresh lossy rect after a given timeoutCorentin Chary
2011-02-23vnc: add a way to get the update frequency for a given regionCorentin Chary
2011-02-23vnc: don't set the quality if lossy encoding are disabledCorentin Chary
2011-02-23microblaze: Allow targeting little-endian mbEdgar E. Iglesias
2011-02-23pls3adsp1800: Base load_elf endianness on target endiannessEdgar E. Iglesias
2011-02-23do not use qemu_icount_delta in the !use_icount casePaolo Bonzini