summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-02-16Update version for 0.14.0v0.14.0Anthony Liguori1-1/+1
2011-02-14Update version for 0.14.0-rc2v0.14.0-rc2Anthony Liguori1-1/+1
2011-02-14Fix build from previous commitAnthony Liguori1-1/+1
2011-02-14PATCH] slirp: fix buffer overrunBruce Rogers1-2/+2
2011-02-14correctly check ppr priority during interrupt injection]Gleb Natapov1-12/+30
2011-02-14Merge branch 'linux-user-for-0.14' of git://gitorious.org/qemu-maemo/qemuJustin M. Forbes1-2/+0
2011-02-11qcow2: Fix order in L2 table COWKevin Wolf1-3/+6
2011-02-11qemu-img: Improve error messages for failed bdrv_openKevin Wolf1-3/+7
2011-02-11qed: Report error for unsupported featuresKevin Wolf1-1/+8
2011-02-11qcow2: Report error for version > 2Kevin Wolf1-2/+11
2011-02-11qerror: Add QERR_UNKNOWN_BLOCK_FORMAT_FEATUREKevin Wolf2-0/+8
2011-02-11qcow2: Fix error handling for reading compressed clustersKevin Wolf2-3/+5
2011-02-11qcow2: Fix error handling for immediate backing file read failureKevin Wolf1-1/+3
2011-02-11QCOW2: bug fix - read base image beyond its sizeChunqiang Tang3-3/+35
2011-02-11Change snapshot_blkdev hmp to use correct argument type for deviceJes Sorensen1-1/+1
2011-02-09linux-user: Fix possible realloc memory leakStefan Weil1-3/+5
2011-02-09linux-user: Fix possible realloc memory leakStefan Weil1-3/+5
2011-02-09linux-user: fix for loopmount ioctlMartin Mohring1-2/+0
2011-02-08Merge branch 'master' of git+ssh://git.qemu.org/pub/git/qemu-stable-0.14Justin M. Forbes3-5/+5
2011-02-08blockdev: Plug memory leak in drive_init() error pathsMarkus Armbruster1-2/+9
2011-02-08blockdev: Plug memory leak in drive_uninit()Markus Armbruster1-0/+1
2011-02-08x86: Fix MCA broadcast parameters for TCG caseJan Kiszka1-2/+2
2011-02-08qemu-timer: Fix compilation of new timer code for w32, w64Stefan Weil1-2/+2
2011-02-07Update version for 0.14.0-rc1v0.14.0-rc1Anthony Liguori1-1/+1
2011-02-07block: enable in_use flagMarcelo Tosatti3-0/+8
2011-02-07Add flag to indicate external users to block deviceMarcelo Tosatti3-0/+14
2011-02-07block-migration: add reference to target DriveInfoMarcelo Tosatti1-0/+3
2011-02-07blockdev: add refcount to DriveInfoMarcelo Tosatti3-4/+20
2011-02-07block-migration: actually disable dirty tracking on cleanupMarcelo Tosatti1-2/+2
2011-02-07ahci: make number of ports runtime determinedAlexander Graf3-16/+26
2011-02-07ahci: Implement HBA resetAlexander Graf1-1/+4
2011-02-07ahci: send init d2h fis on fis enableAlexander Graf2-7/+32
2011-02-07ahci: split ICH and AHCI even moreAlexander Graf2-112/+88
2011-02-07ahci: add license header in ahci.hAlexander Graf1-0/+23
2011-02-07ahci: split ICH9 from coreSebastian Herbszt4-301/+375
2011-02-07block/vdi: Fix wrong size in conditionally used memset, memcmpStefan Weil1-2/+2
2011-02-07Documentation: add Sheepdog disk imagesMORITA Kazutaka1-0/+52
2011-02-07qcow2: Really use cache=unsafe for image creationKevin Wolf1-1/+2
2011-02-04do not pass NULL to strdup.Gleb Natapov1-2/+2
2011-02-04Set the right overflow bit for neon 32 and 64 bit saturating add/sub.Christophe Lyon4-63/+105
2011-02-04target-arm: Fix Neon vsra instructions.Christophe Lyon1-2/+2
2011-02-04target-sh4: fix negcAurelien Jarno1-2/+2
2011-02-04ioapic: Style & magics cleanupJan Kiszka1-70/+107
2011-02-04ioapic: Add support for qemu-kvm's vmstate v2Jan Kiszka1-1/+2
2011-02-04ioapic: Save/restore irrJan Kiszka1-1/+14
2011-02-04ioapic: Implement EOI handling for level-triggered IRQsJan Kiszka3-5/+67
2011-02-04vnc: qemu can die if the client is disconnected while updating screenCorentin Chary1-0/+4
2011-02-04virtio-serial: Make sure virtqueue is ready before discarding dataAmit Shah1-0/+3
2011-02-04ui/sdl: Fix handling of caps lock and num lock keysStefan Weil1-0/+8
2011-02-04Unify alarm deadline computationPaolo Bonzini1-17/+11