summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-21Update VERSION for 1.7.2 releasev1.7.2Michael Roth1-1/+1
2014-07-15Allow mismatched virtio config-lenDr. David Alan Gilbert1-5/+11
2014-07-15pci: assign devfn to pci_dev before calling pci_device_iommu_address_space()Le Tan1-1/+1
2014-07-15hw: Fix qemu_allocate_irqs() leaksAndreas Färber14-29/+28
2014-07-15sdhci: Fix misuse of qemu_free_irqs()Andreas Färber1-2/+2
2014-07-15vnc: Fix tight_detect_smooth_image() for lossless caseMarkus Armbruster1-1/+1
2014-07-15qapi: zero-initialize all QMP command parametersMichael Roth1-1/+1
2014-07-15nbd: Shutdown socket before closing.Hani Benhabiles2-0/+2
2014-07-15nbd: Close socket on negotiation failure.Hani Benhabiles2-3/+5
2014-07-15nbd: Don't validate from and len in NBD_CMD_DISC.Hani Benhabiles1-3/+4
2014-07-15nbd: Don't export a block device with no medium.Hani Benhabiles1-0/+4
2014-07-15virtio-serial: don't migrate the config spaceAlexander Graf1-10/+6
2014-07-15virtio-net: byteswap virtio-net headerCédric Le Goater1-0/+17
2014-07-15target-i386: Filter FEAT_7_0_EBX TCG features tooEduardo Habkost1-1/+2
2014-07-15coroutine-win32.c: Add noinline attribute to work around gcc bugPeter Maydell1-2/+11
2014-07-15KVM: Fix GSI number space limitAlexander Graf1-1/+1
2014-07-15usb: Fix usb-bt-dongle initialization.Hani Benhabiles1-8/+16
2014-07-15vhost: fix resource leak in error handlingMichael S. Tsirkin1-4/+6
2014-07-15scsi-disk: fix bug in scsi_block_new_request() introduced by commit 137745cUlrich Obergfell1-1/+1
2014-07-15rdma: bug fixesMichael R. Hines1-10/+10
2014-07-15qga: Fix handle fd leak in acquire_privilege()Gonglei1-2/+4
2014-07-03aio: fix qemu_bh_schedule() bh->ctx race conditionStefan Hajnoczi1-4/+10
2014-07-03s390x/css: handle emw correctly for tschCornelia Huck1-4/+20
2014-07-03target-arm: Fix errors in writes to generic timer control registersPeter Maydell1-3/+3
2014-07-03tcg-i386: Fix win64 qemu storeRichard Henderson1-1/+2
2014-07-03linux-user: Don't overrun guest buffer in sched_getaffinityPeter Maydell1-0/+16
2014-07-03qemu-img: Plug memory leak in convert commandMarkus Armbruster1-1/+1
2014-07-03block/sheepdog: Plug memory leak in sd_snapshot_create()Markus Armbruster1-2/+2
2014-07-03block/vvfat: Plug memory leak in read_directory()Markus Armbruster1-1/+3
2014-07-03block/vvfat: Plug memory leak in check_directory_consistency()Markus Armbruster1-1/+1
2014-07-03block/qapi: Plug memory leak in dump_qobject() case QTYPE_QERRORMarkus Armbruster1-0/+1
2014-07-03blockdev: Plug memory leak in drive_init()Markus Armbruster1-0/+2
2014-07-03blockdev: Plug memory leak in blockdev_init()Markus Armbruster1-2/+3
2014-07-03cputlb: Fix regression with TCG interpreter (bug 1310324)Stefan Weil1-2/+4
2014-07-03target-xtensa: fix cross-page jumps/calls at the end of TBMax Filippov1-2/+2
2014-07-03virtio-scsi: Plug memory leak on virtio_scsi_push_event() error pathMarkus Armbruster1-1/+2
2014-07-03qcow1: Stricter backing file length checkKevin Wolf3-2/+23
2014-07-03qcow1: Validate image size (CVE-2014-0223)Kevin Wolf3-2/+30
2014-07-03qcow1: Validate L2 table size (CVE-2014-0222)Kevin Wolf3-0/+34
2014-07-03qcow1: Check maximum cluster sizeKevin Wolf4-1/+85
2014-07-03qcow1: Make padding in the header explicitKevin Wolf1-1/+2
2014-07-03parallels: Sanity check for s->tracks (CVE-2014-0142)Kevin Wolf3-1/+17
2014-07-03parallels: Fix catalog size integer overflow (CVE-2014-0143)Kevin Wolf6-1/+97
2014-07-03qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143)Kevin Wolf5-4/+29
2014-07-03qcow2: Fix L1 allocation size in qcow2_snapshot_load_tmp() (CVE-2014-0145)Kevin Wolf3-2/+22
2014-07-03qcow2: Fix copy_sectors() with VM stateKevin Wolf3-11/+33
2014-07-03qcow2: Fix NULL dereference in qcow2_open() error path (CVE-2014-0146)Kevin Wolf3-3/+15
2014-07-03block: Limit request size (CVE-2014-0143)Kevin Wolf1-0/+4
2014-07-03dmg: prevent chunk buffer overflow (CVE-2014-0145)Stefan Hajnoczi1-6/+33
2014-07-03dmg: use uint64_t consistently for sectors and lengthsStefan Hajnoczi1-3/+3