aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-05Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell13-116/+225
2014-04-04dataplane: replace iothread object_add() with embedded instanceStefan Hajnoczi1-19/+12
2014-04-04iothread: make IOThread struct definition publicStefan Hajnoczi2-12/+11
2014-04-04dma-helpers: Initialize DMAAIOCB in_cancel flagPeter Maydell1-0/+1
2014-04-04block: Check bdrv_getlength() return value in bdrv_append_temp_snapshot()Kevin Wolf1-1/+6
2014-04-04block: Fix snapshot=on for protocol parsed from filenameKevin Wolf4-70/+115
2014-04-04cpu-exec: Unlock tb_lock if we longjmp out of code generationPeter Maydell1-0/+8
2014-04-04page_check_range: don't bail out early after unprotecting pageAndrei Warkentin1-1/+0
2014-04-04hw/arm/vexpress, hw/arm/highbank: Don't insist that CPU has reset-cbar propertyPeter Maydell2-11/+10
2014-04-04hw/arm/highbank: Don't segfault on unknown CPU namesPeter Maydell1-0/+5
2014-04-04qemu-iotests: Remove CR line endings in reference outputKevin Wolf1-5/+5
2014-04-04block: Don't parse 'filename' optionKevin Wolf3-4/+19
2014-04-04qcow2: Put cache reference in error caseKevin Wolf1-0/+1
2014-04-04qcow2: Flush metadata during read-only reopenKevin Wolf3-4/+52
2014-04-04iscsi: Don't set error if already set in iscsi_do_inquiryFam Zheng1-2/+4
2014-04-03Update version for v2.0.0-rc1 releasev2.0.0-rc1Peter Maydell1-1/+1
2014-04-03Merge remote-tracking branch 'remotes/riku/for-2.0' into stagingPeter Maydell1-2/+5
2014-04-03bswap: Fix build on FreeBSD 10.0Andreas Färber1-0/+2
2014-04-03PPC: openpic_kvm: Filter memory events properlyAlexander Graf1-0/+10
2014-04-03Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell2-7/+13
2014-04-03MAINTAINERS: Update Peter Crosthwaite's emailPeter Crosthwaite1-5/+5
2014-04-03iscsi: always query max WRITE SAME lengthPaolo Bonzini1-5/+7
2014-04-03iscsi: ignore flushes on scsi-generic devicesPaolo Bonzini1-0/+4
2014-04-03iscsi: recognize "invalid field" ASCQ from WRITE SAME commandPaolo Bonzini1-1/+2
2014-04-02scsi-bus: remove bogus assertionPaolo Bonzini1-1/+0
2014-04-01Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-1/+6
2014-04-01trace: add workaround for SystemTap PR13296Frank Ch. Eigler1-1/+6
2014-04-01Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell38-303/+1565
2014-04-01Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-7' into stagingPeter Maydell2-6/+15
2014-04-01qcow2: link all L2 meta updates in preallocate()Stefan Hajnoczi1-1/+6
2014-04-01parallels: Sanity check for s->tracks (CVE-2014-0142)Kevin Wolf3-1/+17
2014-04-01parallels: Fix catalog size integer overflow (CVE-2014-0143)Kevin Wolf6-1/+97
2014-04-01qcow2: Limit snapshot table sizeKevin Wolf2-1/+18
2014-04-01qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143)Kevin Wolf5-4/+29
2014-04-01qcow2: Fix L1 allocation size in qcow2_snapshot_load_tmp() (CVE-2014-0145)Kevin Wolf3-2/+22
2014-04-01qcow2: Fix NULL dereference in qcow2_open() error path (CVE-2014-0146)Kevin Wolf3-3/+15
2014-04-01qcow2: Fix copy_sectors() with VM stateKevin Wolf3-11/+33
2014-04-01block: Limit request size (CVE-2014-0143)Kevin Wolf1-0/+4
2014-04-01block: vdi bounds check qemu-io testsJeff Cody3-0/+138
2014-04-01dmg: prevent chunk buffer overflow (CVE-2014-0145)Stefan Hajnoczi1-6/+33
2014-04-01dmg: use uint64_t consistently for sectors and lengthsStefan Hajnoczi1-3/+3
2014-04-01dmg: sanitize chunk length and sectorcount (CVE-2014-0145)Stefan Hajnoczi1-0/+24
2014-04-01dmg: use appropriate types when reading chunksStefan Hajnoczi1-1/+2
2014-04-01dmg: drop broken bdrv_pread() loopStefan Hajnoczi1-13/+2
2014-04-01dmg: prevent out-of-bounds array access on terminatorStefan Hajnoczi1-1/+1
2014-04-01dmg: coding style and indentation cleanupStefan Hajnoczi1-104/+120
2014-04-01qcow2: Fix new L1 table size check (CVE-2014-0143)Kevin Wolf1-1/+1
2014-04-01qcow2: Protect against some integer overflows in bdrv_checkKevin Wolf1-9/+9
2014-04-01qcow2: Fix types in qcow2_alloc_clusters and alloc_clusters_norefKevin Wolf2-8/+9
2014-04-01qcow2: Check new refcount table size on growthKevin Wolf3-3/+14