summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-08runstate: introduce suspended stateLuiz Capitulino4-3/+14
2012-05-08qapi-schema.json: fix RunState enums alphabetical orderLuiz Capitulino1-2/+2
2012-05-08wakeup on migrationGerd Hoffmann1-0/+1
2012-05-08Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-1/+1
2012-05-08Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori5-25/+73
2012-05-08Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori5-87/+171
2012-05-08Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori1-5/+41
2012-05-08Merge remote-tracking branch 'spice/spice.v54' into stagingAnthony Liguori8-55/+198
2012-05-08Merge remote-tracking branch 'sweil/fixes' into stagingAnthony Liguori6-69/+63
2012-05-08rtl8139: fix regression in TxStatus/TxAddr readAvi Kivity1-1/+1
2012-05-07fdc: simplify media change handlingHervé Poussineau1-18/+11
2012-05-07qcow2: lock on preallocZhi Yong Wu1-0/+3
2012-05-07block: make bdrv_create adopt coroutineZhi Yong Wu1-2/+42
2012-05-07qcow2: Limit COW to where it's neededKevin Wolf1-5/+9
2012-05-07sheepdog: switch to writethrough mode if cluster doesn't support flushMORITA Kazutaka1-0/+8
2012-05-07hw/ac97: Mask out the EAPD bit on Powerdown Ctrl/Stat writesHans de Goede1-1/+1
2012-05-07hw/ac97: Mask out unused bits of volume controlsHans de Goede1-5/+15
2012-05-07hw/ac97: Use AC97_Record_Gain_Mute not AC97_Line_In_Volume_MuteHans de Goede1-4/+5
2012-05-07hw/ac97: Make a bunch of mixer registers read onlyHans de Goede1-7/+27
2012-05-07hw/ac97: Fix log message in mixer_loadHans de Goede1-1/+1
2012-05-07scsi: Add assertion for use-after-free errorsStefan Weil1-0/+1
2012-05-07scsi: remove useless debug messagesPaolo Bonzini1-13/+0
2012-05-07scsi: set VALID bit to 0 in fixed format sense dataPaolo Bonzini1-2/+2
2012-05-07scsi: do not require a minimum allocation length for REQUEST SENSEPaolo Bonzini1-5/+2
2012-05-07scsi: do not require a minimum allocation length for INQUIRYPaolo Bonzini2-19/+0
2012-05-07scsi: parse 16-byte tape CDBsPaolo Bonzini2-0/+11
2012-05-07scsi: do not report bogus overruns for commands in the 0x00-0x1F rangePaolo Bonzini1-6/+10
2012-05-07scsi-disk: add dpofua propertyPaolo Bonzini1-1/+6
2012-05-07scsi: change "removable" field to host many featuresPaolo Bonzini1-8/+15
2012-05-04scsi: Specify the xfer direction for UNMAP and ATA_PASSTHROUGH commandsRonnie Sahlberg1-0/+2
2012-05-04scsi: fix WRITE SAME transfer length and directionPaolo Bonzini2-7/+12
2012-05-04scsi: fix refcounting for readsPaolo Bonzini1-0/+7
2012-05-04scsi: prevent data transfer overflowPaolo Bonzini1-12/+26
2012-05-04ISCSI: Add support for thin-provisioning via discard/UNMAP and bigger LUNsRonnie Sahlberg2-14/+77
2012-05-04fix build with pulseaudio versions older than 0.9.11Gerd Hoffmann1-1/+29
2012-05-03linux-user: fix emulation of /proc/self/mapsAlexander Graf1-1/+41
2012-05-03linux-user: Clean up interim solution for exit syscallAndreas Färber1-4/+0
2012-05-03Bail out if CONFIG_TCG_PASS_AREG0 is definedmalc1-21/+1
2012-05-03Restore consistent formattingmalc1-18/+18
2012-05-03qxl: don't assert on guest create_guest_primaryAlon Levy1-1/+4
2012-05-03qxl: ioport_write: remove guest trigerrable abortAlon Levy1-2/+1
2012-05-03qxl: qxl_add_memslot: remove guest trigerrable panicsAlon Levy1-7/+20
2012-05-03qxl: interface_notify_update: remove guest trigerrable abortAlon Levy1-2/+7
2012-05-03qxl: cleanup s/__FUNCTION__/__func__/Alon Levy1-1/+1
2012-05-03qxl: don't abort on guest trigerrable ring indices mismatchAlon Levy1-12/+39
2012-05-03qxl: fix > 80 chars lineAlon Levy1-2/+2
2012-05-03qxl: replace panic with guest bug in qxl_track_commandAlon Levy1-1/+5
2012-05-03qxl: check for NULL return from qxl_phys2virtAlon Levy4-20/+64
2012-05-03hw/qxl.c: qxl_phys2virt: replace panics with guest_bugAlon Levy1-6/+19
2012-05-03spice_info: add mouse_modeAlon Levy3-1/+35