aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-28tests: rename target_big_endian() as qvirtio_is_big_endian()Laurent Vivier
2016-10-28tests: move QVirtioBus pointer into QVirtioDeviceLaurent Vivier
2016-10-28tests: don't check if qtest_spapr_boot() returns NULLLaurent Vivier
2016-10-28tests: fix memory leak in virtio-scsi-testLaurent Vivier
2016-10-28ppc/xics: Add xics to the monitor "info pic" commandBenjamin Herrenschmidt
2016-10-28pseries: Update SLOF firmware image to 20161019Alexey Kardashevskiy
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
2016-10-27raw-posix: Don't use bdrv_ioctl()Kevin Wolf
2016-10-27block: Use blk_co_ioctl() for all BB level ioctlsKevin Wolf
2016-10-27block: Remove bdrv_aio_pdiscard()Kevin Wolf
2016-10-27block: Use blk_co_pdiscard() for all BB level discardKevin Wolf
2016-10-27block: Use blk_co_flush() for all BB level flushesKevin Wolf
2016-10-27Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20161027-1' into...Peter Maydell
2016-10-27seabios: update to 1.10.0 release.Gerd Hoffmann
2016-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-atomic-20161026' into sta...Peter Maydell
2016-10-27Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2016-10-27Merge remote-tracking branch 'remotes/vivier/tags/m68k-part1-pull-request' in...Peter Maydell
2016-10-27main: set names for main loop sources createdDaniel P. Berrange
2016-10-27vnc: set name for all I/O channels createdDaniel P. Berrange
2016-10-27migration: set name for all I/O channels createdDaniel P. Berrange
2016-10-27char: set name for all I/O channels createdDaniel P. Berrange
2016-10-27nbd: set name for all I/O channels createdDaniel P. Berrange
2016-10-27io: add ability to set a name for IO channelsDaniel P. Berrange
2016-10-27io: Add a QIOChannelSocket cleanup testFelipe Franciosi
2016-10-27io: set LISTEN flag explicitly for listen socketsDaniel P. Berrange
2016-10-26io: Introduce a qio_channel_set_feature() helperFelipe Franciosi