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