index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net.c
Age
Commit message (
Expand
)
Author
2009-04-05
Fix some win32 compile warnings
blueswir1
2009-03-28
host_device_remove: remove incorrect check for device name (Eduardo Habkost)
aliguori
2009-03-08
Fix windows build and clean up use of <windows.h>
aliguori
2009-03-08
Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configure
blueswir1
2009-03-07
Support for DragonFly BSD (Hasso Tepper)
blueswir1
2009-03-07
Fix BSD breakage from r6736
blueswir1
2009-03-07
Sparse fixes: NULL use, header order, ANSI prototypes, static
blueswir1
2009-03-05
monitor: Rework API (Jan Kiszka)
aliguori
2009-02-27
net socket verify packet size (Dustin Kirkland)
aliguori
2009-02-16
specify vmchannel as a net option (Gleb Natapov)
aliguori
2009-02-11
qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti)
aliguori
2009-02-11
qemu: add net_client_uninit / qemu_find_vlan_client (Marcelo Tosatti)
aliguori
2009-02-11
qemu: net/drive add/remove tweaks (Marcelo Tosatti)
aliguori
2009-02-11
qemu: dynamic nic info index allocation (Marcelo Tosatti)
aliguori
2009-02-05
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
2009-01-26
Handle link status in qemu_sendv_packet() (Mark McLoughlin)
aliguori
2009-01-13
Fix tap downscript argument (Mark McLoughlin)
aliguori
2009-01-13
Add qemu_check_nic_model() and qemu_check_nic_model_list() (Mark McLoughlin)
aliguori
2009-01-09
Make the set_link cmd handle multiple nics.
edgar_igl
2009-01-08
Allow devices be notified of link status change (Mark McLoughlin)
aliguori
2009-01-08
Add 'set_link' monitor command (Mark McLoughlin)
aliguori
2009-01-08
Add "restrict" and "ip" option to "user" net option (Gleb Natapov)
aliguori
2009-01-08
Add slirp_restrict option (Gleb Natapov)
aliguori
2009-01-08
Add model field to nic info (Mark McLoughlin)
aliguori
2009-01-07
Add a -net name=foo parameter (Mark McLoughlin)
aliguori
2009-01-07
Add qemu_format_nic_info_str() (Mark McLoughlin)
aliguori
2009-01-07
Assign a name to each VLAN client (Mark McLoughlin)
aliguori
2009-01-07
Add a model string to VLANClientState (Mark McLoughlin)
aliguori
2008-12-18
consolidate definition for tap script and smb support
aurel32
2008-12-17
Add support for tap vectored send
aliguori
2008-12-17
virtio-net support
aliguori
2008-12-07
Fix some new warnings introduced after r5022
blueswir1
2008-11-22
Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Egger
blueswir1
2008-11-18
Preliminary AIX support
malc
2008-11-16
Attached patch fixes a series of this warning
blueswir1
2008-11-11
Move the things that aren't target specific to libqemu_common.a.
aliguori
2008-11-11
Revert commits 5685 to 5688 committed by mistake
aurel32
2008-11-11
qemu: generate signals on tap I/O
aurel32
2008-11-07
Fix some build issues for BSD.
blueswir1
2008-10-31
Move network redirection code out of vl.c and into net.c
aliguori