summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2014-12-10linux-user: fix segfault deadlockAlexander Graf1-0/+10
When entering the guest we take a lock to ensure that nobody else messes with our TB chaining while we're doing it. If we get a segfault inside that code, we manage to work on, but will not unlock the lock. This patch forces unlocking of that lock in the segv handler. I'm not sure this is the right approach though. Maybe we should rather make sure we don't segfault in the code? I would greatly appreciate someone more intelligible than me to look at this :). Example code to trigger this is at: http://csgraf.de/tmp/conftest.c Reported-by: Fabio Erculiani <lxnay@sabayon.org> Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Andreas Färber <afaerber@suse.de>
2014-12-10block/vmdk: Support creation of SCSI VMDK images in qemu-imgUlrich Hecht1-0/+2
Signed-off-by: Ulrich Hecht <uli@suse.de> [AF: Changed BLOCK_FLAG_SCSI from 8 to 16 for v1.2] [AF: Rebased onto upstream VMDK SCSI support] [AF: Rebased onto skipping of image creation in v1.7] [AF: Simplified in preparation for v1.7.1/v2.0] [AF: Rebased onto QemuOpts conversion for v2.1] Signed-off-by: Andreas Färber <afaerber@suse.de>
2014-12-10qemu-cvs-alsa_bitfieldAlexander Graf1-0/+3
Implements TYPE_INTBITFIELD partially. (required for ALSA support) Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Ulrich Hecht <uli@suse.de>
2014-12-10Imported Upstream version 2.2.0upstream/2.2.1upstream/2.2.0Chanho Park105-388/+1686
2014-09-05Imported Upstream version 2.1.0upstream/2.1.0Chanho Park129-1823/+5827
2014-07-07Imported Upstream version 2.0.0upstream/2.0.0Chanho Park174-1511/+5816
Change-Id: I081766c4314e7893f54fec80b920b1638d15021f
2013-11-19Import upstream 1.6.0.upstream/1.6.0Junfeng Dong279-178/+37376
Change-Id: Icf52b556470cac8677297f2ef14ded16684f7887 Signed-off-by: Junfeng Dong <junfeng.dong@intel.com>
2013-01-15Imported Upstream version 1.3.0upstream/1.3.0Anas Nashif5-10/+210
2012-11-06Imported Upstream version 1.2.0upstream/1.2.0Anas Nashif5-0/+1227