index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-06
hw/pl061.c: Implement ARM PL061 as well as Luminary one
Peter Maydell
2
-5
/
+20
2011-03-06
hw/arm_sysctl.c: Wire MCI register MMC card status bits to GPIO inputs
Peter Maydell
2
-1
/
+50
2011-03-06
hw/pl181: Implement GPIO output pins for card status
Peter Maydell
1
-0
/
+6
2011-03-06
lsi53c895a: Update dnad when skipping MSGOUT bytes
Stefan Hajnoczi
1
-2
/
+9
2011-03-06
WIN32: Add missing include for 'struct timeval', used in vnc.h
Hervé Poussineau
1
-0
/
+1
2011-03-05
hw/pcnet.c: Fix EPROM contents to suit AMD netware drivers
Gerhard Wiesinger
1
-0
/
+16
2011-03-05
net: fix qemu_can_send_packet logic
Vincent Palatin
1
-3
/
+3
2011-03-05
net: fix trace when debug is activated in slirp
Vincent Palatin
1
-1
/
+1
2011-03-03
linux-user: fix compile failure if !CONFIG_USE_GUEST_BASE
Peter Maydell
1
-0
/
+4
2011-03-03
virtio-net: Fix lduw_p() pointer argument of wrong size
Stefan Hajnoczi
1
-2
/
+2
2011-03-03
target-sh4: move intr_at_halt out of cpu_halted()
Aurelien Jarno
4
-4
/
+4
2011-03-03
pxa2xx: port pxa2xx_rtc to using qdev/vmstate
Andrzej Zaborowski
2
-101
/
+100
2011-03-03
pxa2xx_dma: Get rid of a forward declaration.
Andrzej Zaborowski
1
-26
/
+24
2011-03-03
pxa2xx_dma: port to qdev/vmstate
Andrzej Zaborowski
4
-111
/
+152
2011-03-03
vmstate: move VMSTATE_PCIE_AER_ERRS to hw/hw.h
Dmitry Eremin-Solenikov
2
-11
/
+21
2011-03-03
pxa2xx_dma: drop unused pxa2xx_dma_handler_t/handler field
Dmitry Eremin-Solenikov
1
-5
/
+0
2011-03-03
pxa2xx_timer: Store relevant irq line in each timer.
Andrzej Zaborowski
1
-7
/
+8
2011-03-03
pxa2xx_timer: switch to using qdev/vmstate
Dmitry Eremin-Solenikov
3
-109
/
+154
2011-03-03
pxa2xx_timer: change info struct name to comply with guidelines
Dmitry Eremin-Solenikov
1
-14
/
+14
2011-03-03
pxa2xx_pic: Set base address for sysbus device.
Andrzej Zaborowski
1
-0
/
+2
2011-03-03
vmstate: add VMSTATE_STRUCT_ARRAY_TEST
Dmitry Eremin-Solenikov
1
-8
/
+13
2011-03-01
microblaze: Correct copy+paste:o in defconfigs
Edgar E. Iglesias
2
-2
/
+2
2011-02-25
HACKING: Update status of format checking
Stefan Weil
1
-3
/
+0
2011-02-25
vnc: fix a memory leak in threaded vnc server
Corentin Chary
1
-0
/
+2
2011-02-25
Use sigwait instead of sigwaitinfo.
Tristan Gingold
1
-18
/
+18
2011-02-25
bitops: fix error on OpenBSD and mingw32
Blue Swirl
1
-1
/
+1
2011-02-25
bitops: fix test_and_change_bit()
Corentin Chary
1
-1
/
+1
2011-02-25
slirp: Remove some type casts caused by bad declaration of x.tp_buf
Stefan Weil
2
-8
/
+8
2011-02-25
Fixing tap adapter for win32
Pavel Dovgaluk
1
-1
/
+1
2011-02-25
Fixing network over sockets implementation for win32
Pavel Dovgaluk
1
-1
/
+1
2011-02-25
pxa2xx_pic: update to use qdev
Dmitry Eremin-Solenikov
6
-92
/
+112
2011-02-25
mst_fpga: correct irq level settings
Dmitry Eremin-Solenikov
1
-2
/
+2
2011-02-24
ui/vnc-enc-tight.c: Fix compile failure if CONFIG_VNC_JPEG not defined
Peter Maydell
1
-0
/
+4
2011-02-24
virtio-serial: kill VirtIOSerialDevice
Gerd Hoffmann
3
-27
/
+14
2011-02-24
Add TAGS and *~ to .gitignore
David Gibson
1
-0
/
+2
2011-02-24
target-arm: fix support for VRSQRTE.
Christophe Lyon
1
-10
/
+113
2011-02-24
target-arm: fix support for VRECPE.
Christophe Lyon
1
-12
/
+71
2011-02-24
target-arm: Introduce float64_256 and float64_512 constants.
Christophe Lyon
1
-0
/
+5
2011-02-24
softfloat: add _set_sign(), _infinity and _half for 32 and 64 bits floats.
Christophe Lyon
1
-0
/
+15
2011-02-24
softfloat: move all default NaN definitions to softfloat.h.
Christophe Lyon
2
-68
/
+69
2011-02-24
hw/sd.c: Add missing state change for SD_STATUS, SEND_NUM_WR_BLOCKS
Peter Maydell
1
-0
/
+2
2011-02-23
vnc: Fix fatal crash with vnc reverse mode
Stefan Weil
1
-0
/
+1
2011-02-23
vnc: add a non-adaptive option
Corentin Chary
4
-5
/
+20
2011-02-23
vnc: tight: tweak adaptive tight settings
Corentin Chary
1
-10
/
+10
2011-02-23
vnc: don't try to send bigger updates that client height
Corentin Chary
1
-5
/
+5
2011-02-23
vnc: use the new generic bitmap functions
Corentin Chary
2
-73
/
+25
2011-02-23
bitmap: add a generic bitmap and bitops library
Corentin Chary
6
-0
/
+897
2011-02-23
vnc: fix lossy rect refreshing
Corentin Chary
1
-4
/
+8
2011-02-23
vnc: fix uint8_t comparisons with negative values
Corentin Chary
2
-3
/
+4
2011-02-23
vnc: Add ZRLE and ZYWRLE encodings.
Corentin Chary
9
-1
/
+1541
[next]