]> git.proxmox.com Git - qemu.git/history - block
target-mips: Fix incorrect reads and writes to DSPControl register
[qemu.git] / block /
2012-12-22 Andreas FärberMerge branch 'master' of git://git.qemu.org/qemu into...
2012-12-21 Anthony LiguoriMerge remote-tracking branch 'quintela/thread-20121220...
2012-12-19 Anthony LiguoriMerge remote-tracking branch 'bonzini/header-dirs'...
2012-12-19 Paolo Bonzinisoftmmu: move include files to include/sysemu/
2012-12-19 Paolo Bonzinimisc: move include files to include/qemu/
2012-12-19 Paolo Bonzinimigration: move include files to include/migration/
2012-12-19 Paolo Bonziniblock: move include files to include/block/
2012-12-19 Paolo Bonziniqapi: move include files to include/qobject/
2012-12-19 Paolo Bonzinijanitor: do not include qemu-char everywhere
2012-12-19 Paolo Bonzinijanitor: do not rely on indirect inclusions of or from...
2012-12-19 Paolo Bonzinibuild: move rules from Makefile to */Makefile.objs
2012-12-18 Anthony LiguoriMerge remote-tracking branch 'amit/master' into staging
2012-12-17 Paolo BonziniMerge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05...
2012-12-15 Blue SwirlMerge branch 'ppc-for-upstream' of git://repo.or.cz...
2012-12-13 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-12-13 Kevin Wolfqcow2: Factor out handle_dependencies()
2012-12-13 Kevin Wolfqcow2: Execute run_dependent_requests() without lock
2012-12-13 Kevin Wolfqcow2: Enable dirty flag in qcow2_alloc_cluster_link_l2
2012-12-13 Kevin Wolfqcow2: Allocate l2meta only for cluster allocations
2012-12-13 Kevin Wolfqcow2: Drop l2meta.cluster_offset
2012-12-13 Kevin Wolfqcow2: Allocate l2meta dynamically
2012-12-13 Kevin Wolfqcow2: Introduce Qcow2COWRegion
2012-12-13 Kevin Wolfqcow2: Round QCowL2Meta.offset down to cluster boundary
2012-12-12 Kevin Wolfqcow2: Move BLKDBG_EVENT out of the lock
2012-12-12 Kevin Wolfblkdebug: Implement suspend/resume of AIO requests
2012-12-12 Kevin Wolfblkdebug: Factor out remove_rule()
2012-12-12 Kevin Wolfblkdebug: Allow usage without config file
2012-12-11 Fabien ChouteauFix error code checking for SetFilePointer() call
2012-12-11 Stefan Prieberbd: Fix race between aio completition and aio cancel
2012-12-11 Paolo Bonziniraw-posix: inline paio_ioctl into hdev_aio_ioctl
2012-12-11 Charles Arnoldblock: vpc support for ~2 TB disks
2012-12-11 Charles Arnoldblock: vpc initialize the uuid footer field
2012-12-11 Kevin Wolfaio: Get rid of qemu_aio_flush()
2012-11-28 Anthony LiguoriMerge remote-tracking branch 'bonzini/nbd-next' into...
2012-11-28 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2012-11-28 Peter Lieveniscsi: do not assume device is zero initialized
2012-11-28 Peter Lieveniscsi: fix deadlock during login
2012-11-28 Peter Lieveniscsi: fix segfault in url parsing
2012-11-26 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-11-26 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.72' into staging
2012-11-26 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v64' into...
2012-11-26 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2012-11-21 Stefan Priebeuse int64_t for return values from rbd instead of int
2012-11-21 Stefan Hajnoczivdi: don't override libuuid symbols
2012-11-21 Jeff Codyblock: add bdrv_reopen() support for raw hdev, floppy...
2012-11-19 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2012-11-19 Anthony LiguoriMerge remote-tracking branch 'bonzini/build-urgent...
2012-11-19 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-11-14 Gerhard Wiesingervmdk: Fix data corruption bug in WRITE and READ handling
2012-11-14 Stefan Hajnocziaio: rename AIOPool to AIOCBInfo
2012-11-14 Stefan Weilblock: Workaround for older versions of MinGW gcc
2012-11-14 Kevin Wolfqcow2: Fix refcount table size calculation
2012-11-14 Anthony LiguoriMerge remote-tracking branch 'awilliam/tags/vfio-pci...
2012-11-14 Anthony LiguoriMerge remote-tracking branch 'kraxel/pixman.v5' into...
2012-11-14 Anthony LiguoriMerge remote-tracking branch 'bonzini/nbd-next' into...
2012-11-12 Paolo Bonzininbd: accept URIs
2012-11-12 Paolo Bonzininbd: accept relative path to Unix socket
2012-11-03 Blue SwirlMerge branch 'trivial-patches' of git://github.com...
2012-11-01 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.69' into staging
2012-11-01 Anthony LiguoriMerge remote-tracking branch 'kraxel/pixman.v3' into...
2012-11-01 Anthony LiguoriMerge remote-tracking branch 'stefanha/net' into staging
2012-11-01 Anthony LiguoriMerge remote-tracking branch 'bonzini/threadpool' into...
2012-10-31 Paolo BonziniMerge remote-tracking branch 'origin/master' into threa...
2012-10-31 Paolo Bonziniraw-win32: implement native asynchronous I/O
2012-10-31 Paolo Bonziniraw-posix: move linux-aio.c to block/
2012-10-31 Paolo Bonziniraw-win32: add emulated AIO support
2012-10-31 Paolo Bonziniraw-posix: rename raw-posix-aio.h, hide unavailable...
2012-10-31 Paolo Bonziniraw: merge posix-aio-compat.c into block/raw-posix.c
2012-10-31 Paolo Bonziniblock: switch posix-aio-compat to threadpool
2012-10-30 Blue SwirlMerge branch 'qspi.2' of git://developer.petalogix...
2012-10-30 Paolo Bonziniaio: add Win32 implementation
2012-10-29 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2012-10-29 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.68' into staging
2012-10-29 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-10-24 Paolo Bonzinimirror: add support for on-source-error/on-target-error
2012-10-24 Paolo Bonzinimirror: implement completion
2012-10-24 Paolo Bonzinimirror: introduce mirror job
2012-10-24 Paolo Bonziniblock: rename block_job_complete to block_job_completed
2012-10-24 Jeff Codyblock: in commit, determine base image from the top...
2012-10-19 Aurelien JarnoMerge branch 'linux-user-for-upstream' of git://git...
2012-10-12 Anthony LiguoriMerge remote-tracking branch 'pmaydell/arm-devs.for...
2012-10-12 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2012-10-12 MORITA Kazutakasheepdog: use bool for boolean variables
2012-10-06 Aurelien JarnoMerge branch 'target-arm.for-upstream' of git://git...
2012-10-06 Aurelien JarnoMerge branch 'trivial-patches' of git://github.com...
2012-10-06 Aurelien JarnoMerge branch 'ppc-for-upstream' of git://repo.or.cz...
2012-10-05 Amos Kongcleanup useless return sentence
2012-10-05 Jim Meyeringqcow2: mark this file's sole strncpy use as justified
2012-10-05 Jim Meyeringvmdk: relative_path: use pstrcpy in place of strncpy
2012-10-05 Jim Meyeringsheepdog: avoid a few buffer overruns
2012-10-05 Anthony LiguoriMerge remote-tracking branch 'sstabellini/xen-2012...
2012-10-05 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-09-28 Paolo Bonziniblkdebug: process all set_state rules in the old state
2012-09-28 Paolo Bonzinistream: add on-error argument
2012-09-28 Paolo Bonziniiostatus: move BlockdevOnError declaration to QAPI
2012-09-28 Paolo Bonziniblock: move job APIs to separate files
2012-09-28 Jeff Codyblock: add live block commit functionality
2012-09-28 Bharata B Raoblock: Support GlusterFS as a QEMU block backend.
2012-09-25 Anthony LiguoriMerge remote-tracking branch 'origin/master' into staging
2012-09-25 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
next