aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-07block: make bdrv_create adopt coroutineZhi Yong Wu
2012-05-07qcow2: Limit COW to where it's neededKevin Wolf
2012-05-07sheepdog: switch to writethrough mode if cluster doesn't support flushMORITA Kazutaka
2012-05-07hw/ac97: Mask out the EAPD bit on Powerdown Ctrl/Stat writesHans de Goede
2012-05-07hw/ac97: Mask out unused bits of volume controlsHans de Goede
2012-05-07hw/ac97: Use AC97_Record_Gain_Mute not AC97_Line_In_Volume_MuteHans de Goede
2012-05-07hw/ac97: Make a bunch of mixer registers read onlyHans de Goede
2012-05-07hw/ac97: Fix log message in mixer_loadHans de Goede
2012-05-07scsi: Add assertion for use-after-free errorsStefan Weil
2012-05-07scsi: remove useless debug messagesPaolo Bonzini
2012-05-07scsi: set VALID bit to 0 in fixed format sense dataPaolo Bonzini
2012-05-07scsi: do not require a minimum allocation length for REQUEST SENSEPaolo Bonzini
2012-05-07scsi: do not require a minimum allocation length for INQUIRYPaolo Bonzini
2012-05-07scsi: parse 16-byte tape CDBsPaolo Bonzini
2012-05-07scsi: do not report bogus overruns for commands in the 0x00-0x1F rangePaolo Bonzini
2012-05-07scsi-disk: add dpofua propertyPaolo Bonzini
2012-05-07scsi: change "removable" field to host many featuresPaolo Bonzini
2012-05-04scsi: Specify the xfer direction for UNMAP and ATA_PASSTHROUGH commandsRonnie Sahlberg
2012-05-04scsi: fix WRITE SAME transfer length and directionPaolo Bonzini
2012-05-04scsi: fix refcounting for readsPaolo Bonzini
2012-05-04scsi: prevent data transfer overflowPaolo Bonzini
2012-05-04ISCSI: Add support for thin-provisioning via discard/UNMAP and bigger LUNsRonnie Sahlberg
2012-05-04fix build with pulseaudio versions older than 0.9.11Gerd Hoffmann
2012-05-03linux-user: fix emulation of /proc/self/mapsAlexander Graf
2012-05-03linux-user: Clean up interim solution for exit syscallAndreas Färber
2012-05-03Bail out if CONFIG_TCG_PASS_AREG0 is definedmalc
2012-05-03Restore consistent formattingmalc
2012-05-03qxl: don't assert on guest create_guest_primaryAlon Levy
2012-05-03qxl: ioport_write: remove guest trigerrable abortAlon Levy
2012-05-03qxl: qxl_add_memslot: remove guest trigerrable panicsAlon Levy
2012-05-03qxl: interface_notify_update: remove guest trigerrable abortAlon Levy
2012-05-03qxl: cleanup s/__FUNCTION__/__func__/Alon Levy
2012-05-03qxl: don't abort on guest trigerrable ring indices mismatchAlon Levy
2012-05-03qxl: fix > 80 chars lineAlon Levy
2012-05-03qxl: replace panic with guest bug in qxl_track_commandAlon Levy
2012-05-03qxl: check for NULL return from qxl_phys2virtAlon Levy
2012-05-03hw/qxl.c: qxl_phys2virt: replace panics with guest_bugAlon Levy
2012-05-03spice_info: add mouse_modeAlon Levy
2012-05-03spice: require spice-protocol >= 0.8.1Alon Levy
2012-05-03qemu-timer: Fix limits for w32 mmtimerStefan Weil
2012-05-03qom: Fix memory leak in function container_getStefan Weil
2012-05-03hw/pc_sysfw: Fix memory leakStefan Weil
2012-05-03qdev: Fix memory leak in function set_pci_devfnStefan Weil
2012-05-03arm-semi: Rename SYS_XXX macros to TARGET_SYS_XXX (fixes compiler warning)Stefan Weil
2012-05-03target-mips: Remove unused inline functionStefan Weil
2012-05-02Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2012-05-02ATA: Allow WIN_SECURITY_FREEZE_LOCK as nopAlexander Graf
2012-05-02rbd: add discard supportJosh Durgin
2012-05-02qcow2: fix the return value -ENOENT -> -EEXISTZhi Yong Wu
2012-05-02qcow2: Don't hold cache references across yieldKevin Wolf