aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-02Update version for 2.12.1 releasev2.12.1stable-2.12Michael Roth1-1/+1
2018-07-31file-posix: Handle EINTR in preallocation=full writeFam Zheng1-0/+3
2018-07-31qcow: fix a reference leakKONRAD Frederic1-0/+1
2018-07-31s390x/sclp: fix maxram calculationChristian Borntraeger1-0/+1
2018-07-24qga: process_event() simplification and leak fixMarc-André Lureau1-27/+27
2018-07-24qmp: De-duplicate error response buildingMarkus Armbruster4-22/+15
2018-07-24qobject: New qdict_from_jsonf_nofail()Markus Armbruster2-0/+20
2018-07-24Merge tag 's390x-20180724-212-stable' into stable-2.12-stagingMichael Roth1-0/+0
2018-07-24ccid-card-passthru: fix regression in realize()Marc-André Lureau1-1/+1
2018-07-24pc-bios/s390-ccw.img: update image for stableCornelia Huck1-0/+0
2018-07-23tcg/i386: Mark xmm registers call-clobberedRichard Henderson1-1/+1
2018-07-23qemu-img: avoid overflow of min_sparse parameterPeter Lieven1-5/+11
2018-07-23tap: fix memory leak on success to create a tap deviceYunjian Wang1-6/+10
2018-07-18target/ppc: set is_jmp on ppc_tr_breakpoint_checkEmilio G. Cota1-0/+1
2018-07-18virtio-rng: process pending requests on DRIVER_OKPankaj Gupta1-0/+14
2018-07-18iscsi: Avoid potential for get_status overflowEric Blake1-1/+1
2018-07-18nbd/server: Reject 0-length block status requestEric Blake1-0/+4
2018-07-18tcg: Reduce max TB opcode countRichard Henderson10-13/+26
2018-07-18migration/block-dirty-bitmap: fix dirty_bitmap_loadVladimir Sementsov-Ogievskiy1-0/+3
2018-07-18vfio/pci: Default display option to "off"Alex Williamson1-1/+1
2018-07-18replace functions which are only available in glib-2.24Olaf Hering1-4/+2
2018-07-18nfs: Remove processed options from QDictKevin Wolf1-0/+7
2018-07-18mux: fix ctrl-a b againMarc-André Lureau2-0/+9
2018-07-18hw/isa/superio: Fix inconsistent use of Chardev->bePhilippe Mathieu-Daudé1-3/+3
2018-07-18target/arm: Fix sqrt_f16 exception raisingAlex Bennée1-1/+2
2018-07-18target/arm: Implement FMOV (immediate) for fp16Alex Bennée1-3/+17
2018-07-18target/arm: Implement FCSEL for fp16Alex Bennée1-6/+25
2018-07-18target/arm: Implement FCMP for fp16Alex Bennée3-17/+83
2018-07-18target/arm: Implement FP data-processing (3 source) for fp16Richard Henderson1-0/+48
2018-07-18target/arm: Implement FP data-processing (2 source) for fp16Richard Henderson1-0/+65
2018-07-18target/arm: Introduce and use read_fp_hregRichard Henderson1-16/+14
2018-07-18target/arm: Implement FCVT (scalar, fixed-point) for fp16Richard Henderson1-2/+15
2018-07-18target/arm: Implement FCVT (scalar, integer) for fp16Richard Henderson3-18/+122
2018-07-18target/arm: Implement FMOV (general) for fp16Richard Henderson1-0/+21
2018-07-18fpu/softfloat: Fix conversion from uint64 to float128Petr Tesarik1-1/+1
2018-07-18target/arm: Clear SVE high bits for FMOVRichard Henderson1-12/+5
2018-07-18target/arm: Fix float16 to/from int16Richard Henderson3-6/+55
2018-07-18target/arm: Implement vector shifted FCVT for fp16Richard Henderson1-18/+45
2018-07-18target/arm: Implement vector shifted SCVF/UCVF for fp16Richard Henderson1-13/+20
2018-07-18fpu/softfloat: Don't set Invalid for float-to-int(MAXINT)Peter Maydell1-2/+2
2018-07-18target/arm: Fix fp_status_f16 tininess before roundingPeter Maydell1-0/+2
2018-07-18blockjob: expose error string via queryJohn Snow2-1/+7
2018-07-18RISC-V: Minimal QEMU 2.12 fix for sifive_u machineMichael Clark1-3/+4
2018-07-11tcg: Limit the number of ops in a TBRichard Henderson2-1/+10
2018-07-11softfloat: Handle default NaN mode after pickNaNMulAdd, not beforePeter Maydell1-20/+28
2018-07-11tcg/i386: Fix dup_vec in non-AVX2 codepathPeter Maydell1-3/+3
2018-07-11nbd/client: Relax handling of large NBD_CMD_BLOCK_STATUS replyEric Blake1-3/+7
2018-07-11riscv: requires libfdtKONRAD Frederic1-1/+1
2018-07-11riscv: htif: increase the priority of the htif subregionKONRAD Frederic1-2/+3
2018-07-11riscv: spike: allow base == 0KONRAD Frederic1-2/+5