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-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
2009-06-09
net: vlan clients with no fd_can_read() can always receive
Mark McLoughlin
1
-6
/
+10
2009-06-09
net: move the tap buffer into TAPState
Mark McLoughlin
1
-3
/
+3
2009-06-09
net: factor tap_read_packet() out of tap_send()
Mark McLoughlin
1
-9
/
+19
2009-06-09
slirp: Reorder initialization
Jan Kiszka
3
-43
/
+100
2009-06-09
net: Improve parameter error reporting
Jan Kiszka
4
-67
/
+75
2009-06-09
net: fix error reporting for some net parameter checks
Mark McLoughlin
1
-6
/
+6
2009-06-09
net: Real fix for check_params users
Jan Kiszka
3
-37
/
+28
2009-06-09
Revert "Fix output of uninitialized strings"
Mark McLoughlin
2
-11
/
+22
2009-06-09
slirp: Avoid zombie processes after fork_exec
Jan Kiszka
2
-28
/
+45
2009-06-09
net: Fix and improved ordered packet delivery
Jan Kiszka
1
-15
/
+42
2009-06-09
net: Don't deliver to disabled interfaces in qemu_sendv_packet
Jan Kiszka
1
-1
/
+1
2009-06-08
qdev: c99 initilaizers for bus_type_names
Gerd Hoffmann
1
-5
/
+5
2009-06-08
xen nic: use XC_PAGE_SIZE instead of PAGE_SIZE.
Gerd Hoffmann
1
-1
/
+1
2009-06-08
xen nic: use qemu_malloc
Gerd Hoffmann
1
-2
/
+2
2009-06-07
kvm: Improve upgrade notes when facing unsupported kernels
Jan Kiszka
2
-5
/
+11
2009-06-07
Fix generation of CONFIG_KVM
Blue Swirl
1
-7
/
+8
2009-06-07
Use hxtool for qemu-img command list
Stuart Brady
5
-38
/
+101
2009-06-06
doc: Update information on supported network adapters.
Stefan Weil
1
-2
/
+2
2009-06-06
xen: net backend doesn't need linux headers.
Gerd Hoffmann
1
-2
/
+0
2009-06-06
Document changes in qemu-img interface
Kevin Wolf
2
-18
/
+23
2009-06-06
qemu-img: Print available options with -o ?
Kevin Wolf
10
-19
/
+110
2009-06-06
Fix spelling in comment.
Stefan Weil
1
-1
/
+1
2009-06-06
Use hxtool to generate monitor documentation and C structures
Blue Swirl
5
-473
/
+624
2009-06-06
Use correct type for SPARC cpu_cc_op
Paul Brook
1
-1
/
+2
2009-06-06
Fix typo
Paul Brook
1
-1
/
+1
2009-06-05
qdev: add monitor command to dump the tree.
Gerd Hoffmann
4
-0
/
+93
2009-06-05
Record device property types
Paul Brook
5
-19
/
+77
2009-06-05
Fix elf loader range checking
Paul Brook
1
-3
/
+3
2009-06-04
Remove ARM NVIC initialization hack
Paul Brook
2
-6
/
+1
2009-06-04
Add --enable-debug
Paul Brook
1
-1
/
+15
2009-06-04
qdev: kill DeviceState->name
Gerd Hoffmann
2
-3
/
+1
2009-06-04
fix gdbstub support for multiple threads in usermode, v3
Nathan Froyd
4
-27
/
+49
2009-06-03
CRIS: Remove duplicated flag defines.
Edgar E. Iglesias
1
-2
/
+0
2009-06-03
microblaze: Fix loading of petalogix s3adsp1800 dtb.
Edgar E. Iglesias
3
-10
/
+12
2009-06-03
Stellaris qdev conversion
Paul Brook
4
-51
/
+97
[prev]
[next]