summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-09Merge remote-tracking branch 'mjt/mjt-iov2' into stagingAnthony Liguori27-420/+623
2012-07-09Merge remote-tracking branch 'quintela/migration-anthony-v2' into stagingAnthony Liguori14-88/+198
2012-07-09Merge remote-tracking branch 'kiszka/queues/slirp' into stagingAnthony Liguori2-20/+72
2012-07-09slirp: Improve error reporting of inaccessible smb directoriesJan Kiszka1-2/+2
2012-07-09slirp: Ensure smbd and shared directory exist when enable smbDunrong Huang1-0/+12
2012-07-09slirp: add 'cmd:' target for guestfwdAlexander Graf2-18/+48
2012-07-09slirp: Enforce host-side user of smb shareJan Kiszka1-2/+12
2012-07-09Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori13-295/+426
2012-07-09block: Factor bdrv_read_unthrottled() out of guess_disk_lchs()Markus Armbruster2-7/+19
2012-07-09qtest: Tidy up temporary files properlyMarkus Armbruster1-13/+16
2012-07-09Merge remote-tracking branch 'kraxel/usb.55' into stagingAnthony Liguori6-41/+86
2012-07-09Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori13-37/+3872
2012-07-09Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2-6/+0
2012-07-09fdc: Drop broken code for user-defined floppy geometryMarkus Armbruster2-37/+28
2012-07-09fdc_test: introduce test_sense_interruptPavel Hrdina1-1/+24
2012-07-09fdc_test: update media_change testPavel Hrdina1-8/+17
2012-07-09fdc: fix interrupt handlingPavel Hrdina1-13/+21
2012-07-09fdc: rewrite seek and DSKCHG bit handlingPavel Hrdina1-38/+41
2012-07-09block: introduce bdrv_swap, implement bdrv_append on top of itPaolo Bonzini2-85/+100
2012-07-09block: copy over job and dirty bitmap fields in bdrv_appendPaolo Bonzini1-0/+15
2012-07-09raw: hook into blkdebugPaolo Bonzini1-0/+2
2012-07-09blkdebug: optionally tie errors to a specific sectorPaolo Bonzini1-2/+24
2012-07-09blkdebug: store list of active rulesPaolo Bonzini1-38/+31
2012-07-09blkdebug: pass getlength to underlying filePaolo Bonzini1-0/+6
2012-07-09blkdebug: tiny cleanupPaolo Bonzini1-6/+2
2012-07-09blkdebug: remove sync i/o eventsPaolo Bonzini3-5/+1
2012-07-09sheepdog: traverse pending_list from the first for each timeMORITA Kazutaka1-6/+16
2012-07-09sheepdog: split outstanding list into inflight and pendingMORITA Kazutaka1-25/+24
2012-07-09sheepdog: make sure we don't free aiocb before sending all requestsMORITA Kazutaka1-13/+16
2012-07-09sheepdog: use coroutine based socket functions in coroutine contextMORITA Kazutaka1-2/+8
2012-07-09sheepdog: restart I/O when socket becomes ready in do_co_req()MORITA Kazutaka1-0/+14
2012-07-09sheepdog: fix dprintf format stringsMORITA Kazutaka1-4/+4
2012-07-09blockdev: warn when copy_on_read=on and readonly=onStefan Hajnoczi1-0/+4
2012-07-09qcow2: preserve free_byte_offset when qcow2_alloc_bytes() failsStefan Hajnoczi1-3/+4
2012-07-09qcow2: fix #ifdef'd qcow2_check_refcounts() callersStefan Hajnoczi2-4/+4
2012-07-09usb-host: add trace events for iso xfersGerd Hoffmann2-6/+10
2012-07-09usb: fix interface initializationGerd Hoffmann2-2/+4
2012-07-09usb: split endpoint init and resetGerd Hoffmann3-4/+15
2012-07-09usb-redir: Correctly handle the usb_redir_babble usbredir statusHans de Goede1-0/+2
2012-07-09ehci: Kick async schedule on wakeup in the non companion caseHans de Goede1-2/+3
2012-07-09usb-ehci: Fix an assert whenever isoc transfers are usedHans de Goede1-0/+1
2012-07-09ehci: don't flush cache on doorbell rings.Gerd Hoffmann1-6/+29
2012-07-09ehci: fix td writebackGerd Hoffmann1-2/+4
2012-07-09ehci: fix ehci_qh_do_overlayGerd Hoffmann1-19/+18
2012-07-07bitops.h: Add functions to extract and deposit bitfieldsPeter Maydell1-0/+90
2012-07-07target-i386: make it clearer that op table accesses don't overrunPeter Maydell1-6/+6
2012-07-07target-i386: Remove confusing X86_64_DEF macroPeter Maydell1-15/+24
2012-07-07target-i386: Remove unused macrosPeter Maydell1-6/+0
2012-07-07.gitignore updateEduardo Habkost1-0/+6
2012-07-07Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/...Blue Swirl13-8/+2689