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
2009-06-13
Fix a warning: uint_fast8_t is not 8 bits on OpenBSD/Sparc64
Blue Swirl
1
-2
/
+6
2009-06-13
Avoid a gcc 3 format warning
Blue Swirl
2
-12
/
+4
2009-06-13
Avoid gcc 4.4 warning about uninitialized field
Blue Swirl
1
-0
/
+1
2009-06-13
Fix signedness problems
Blue Swirl
1
-3
/
+3
2009-06-13
xen nic: check tx queue after connect.
Gerd Hoffmann
1
-0
/
+2
2009-06-13
include inttypes.h in xen.h
Gerd Hoffmann
1
-0
/
+1
2009-06-13
xen: adapt to qemu_machine changes
Gerd Hoffmann
1
-1
/
+1
2009-06-13
xen_disk: move sanity check to the correct place
Gerd Hoffmann
1
-4
/
+5
2009-06-13
Win32: Don't remove const attribute in type casts.
Stefan Weil
3
-3
/
+3
2009-06-13
Fix mingw32 build warnings
Blue Swirl
7
-12
/
+37
2009-06-12
Enable -Werror by default for git builds on Linux hosts
Anthony Liguori
1
-5
/
+13
2009-06-12
CRIS: Prettify sizes for the internal disasm.
Edgar E. Iglesias
1
-8
/
+8
2009-06-12
ETRAX: DMA fixes for 64bit hosts.
Edgar E. Iglesias
1
-26
/
+25
2009-06-11
ETRAX: Correct PIC creation for the bare FS board.
Edgar E. Iglesias
1
-2
/
+7
2009-06-11
qdev: move name+size into DeviceInfo (v2)
Gerd Hoffmann
27
-61
/
+95
2009-06-11
Fix stellaris ethernet
Paul Brook
1
-2
/
+2
2009-06-11
Fix xilinx_ethlite breakage by 4f1c942b7f
Jan Kiszka
1
-8
/
+8
2009-06-10
Fix build breakage when using VDE introduced by 4f1c942
Anthony Liguori
1
-1
/
+1
2009-06-10
Merge branch 'net-queue'
Anthony Liguori
26
-453
/
+834
2009-06-10
Fix "defined but not used" warning
Luiz Capitulino
1
-4
/
+4
2009-06-10
monitor: Introduce get_command_name()
Luiz Capitulino
1
-14
/
+30
2009-06-10
monitor: Remove unused variable
Luiz Capitulino
1
-2
/
+0
2009-06-10
monitor: Remove uneeded 'return' statement
Luiz Capitulino
1
-1
/
+0
2009-06-10
monitor: Remove uneeded goto
Luiz Capitulino
1
-4
/
+6
2009-06-09
Use snprintf to avoid OpenBSD warning
Blue Swirl
1
-5
/
+7
2009-06-09
Fix Sparse warning
Blue Swirl
1
-1
/
+1
2009-06-09
Clean up generated qemu-img-cmds.h
Blue Swirl
1
-0
/
+1
2009-06-09
Fix Sparse warning
Blue Swirl
1
-1
/
+1
2009-06-09
microblaze-dis.c does not need to be executable
Blue Swirl
1
-0
/
+0
2009-06-09
Fix warning
Blue Swirl
1
-1
/
+1
2009-06-09
Remove unused and misnamed field and variable
Blue Swirl
2
-10
/
+0
2009-06-09
Update irqs on reset and device load
Blue Swirl
2
-1
/
+11
2009-06-09
Register reset functions for e1000 and rtl8139
Blue Swirl
2
-8
/
+17
2009-06-09
virtio-net: Increase filter and control limits
Alex Williamson
1
-2
/
+2
2009-06-09
virtio-net: Add new RX filter controls
Alex Williamson
2
-8
/
+46
2009-06-09
virtio-net: MAC filter optimization
Alex Williamson
1
-4
/
+25
2009-06-09
virtio-net: Fix MAC filter overflow handling
Alex Williamson
1
-8
/
+23
2009-06-09
virtio-net: reorganize receive_filter()
Alex Williamson
1
-8
/
+11
2009-06-09
virtio-net: Use a byte to store RX mode flags
Alex Williamson
1
-7
/
+12
2009-06-09
virtio-net: Add version_id 7 placeholder for vnet header support
Alex Williamson
1
-1
/
+8
2009-06-09
virtio-net: implement rx packet queueing
Mark McLoughlin
1
-1
/
+4
2009-06-09
net: make use of async packet sending API in tap client
Mark McLoughlin
1
-4
/
+20
2009-06-09
net: add qemu_send_packet_async()
Mark McLoughlin
2
-21
/
+70
2009-06-09
net: split out packet queueing and flushing into separate functions
Mark McLoughlin
1
-57
/
+98
2009-06-09
net: return status from qemu_deliver_packet()
Mark McLoughlin
1
-3
/
+17
2009-06-09
net: add return value to packet receive handler
Mark McLoughlin
18
-95
/
+126
2009-06-09
net: pass VLANClientState* as first arg to receive handlers
Mark McLoughlin
19
-90
/
+90
2009-06-09
net: re-name vc->fd_read() to vc->receive()
Mark McLoughlin
20
-56
/
+57
2009-06-09
net: add fd_readv() handler to qemu_new_vlan_client() args
Mark McLoughlin
19
-35
/
+40
2009-06-09
net: only read from tapfd when we can send
Mark McLoughlin
1
-1
/
+8
[prev]
[next]