summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-11net: add -netdev options to man pageStefan Hajnoczi1-0/+7
2012-10-11net: do not report queued packets as sentStefan Hajnoczi1-19/+16
2012-10-11net: add receive_disabled logic to iov delivery pathStefan Hajnoczi1-2/+13
2012-10-11eepro100: Fix network hang when rx buffers run outBo Yang1-1/+3
2012-10-11xen: flush queue when getting an eventPaolo Bonzini1-0/+1
2012-10-11e1000: flush queue whenever can_receive can go from false to truePaolo Bonzini1-0/+4
2012-10-11net: notify iothread after flushing queuePaolo Bonzini4-8/+10
2012-10-11arch_init.c: add missing '%' symbols before PRIu64 in debug printfsIgor Mitsyanko1-4/+4
2012-10-11kvm: Fix warning from static code analysisStefan Weil1-7/+5
2012-10-11qapi: Fix enumeration typo errorLei Li2-3/+3
2012-10-11console: Clean up bytes per pixel calculationBALATON Zoltan1-3/+2
2012-10-11Spelling fixes in comments and documentationStefan Weil6-14/+14
2012-10-11srp: Don't use QEMU_PACKED for single elements of a structured typeStefan Weil1-4/+4
2012-10-11slirp: Implement TFTP Blocksize optionHervé Poussineau1-9/+33
2012-10-11slirp: Handle more than 65535 blocks in TFTP transfersHervé Poussineau2-14/+11
2012-10-11slirp: improve TFTP performanceHervé Poussineau2-14/+19
2012-10-11slirp: Fix error reported by static code analysisStefan Weil1-1/+1
2012-10-11slirp: Remove wrong type casts ins debug statementsStefan Weil1-3/+3
2012-10-11uhci: Don't queue up packets after one with the SPD flag setHans de Goede1-1/+4
2012-10-11usb-redir: Revert usb-redir part of commit 93bfef4cHans de Goede1-4/+3
2012-10-11ehci: Walk async schedule before and after migrationHans de Goede1-0/+28
2012-10-11ehci: Don't set seen to 0 when removing unseen queue-headsHans de Goede1-6/+18
2012-10-11configure: usbredir fixesAurelien Jarno1-1/+1
2012-10-11hw/qxl: tracing fixesAlon Levy2-5/+9
2012-10-11block: Don't forget to delete temporary fileDunrong Huang1-1/+5
2012-10-11Don't require encryption password for 'qemu-img info' commandDaniel P. Berrange1-10/+11
2012-10-11ahci: properly reset PxCMD on HBA resetJason Baron1-1/+1
2012-10-11block: fix block tray statusPavel Hrdina1-2/+2
2012-10-11vdi: Fix warning from clangStefan Weil1-13/+12
2012-10-11block/curl: Fix wrong free statementStefan Weil1-2/+1
2012-10-11ide: Fix error messages from static code analysis (no real error)Stefan Weil1-9/+2
2012-10-11sheepdog: fix savevm and loadvmMORITA Kazutaka1-1/+2
2012-10-11ehci: Don't process too much frames in 1 timer tick (v2)Hans de Goede1-0/+14
2012-10-11ehci: Fix interrupts stopping when Interrupt Threshold Control is 8Hans de Goede1-1/+1
2012-10-11ehci: switch to new-style memory opsGerd Hoffmann2-92/+90
2012-10-11qxl: better cleanup for surface destroyUri Lublin1-0/+1
2012-10-11usb-host: allow emulated (non-async) control requests without USBPacketGerd Hoffmann1-1/+1
2012-10-11qxl: dont update invalid areaDunrong Huang1-0/+7
2012-10-11xhci: allow bytewise capability register readsGerd Hoffmann1-1/+3
2012-10-11xhci: fix runtime write tracepointGerd Hoffmann1-1/+1
2012-10-11xhci: drop bufferingGerd Hoffmann2-115/+72
2012-10-11xhci: rip out background transfer codeGerd Hoffmann1-219/+4
2012-10-11usb-audio: fix usb versionGerd Hoffmann1-1/+1
2012-10-11Better name usb braille deviceSamuel Thibault1-1/+1
2012-10-11usb-redir: Return babble when getting more bulk data then requestedHans de Goede1-3/+3
2012-10-11usb-redir: Move to core packet id and queue handlingHans de Goede1-134/+92
2012-10-11usb-redir: Get rid of unused async-struct dev memberHans de Goede1-2/+0
2012-10-11usb-redir: Get rid of local shadow copy of packet headersHans de Goede1-27/+0
2012-10-11usb-redir: Get rid of async-struct get memberHans de Goede1-6/+3
2012-10-11usb-redir: Don't delay handling of open events to a bottom halfHans de Goede1-47/+53