summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* qdev: c99 initilaizers for bus_type_namesGerd Hoffmann2009-06-081-5/+5
* xen nic: use XC_PAGE_SIZE instead of PAGE_SIZE.Gerd Hoffmann2009-06-081-1/+1
* xen nic: use qemu_mallocGerd Hoffmann2009-06-081-2/+2
* kvm: Improve upgrade notes when facing unsupported kernelsJan Kiszka2009-06-072-5/+11
* Fix generation of CONFIG_KVMBlue Swirl2009-06-071-7/+8
* Use hxtool for qemu-img command listStuart Brady2009-06-075-38/+101
* doc: Update information on supported network adapters.Stefan Weil2009-06-061-2/+2
* xen: net backend doesn't need linux headers.Gerd Hoffmann2009-06-061-2/+0
* Document changes in qemu-img interfaceKevin Wolf2009-06-062-18/+23
* qemu-img: Print available options with -o ?Kevin Wolf2009-06-0610-19/+110
* Fix spelling in comment.Stefan Weil2009-06-061-1/+1
* Use hxtool to generate monitor documentation and C structuresBlue Swirl2009-06-065-473/+624
* Use correct type for SPARC cpu_cc_opPaul Brook2009-06-061-1/+2
* Fix typoPaul Brook2009-06-061-1/+1
* qdev: add monitor command to dump the tree.Gerd Hoffmann2009-06-054-0/+93
* Record device property typesPaul Brook2009-06-055-19/+77
* Fix elf loader range checkingPaul Brook2009-06-051-3/+3
* Remove ARM NVIC initialization hackPaul Brook2009-06-042-6/+1
* Add --enable-debugPaul Brook2009-06-041-1/+15
* qdev: kill DeviceState->nameGerd Hoffmann2009-06-042-3/+1
* fix gdbstub support for multiple threads in usermode, v3Nathan Froyd2009-06-044-27/+49
* CRIS: Remove duplicated flag defines.Edgar E. Iglesias2009-06-031-2/+0
* microblaze: Fix loading of petalogix s3adsp1800 dtb.Edgar E. Iglesias2009-06-033-10/+12
* Stellaris qdev conversionPaul Brook2009-06-034-51/+97
* Implement multiple samplers on stellaris ADCPaul Brook2009-06-021-19/+31
* Use relative path for biosPaul Brook2009-05-3016-122/+366
* Update maintainer list.Edgar E. Iglesias2009-05-281-0/+4
* Install keymaps from new locationAnthony Liguori2009-05-281-1/+1
* vvfat: one more missing BlockDriver C99 initializer conversionChristoph Hellwig2009-05-281-4/+3
* Move keymaps into pc-biosAnthony Liguori2009-05-2835-0/+0
* kvm: Mark full address range dirty on live migration startJan Kiszka2009-05-282-1/+3
* Add detection of pthread library nameSebastian Herbszt2009-05-281-5/+9
* User networking: Show active connectionsAlexander Graf2009-05-284-1/+74
OpenPOWER on IntegriCloud