aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-28scripts/clean-includes: added duplicate #include checkAnand J
2016-10-28monitor: deprecate 'default' optionMarc-André Lureau
2016-10-28qemu-ga: Remove stray 'q' in documentationStefan Weil
2016-10-28Makefile: Fix help text for target 'installer'Stefan Weil
2016-10-28s390: avoid always-true comparison in s390_pci_generate_fid()Peter Maydell
2016-10-28migration: Remove unneeded NULL check from migrate_fd_error()Peter Maydell
2016-10-28scripts/hxtool: fix undefined behavour of echoDaniel Shahaf
2016-10-28qemu-options.hx: set: fix copy-paste errorMichael Tokarev
2016-10-28usb: Change *_exitfn return type from int to voidAkanksha Srivastava
2016-10-28MAINTAINERS: qemu-trivial informationLaurent Vivier
2016-10-28colo-compare: remove unused struct CompareChardevProps and 'props' variablezhanghailiang
2016-10-28milkymist-pfpu: fix potential integer overflowMichael Walle
2016-10-28hw/block/nvme: Simplify if-statements a little bitThomas Huth
2016-10-28target-lm32: rewrite gen_compare()Michael Walle
2016-10-28lm32: milkymist-tmu2: fix integer overflowMichael Walle
2016-10-28target-lm32: disable asm logging via LOG_DIS()Michael Walle
2016-10-28target-lm32: swap operand of wcsr in LOG_DIS()Michael Walle
2016-10-28target-lm32: fix LOG_DIS operand orderMichael Walle
2016-10-28target-lm32: fix style issueMichael Walle
2016-10-28hw/tpm/tpm_passthrough: Simplify if-statements a little bitThomas Huth
2016-10-28filter-dump: add missing "["Changlong Xie
2016-10-28Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell
2016-10-28Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2016-10-28Merge remote-tracking branch 'remotes/kraxel/tags/pull-seabios-20161027-2' in...Peter Maydell
2016-10-28Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20161027-1' into s...Peter Maydell
2016-10-27qemu-iotests: Test creating floppy drivesKevin Wolf
2016-10-27fdc: Move qdev properties to FloppyDriveKevin Wolf
2016-10-27fdc: Add a floppy drive qdevKevin Wolf
2016-10-27fdc: Add a floppy qbusKevin Wolf
2016-10-27macio: switch over to new byte-aligned DMA helpersMark Cave-Ayland
2016-10-27dma-helpers: explicitly pass alignment into DMA helpersMark Cave-Ayland
2016-10-27trace: Fix 'char **' compilation error in simple backendFam Zheng
2016-10-27iotests: Add test for NBD's blockdev-add interfaceMax Reitz
2016-10-27iotests: Add assert_json_filename_equal() methodMax Reitz
2016-10-27socket_scm_helper: Accept fd directlyMax Reitz
2016-10-27iotests.py: Allow concurrent qemu instancesMax Reitz
2016-10-27iotests.py: Add qemu_nbd functionMax Reitz
2016-10-27qapi: Allow blockdev-add for NBDMax Reitz
2016-10-27block/nbd: Use SocketAddress optionsMax Reitz
2016-10-27block/nbd: Accept SocketAddressMax Reitz
2016-10-27block/nbd: Add nbd_has_filename_options_conflict()Max Reitz
2016-10-27block/nbd: Use qdict_put()Max Reitz
2016-10-27block/nbd: Default port in nbd_refresh_filename()Max Reitz
2016-10-27block/nbd: Reject port parameter without hostMax Reitz
2016-10-27block/nbd: Drop trailing "." in error messagesMax Reitz
2016-10-27qemu-iotests: Fix typo for NFS with IMGOPTSSYNTAXKevin Wolf
2016-10-27block: Remove bdrv_aio_ioctl()Kevin Wolf
2016-10-27raw: Implement .bdrv_co_ioctl instead of .bdrv_aio_ioctlKevin Wolf
2016-10-27block: Introduce .bdrv_co_ioctl() driver callbackKevin Wolf
2016-10-27block: Remove bdrv_ioctl()Kevin Wolf