summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* raw-posix: add a raw_open_common helperChristoph Hellwig2009-06-151-29/+19
* raw-posix: always store open flagsChristoph Hellwig2009-06-151-26/+21
* fix qemu_aio_flushAndrea Arcangeli2009-06-152-5/+10
* migrate_fd_close: delete associated io-handler before closing the fdUri Lublin2009-06-131-0/+2
* exec-migration: handle EINTR in popen_get_buffer()Uri Lublin2009-06-131-1/+8
* Fix prototype of function zfree.Stefan Weil2009-06-131-2/+2
* Add static to local machine declaration.Stefan Weil2009-06-131-1/+1
* Don't use cpu_index as apic_id.Gleb Natapov2009-06-133-13/+40
* Apic creation should not depend on pciGleb Natapov2009-06-131-8/+2
* Add -no-virtio-balloon command-line optionEduardo Habkost2009-06-134-1/+15
* Fix SDL include path.Stefan Weil2009-06-132-2/+2
* Really enable -WerrorBlue Swirl2009-06-131-13/+14
* Avoid collision with system NGROUPS definitionBlue Swirl2009-06-131-3/+3
* Fix a warning: uint_fast8_t is not 8 bits on OpenBSD/Sparc64Blue Swirl2009-06-131-2/+6
* Avoid a gcc 3 format warningBlue Swirl2009-06-132-12/+4
* Avoid gcc 4.4 warning about uninitialized fieldBlue Swirl2009-06-131-0/+1
* Fix signedness problemsBlue Swirl2009-06-131-3/+3
* xen nic: check tx queue after connect.Gerd Hoffmann2009-06-131-0/+2
* 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
OpenPOWER on IntegriCloud