aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-28scripts/clean-includes: added duplicate #include checkAnand J1-14/+42
2016-10-28monitor: deprecate 'default' optionMarc-André Lureau4-14/+9
2016-10-28qemu-ga: Remove stray 'q' in documentationStefan Weil1-1/+1
2016-10-28Makefile: Fix help text for target 'installer'Stefan Weil1-1/+1
2016-10-28s390: avoid always-true comparison in s390_pci_generate_fid()Peter Maydell1-8/+2
2016-10-28migration: Remove unneeded NULL check from migrate_fd_error()Peter Maydell1-1/+1
2016-10-28scripts/hxtool: fix undefined behavour of echoDaniel Shahaf1-10/+10
2016-10-28qemu-options.hx: set: fix copy-paste errorMichael Tokarev1-1/+1
2016-10-28usb: Change *_exitfn return type from int to voidAkanksha Srivastava4-15/+7
2016-10-28MAINTAINERS: qemu-trivial informationLaurent Vivier1-0/+11
2016-10-28colo-compare: remove unused struct CompareChardevProps and 'props' variablezhanghailiang1-8/+0
2016-10-28milkymist-pfpu: fix potential integer overflowMichael Walle1-1/+1
2016-10-28hw/block/nvme: Simplify if-statements a little bitThomas Huth1-2/+2
2016-10-28target-lm32: rewrite gen_compare()Michael Walle1-5/+2
2016-10-28lm32: milkymist-tmu2: fix integer overflowMichael Walle1-1/+1
2016-10-28target-lm32: disable asm logging via LOG_DIS()Michael Walle1-6/+8
2016-10-28target-lm32: swap operand of wcsr in LOG_DIS()Michael Walle1-1/+1
2016-10-28target-lm32: fix LOG_DIS operand orderMichael Walle1-17/+17
2016-10-28target-lm32: fix style issueMichael Walle1-1/+1
2016-10-28hw/tpm/tpm_passthrough: Simplify if-statements a little bitThomas Huth1-4/+2
2016-10-28filter-dump: add missing "["Changlong Xie1-1/+1
2016-10-28Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell12-250/+1695
2016-10-28Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell18-250/+527
2016-10-28Merge remote-tracking branch 'remotes/kraxel/tags/pull-seabios-20161027-2' in...Peter Maydell9-0/+0
2016-10-28Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20161027-1' into s...Peter Maydell1-0/+1
2016-10-27qemu-iotests: Test creating floppy drivesKevin Wolf3-0/+1417
2016-10-27fdc: Move qdev properties to FloppyDriveKevin Wolf2-32/+89
2016-10-27fdc: Add a floppy drive qdevKevin Wolf1-31/+120
2016-10-27fdc: Add a floppy qbusKevin Wolf1-5/+35
2016-10-27macio: switch over to new byte-aligned DMA helpersMark Cave-Ayland1-185/+28
2016-10-27dma-helpers: explicitly pass alignment into DMA helpersMark Cave-Ayland6-17/+26
2016-10-27trace: Fix 'char **' compilation error in simple backendFam Zheng1-1/+2
2016-10-27iotests: Add test for NBD's blockdev-add interfaceMax Reitz3-0/+201
2016-10-27iotests: Add assert_json_filename_equal() methodMax Reitz1-0/+20
2016-10-27socket_scm_helper: Accept fd directlyMax Reitz1-11/+18
2016-10-27iotests.py: Allow concurrent qemu instancesMax Reitz1-2/+4
2016-10-27iotests.py: Add qemu_nbd functionMax Reitz1-0/+8
2016-10-27qapi: Allow blockdev-add for NBDMax Reitz1-4/+23
2016-10-27block/nbd: Use SocketAddress optionsMax Reitz1-10/+16
2016-10-27block/nbd: Accept SocketAddressMax Reitz3-66/+117
2016-10-27block/nbd: Add nbd_has_filename_options_conflict()Max Reitz1-6/+20
2016-10-27block/nbd: Use qdict_put()Max Reitz1-7/+6
2016-10-27block/nbd: Default port in nbd_refresh_filename()Max Reitz1-13/+6
2016-10-27block/nbd: Reject port parameter without hostMax Reitz1-2/+5
2016-10-27block/nbd: Drop trailing "." in error messagesMax Reitz3-6/+6
2016-10-27qemu-iotests: Fix typo for NFS with IMGOPTSSYNTAXKevin Wolf1-1/+1
2016-10-27block: Remove bdrv_aio_ioctl()Kevin Wolf2-30/+0
2016-10-27raw: Implement .bdrv_co_ioctl instead of .bdrv_aio_ioctlKevin Wolf1-6/+3
2016-10-27block: Introduce .bdrv_co_ioctl() driver callbackKevin Wolf2-6/+12
2016-10-27block: Remove bdrv_ioctl()Kevin Wolf2-38/+0