summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qcow2: Assert that the crypto header does not overlap other metadataAlberto Garcia2017-11-141-0/+1
* qcow2: Add iotest for an empty refcount tableAlberto Garcia2017-11-142-0/+13
* qcow2: Add iotest for an image with header.refcount_table_offset == 0Alberto Garcia2017-11-142-0/+13
* qcow2: Don't open images with header.refcount_table_clusters == 0Alberto Garcia2017-11-143-0/+18
* qcow2: Prevent allocating compressed clusters at offset 0Alberto Garcia2017-11-143-0/+25
* qcow2: Prevent allocating L2 tables at offset 0Alberto Garcia2017-11-143-0/+21
* qcow2: Prevent allocating refcount blocks at offset 0Alberto Garcia2017-11-143-0/+26
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2017-11-144-14/+94
|\
| * qemu-iotests: Test I/O limits with removable mediaAlberto Garcia2017-11-132-2/+64
| * block: Leave valid throttle timers when removing a BDS from a backendAlberto Garcia2017-11-131-8/+8
| * block: Check for inserted BlockDriverState in blk_io_limits_disable()Alberto Garcia2017-11-131-4/+10
| * throttle-groups: drain before detaching ThrottleStateStefan Hajnoczi2017-11-132-0/+8
| * block: all I/O should be completed before removing throttle timers.Zhengui2017-11-131-0/+4
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20171114' int...Peter Maydell2017-11-144-7/+38
|\ \
| * | xics/kvm: synchonize state before 'info pic'Greg Kurz2017-11-143-0/+32
| * | target/ppc: correct htab shift for hash on radixSam Bobroff2017-11-141-7/+6Star
* | | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2017-11-148-53/+71
|\ \ \
| * | | net/socket: fix coverity issueJens Freimann2017-11-131-1/+1
| * | | Add new PCI ID for i82559aMike Nawrocki2017-11-134-1/+19
| * | | Fix eepro100 simple transmission modeMike Nawrocki2017-11-131-15/+3Star
| * | | colo: Consolidate the duplicate code chunk into a routineMao Zhongyi2017-11-132-8/+11
| * | | colo-compare: Fix commentsMao Zhongyi2017-11-131-3/+5
| * | | colo-compare: compare the packet in a specified ConnectionMao Zhongyi2017-11-131-5/+8
| * | | colo-compare: Insert packet into the suitable position of packet queue directlyMao Zhongyi2017-11-131-18/+22
| * | | net: fix check for number of parameters to -netdev socketJens Freimann2017-11-131-2/+2
* | | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171113'...Peter Maydell2017-11-1414-50/+137
|\ \ \ \
| * | | | accel/tcg/translate-all: expand cpu_restore_state addr checkAlex Bennée2017-11-132-23/+40
| * | | | hw: add .min_cpus and .default_cpus fields to machine_classEmilio G. Cota2017-11-135-11/+31
| * | | | xlnx-zcu102: Specify the max number of CPUs for the EP108Emilio G. Cota2017-11-131-0/+1
| * | | | xlnx-zcu102: Add an info message deprecating the EP108Alistair Francis2017-11-132-0/+10
| * | | | xlnx-zynqmp: Properly support the smp command line optionAlistair Francis2017-11-132-11/+18
| * | | | qom: move CPUClass.tcg_initialize to a globalEmilio G. Cota2017-11-132-3/+3
| * | | | MAINTAINERS: Add entries for Smartfusion2Subbaraya Sundeep2017-11-131-0/+17
| * | | | highbank: validate register offset before accessPrasad J Pandit2017-11-131-2/+15
| * | | | arm/translate-a64: mark path as unreachable to eliminate warningEmilio G. Cota2017-11-131-0/+2
* | | | | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20171110-pull-request' i...Peter Maydell2017-11-142-1/+2
|\ \ \ \ \
| * | | | | ui: use QEMU_IS_ALIGNED macroPhilippe Mathieu-Daudé2017-11-101-1/+1
| * | | | | ui: fix dcl unregisterGerd Hoffmann2017-11-101-0/+1
* | | | | | Merge remote-tracking branch 'remotes/famz/tags/docker-pull-request' into sta...Peter Maydell2017-11-142-2/+24
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | docker: correctly escape $BACKEND in the help outputPhilippe Mathieu-Daudé2017-11-081-1/+1
| * | | | | docker: Improved image checksumFam Zheng2017-11-081-1/+23
| |/ / / /
* | | | | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20171110-pull-request' ...Peter Maydell2017-11-133-7/+18
|\ \ \ \ \
| * | | | | vmsvga: use ARRAY_SIZE macroPhilippe Mathieu-Daudé2017-11-101-3/+2Star
| * | | | | vga: fix region checks in wraparound caseGerd Hoffmann2017-11-101-2/+2
| * | | | | virtio-gpu: fix bug in host memory calculation.Tao Wu2017-11-101-2/+14
| |/ / / /
* | | | | Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...Peter Maydell2017-11-131-1/+10
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | slirp: don't zero the whole ti_i when m == NULLTao Wu2017-11-091-1/+10
| |/ / /
* | | | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-11-09' into st...Peter Maydell2017-11-138-22/+79
|\ \ \ \ | |_|_|/ |/| | |
| * | | nbd/server: Fix structured read of length 0Eric Blake2017-11-092-1/+21
| * | | nbd-client: Stricter enforcing of structured reply specEric Blake2017-11-091-2/+9