index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
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
[prev]
[next]