Age | Commit message (Expand) | Author |
2011-03-06 | linux-user: Fix large seeks by 32 bit guest on 64 bit host | Peter Maydell |
2011-03-06 | hw/realview: Wire up the MMC card status | Peter Maydell |
2011-03-06 | hw/irq: Add qemu_irq_split() so one GPIO output can feed two inputs | Peter Maydell |
2011-03-06 | hw/pl061.c: Implement ARM PL061 as well as Luminary one | Peter Maydell |
2011-03-06 | hw/arm_sysctl.c: Wire MCI register MMC card status bits to GPIO inputs | Peter Maydell |
2011-03-06 | hw/pl181: Implement GPIO output pins for card status | Peter Maydell |
2011-03-06 | lsi53c895a: Update dnad when skipping MSGOUT bytes | Stefan Hajnoczi |
2011-03-06 | WIN32: Add missing include for 'struct timeval', used in vnc.h | Hervé Poussineau |
2011-03-05 | hw/pcnet.c: Fix EPROM contents to suit AMD netware drivers | Gerhard Wiesinger |
2011-03-05 | net: fix qemu_can_send_packet logic | Vincent Palatin |
2011-03-05 | net: fix trace when debug is activated in slirp | Vincent Palatin |
2011-03-03 | linux-user: fix compile failure if !CONFIG_USE_GUEST_BASE | Peter Maydell |
2011-03-03 | virtio-net: Fix lduw_p() pointer argument of wrong size | Stefan Hajnoczi |
2011-03-03 | target-sh4: move intr_at_halt out of cpu_halted() | Aurelien Jarno |
2011-03-03 | pxa2xx: port pxa2xx_rtc to using qdev/vmstate | Andrzej Zaborowski |
2011-03-03 | pxa2xx_dma: Get rid of a forward declaration. | Andrzej Zaborowski |
2011-03-03 | pxa2xx_dma: port to qdev/vmstate | Andrzej Zaborowski |
2011-03-03 | vmstate: move VMSTATE_PCIE_AER_ERRS to hw/hw.h | Dmitry Eremin-Solenikov |
2011-03-03 | pxa2xx_dma: drop unused pxa2xx_dma_handler_t/handler field | Dmitry Eremin-Solenikov |
2011-03-03 | pxa2xx_timer: Store relevant irq line in each timer. | Andrzej Zaborowski |
2011-03-03 | pxa2xx_timer: switch to using qdev/vmstate | Dmitry Eremin-Solenikov |
2011-03-03 | pxa2xx_timer: change info struct name to comply with guidelines | Dmitry Eremin-Solenikov |
2011-03-03 | pxa2xx_pic: Set base address for sysbus device. | Andrzej Zaborowski |
2011-03-03 | vmstate: add VMSTATE_STRUCT_ARRAY_TEST | Dmitry Eremin-Solenikov |
2011-03-01 | microblaze: Correct copy+paste:o in defconfigs | Edgar E. Iglesias |
2011-02-25 | HACKING: Update status of format checking | Stefan Weil |
2011-02-25 | vnc: fix a memory leak in threaded vnc server | Corentin Chary |
2011-02-25 | Use sigwait instead of sigwaitinfo. | Tristan Gingold |
2011-02-25 | bitops: fix error on OpenBSD and mingw32 | Blue Swirl |
2011-02-25 | bitops: fix test_and_change_bit() | Corentin Chary |
2011-02-25 | slirp: Remove some type casts caused by bad declaration of x.tp_buf | Stefan Weil |
2011-02-25 | Fixing tap adapter for win32 | Pavel Dovgaluk |
2011-02-25 | Fixing network over sockets implementation for win32 | Pavel Dovgaluk |
2011-02-25 | pxa2xx_pic: update to use qdev | Dmitry Eremin-Solenikov |
2011-02-25 | mst_fpga: correct irq level settings | Dmitry Eremin-Solenikov |
2011-02-24 | ui/vnc-enc-tight.c: Fix compile failure if CONFIG_VNC_JPEG not defined | Peter Maydell |
2011-02-24 | virtio-serial: kill VirtIOSerialDevice | Gerd Hoffmann |
2011-02-24 | Add TAGS and *~ to .gitignore | David Gibson |
2011-02-24 | target-arm: fix support for VRSQRTE. | Christophe Lyon |
2011-02-24 | target-arm: fix support for VRECPE. | Christophe Lyon |
2011-02-24 | target-arm: Introduce float64_256 and float64_512 constants. | Christophe Lyon |
2011-02-24 | softfloat: add _set_sign(), _infinity and _half for 32 and 64 bits floats. | Christophe Lyon |
2011-02-24 | softfloat: move all default NaN definitions to softfloat.h. | Christophe Lyon |
2011-02-24 | hw/sd.c: Add missing state change for SD_STATUS, SEND_NUM_WR_BLOCKS | Peter Maydell |
2011-02-23 | vnc: Fix fatal crash with vnc reverse mode | Stefan Weil |
2011-02-23 | vnc: add a non-adaptive option | Corentin Chary |
2011-02-23 | vnc: tight: tweak adaptive tight settings | Corentin Chary |
2011-02-23 | vnc: don't try to send bigger updates that client height | Corentin Chary |
2011-02-23 | vnc: use the new generic bitmap functions | Corentin Chary |
2011-02-23 | bitmap: add a generic bitmap and bitops library | Corentin Chary |