summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* net: fix qemu_can_send_packet logicVincent Palatin2011-03-051-3/+3
* net: fix trace when debug is activated in slirpVincent Palatin2011-03-051-1/+1
* linux-user: fix compile failure if !CONFIG_USE_GUEST_BASEPeter Maydell2011-03-031-0/+4
* virtio-net: Fix lduw_p() pointer argument of wrong sizeStefan Hajnoczi2011-03-031-2/+2
* target-sh4: move intr_at_halt out of cpu_halted()Aurelien Jarno2011-03-034-4/+4
* pxa2xx: port pxa2xx_rtc to using qdev/vmstateAndrzej Zaborowski2011-03-032-101/+100
* pxa2xx_dma: Get rid of a forward declaration.Andrzej Zaborowski2011-03-031-26/+24
* pxa2xx_dma: port to qdev/vmstateAndrzej Zaborowski2011-03-034-111/+152
* vmstate: move VMSTATE_PCIE_AER_ERRS to hw/hw.hDmitry Eremin-Solenikov2011-03-032-11/+21
* pxa2xx_dma: drop unused pxa2xx_dma_handler_t/handler fieldDmitry Eremin-Solenikov2011-03-031-5/+0
* pxa2xx_timer: Store relevant irq line in each timer.Andrzej Zaborowski2011-03-031-7/+8
* pxa2xx_timer: switch to using qdev/vmstateDmitry Eremin-Solenikov2011-03-033-109/+154
* pxa2xx_timer: change info struct name to comply with guidelinesDmitry Eremin-Solenikov2011-03-031-14/+14
* pxa2xx_pic: Set base address for sysbus device.Andrzej Zaborowski2011-03-031-0/+2
* vmstate: add VMSTATE_STRUCT_ARRAY_TESTDmitry Eremin-Solenikov2011-03-031-8/+13
* microblaze: Correct copy+paste:o in defconfigsEdgar E. Iglesias2011-03-012-2/+2
* HACKING: Update status of format checkingStefan Weil2011-02-251-3/+0
* vnc: fix a memory leak in threaded vnc serverCorentin Chary2011-02-251-0/+2
* Use sigwait instead of sigwaitinfo.Tristan Gingold2011-02-251-18/+18
* bitops: fix error on OpenBSD and mingw32Blue Swirl2011-02-251-1/+1
* bitops: fix test_and_change_bit()Corentin Chary2011-02-251-1/+1
* slirp: Remove some type casts caused by bad declaration of x.tp_bufStefan Weil2011-02-252-8/+8
* Fixing tap adapter for win32Pavel Dovgaluk2011-02-251-1/+1
* Fixing network over sockets implementation for win32Pavel Dovgaluk2011-02-251-1/+1
* pxa2xx_pic: update to use qdevDmitry Eremin-Solenikov2011-02-256-92/+112
* mst_fpga: correct irq level settingsDmitry Eremin-Solenikov2011-02-251-2/+2
* ui/vnc-enc-tight.c: Fix compile failure if CONFIG_VNC_JPEG not definedPeter Maydell2011-02-241-0/+4
* virtio-serial: kill VirtIOSerialDeviceGerd Hoffmann2011-02-243-27/+14
* Add TAGS and *~ to .gitignoreDavid Gibson2011-02-241-0/+2
* target-arm: fix support for VRSQRTE.Christophe Lyon2011-02-241-10/+113
* 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/+25
* 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/+4
* 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
OpenPOWER on IntegriCloud