summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* clean-up: removed duplicate #includesAnand J2016-10-2828-36/+0Star
* scripts/clean-includes: added duplicate #include checkAnand J2016-10-281-14/+42
* monitor: deprecate 'default' optionMarc-André Lureau2016-10-284-14/+9Star
* qemu-ga: Remove stray 'q' in documentationStefan Weil2016-10-281-1/+1
* Makefile: Fix help text for target 'installer'Stefan Weil2016-10-281-1/+1
* s390: avoid always-true comparison in s390_pci_generate_fid()Peter Maydell2016-10-281-8/+2Star
* migration: Remove unneeded NULL check from migrate_fd_error()Peter Maydell2016-10-281-1/+1
* scripts/hxtool: fix undefined behavour of echoDaniel Shahaf2016-10-281-10/+10
* qemu-options.hx: set: fix copy-paste errorMichael Tokarev2016-10-281-1/+1
* usb: Change *_exitfn return type from int to voidAkanksha Srivastava2016-10-284-15/+7Star
* MAINTAINERS: qemu-trivial informationLaurent Vivier2016-10-281-0/+11
* colo-compare: remove unused struct CompareChardevProps and 'props' variablezhanghailiang2016-10-281-8/+0Star
* milkymist-pfpu: fix potential integer overflowMichael Walle2016-10-281-1/+1
* hw/block/nvme: Simplify if-statements a little bitThomas Huth2016-10-281-2/+2
* target-lm32: rewrite gen_compare()Michael Walle2016-10-281-5/+2Star
* lm32: milkymist-tmu2: fix integer overflowMichael Walle2016-10-281-1/+1
* target-lm32: disable asm logging via LOG_DIS()Michael Walle2016-10-281-6/+8
* target-lm32: swap operand of wcsr in LOG_DIS()Michael Walle2016-10-281-1/+1
* target-lm32: fix LOG_DIS operand orderMichael Walle2016-10-281-17/+17
* target-lm32: fix style issueMichael Walle2016-10-281-1/+1
* hw/tpm/tpm_passthrough: Simplify if-statements a little bitThomas Huth2016-10-281-4/+2Star
* filter-dump: add missing "["Changlong Xie2016-10-281-1/+1
* Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell2016-10-2812-250/+1695
|\
| * qemu-iotests: Test creating floppy drivesKevin Wolf2016-10-273-0/+1417
| * fdc: Move qdev properties to FloppyDriveKevin Wolf2016-10-272-32/+89
| * fdc: Add a floppy drive qdevKevin Wolf2016-10-271-31/+120
| * fdc: Add a floppy qbusKevin Wolf2016-10-271-5/+35
| * macio: switch over to new byte-aligned DMA helpersMark Cave-Ayland2016-10-271-185/+28Star
| * dma-helpers: explicitly pass alignment into DMA helpersMark Cave-Ayland2016-10-276-17/+26
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2016-10-2818-250/+527
|\ \
| * | iotests: Add test for NBD's blockdev-add interfaceMax Reitz2016-10-273-0/+201
| * | iotests: Add assert_json_filename_equal() methodMax Reitz2016-10-271-0/+20
| * | socket_scm_helper: Accept fd directlyMax Reitz2016-10-271-11/+18
| * | iotests.py: Allow concurrent qemu instancesMax Reitz2016-10-271-2/+4
| * | iotests.py: Add qemu_nbd functionMax Reitz2016-10-271-0/+8
| * | qapi: Allow blockdev-add for NBDMax Reitz2016-10-271-4/+23
| * | block/nbd: Use SocketAddress optionsMax Reitz2016-10-271-10/+16
| * | block/nbd: Accept SocketAddressMax Reitz2016-10-273-66/+117
| * | block/nbd: Add nbd_has_filename_options_conflict()Max Reitz2016-10-271-6/+20
| * | block/nbd: Use qdict_put()Max Reitz2016-10-271-7/+6Star
| * | block/nbd: Default port in nbd_refresh_filename()Max Reitz2016-10-271-13/+6Star
| * | block/nbd: Reject port parameter without hostMax Reitz2016-10-271-2/+5
| * | block/nbd: Drop trailing "." in error messagesMax Reitz2016-10-273-6/+6
| * | qemu-iotests: Fix typo for NFS with IMGOPTSSYNTAXKevin Wolf2016-10-271-1/+1
| * | block: Remove bdrv_aio_ioctl()Kevin Wolf2016-10-272-30/+0Star
| * | raw: Implement .bdrv_co_ioctl instead of .bdrv_aio_ioctlKevin Wolf2016-10-271-6/+3Star
| * | block: Introduce .bdrv_co_ioctl() driver callbackKevin Wolf2016-10-272-6/+12
| * | block: Remove bdrv_ioctl()Kevin Wolf2016-10-272-38/+0Star
| * | raw-posix: Don't use bdrv_ioctl()Kevin Wolf2016-10-271-3/+13
| * | block: Use blk_co_ioctl() for all BB level ioctlsKevin Wolf2016-10-274-10/+39