aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* include inttypes.h in xen.hGerd Hoffmann2009-06-131-0/+1
* xen: adapt to qemu_machine changesGerd Hoffmann2009-06-131-1/+1
* xen_disk: move sanity check to the correct placeGerd Hoffmann2009-06-131-4/+5
* Win32: Don't remove const attribute in type casts.Stefan Weil2009-06-133-3/+3
* Fix mingw32 build warningsBlue Swirl2009-06-137-12/+37
* Enable -Werror by default for git builds on Linux hostsAnthony Liguori2009-06-121-5/+13
* CRIS: Prettify sizes for the internal disasm.Edgar E. Iglesias2009-06-121-8/+8
* ETRAX: DMA fixes for 64bit hosts.Edgar E. Iglesias2009-06-121-26/+25
* ETRAX: Correct PIC creation for the bare FS board.Edgar E. Iglesias2009-06-111-2/+7
* qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann2009-06-1127-61/+95
* Fix stellaris ethernetPaul Brook2009-06-111-2/+2
* Fix xilinx_ethlite breakage by 4f1c942b7fJan Kiszka2009-06-111-8/+8
* Fix build breakage when using VDE introduced by 4f1c942Anthony Liguori2009-06-101-1/+1
* Merge branch 'net-queue'Anthony Liguori2009-06-1026-453/+834
|\
| * virtio-net: Increase filter and control limitsAlex Williamson2009-06-091-2/+2
| * virtio-net: Add new RX filter controlsAlex Williamson2009-06-092-8/+46
| * virtio-net: MAC filter optimizationAlex Williamson2009-06-091-4/+25
| * virtio-net: Fix MAC filter overflow handlingAlex Williamson2009-06-091-8/+23
| * virtio-net: reorganize receive_filter()Alex Williamson2009-06-091-8/+11
| * virtio-net: Use a byte to store RX mode flagsAlex Williamson2009-06-091-7/+12
| * virtio-net: Add version_id 7 placeholder for vnet header supportAlex Williamson2009-06-091-1/+8
| * virtio-net: implement rx packet queueingMark McLoughlin2009-06-091-1/+4
| * net: make use of async packet sending API in tap clientMark McLoughlin2009-06-091-4/+20
| * net: add qemu_send_packet_async()Mark McLoughlin2009-06-092-21/+70
| * net: split out packet queueing and flushing into separate functionsMark McLoughlin2009-06-091-57/+98
| * net: return status from qemu_deliver_packet()Mark McLoughlin2009-06-091-3/+17
| * net: add return value to packet receive handlerMark McLoughlin2009-06-0918-95/+126
| * net: pass VLANClientState* as first arg to receive handlersMark McLoughlin2009-06-0919-90/+90
| * net: re-name vc->fd_read() to vc->receive()Mark McLoughlin2009-06-0920-56/+57
| * net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin2009-06-0919-35/+40
| * net: only read from tapfd when we can sendMark McLoughlin2009-06-091-1/+8
| * net: vlan clients with no fd_can_read() can always receiveMark McLoughlin2009-06-091-6/+10
| * net: move the tap buffer into TAPStateMark McLoughlin2009-06-091-3/+3
| * net: factor tap_read_packet() out of tap_send()Mark McLoughlin2009-06-091-9/+19
| * slirp: Reorder initializationJan Kiszka2009-06-093-43/+100
| * net: Improve parameter error reportingJan Kiszka2009-06-094-67/+75
| * net: fix error reporting for some net parameter checksMark McLoughlin2009-06-091-6/+6
| * net: Real fix for check_params usersJan Kiszka2009-06-093-37/+28
| * Revert "Fix output of uninitialized strings"Mark McLoughlin2009-06-092-11/+22
| * slirp: Avoid zombie processes after fork_execJan Kiszka2009-06-092-28/+45
| * net: Fix and improved ordered packet deliveryJan Kiszka2009-06-091-15/+42
| * net: Don't deliver to disabled interfaces in qemu_sendv_packetJan Kiszka2009-06-091-1/+1
* | Fix "defined but not used" warningLuiz Capitulino2009-06-101-4/+4
* | monitor: Introduce get_command_name()Luiz Capitulino2009-06-101-14/+30
* | monitor: Remove unused variableLuiz Capitulino2009-06-101-2/+0
* | monitor: Remove uneeded 'return' statementLuiz Capitulino2009-06-101-1/+0
* | monitor: Remove uneeded gotoLuiz Capitulino2009-06-101-4/+6
* | Use snprintf to avoid OpenBSD warningBlue Swirl2009-06-091-5/+7
* | Fix Sparse warningBlue Swirl2009-06-091-1/+1
* | Clean up generated qemu-img-cmds.hBlue Swirl2009-06-091-0/+1