Age | Commit message (Expand) | Author |
2016-10-28 | Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2016-10-27-1' in... | Peter Maydell |
2016-10-28 | Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging | Peter Maydell |
2016-10-28 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2016-10-28 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-seabios-20161027-2' in... | Peter Maydell |
2016-10-28 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20161027-1' into s... | Peter Maydell |
2016-10-27 | qemu-iotests: Test creating floppy drives | Kevin Wolf |
2016-10-27 | fdc: Move qdev properties to FloppyDrive | Kevin Wolf |
2016-10-27 | fdc: Add a floppy drive qdev | Kevin Wolf |
2016-10-27 | fdc: Add a floppy qbus | Kevin Wolf |
2016-10-27 | macio: switch over to new byte-aligned DMA helpers | Mark Cave-Ayland |
2016-10-27 | dma-helpers: explicitly pass alignment into DMA helpers | Mark Cave-Ayland |
2016-10-27 | trace: Fix 'char **' compilation error in simple backend | Fam Zheng |
2016-10-27 | iotests: Add test for NBD's blockdev-add interface | Max Reitz |
2016-10-27 | iotests: Add assert_json_filename_equal() method | Max Reitz |
2016-10-27 | socket_scm_helper: Accept fd directly | Max Reitz |
2016-10-27 | iotests.py: Allow concurrent qemu instances | Max Reitz |
2016-10-27 | iotests.py: Add qemu_nbd function | Max Reitz |
2016-10-27 | qapi: Allow blockdev-add for NBD | Max Reitz |
2016-10-27 | block/nbd: Use SocketAddress options | Max Reitz |
2016-10-27 | block/nbd: Accept SocketAddress | Max Reitz |
2016-10-27 | block/nbd: Add nbd_has_filename_options_conflict() | Max Reitz |
2016-10-27 | block/nbd: Use qdict_put() | Max Reitz |
2016-10-27 | block/nbd: Default port in nbd_refresh_filename() | Max Reitz |
2016-10-27 | block/nbd: Reject port parameter without host | Max Reitz |
2016-10-27 | block/nbd: Drop trailing "." in error messages | Max Reitz |
2016-10-27 | qemu-iotests: Fix typo for NFS with IMGOPTSSYNTAX | Kevin Wolf |
2016-10-27 | block: Remove bdrv_aio_ioctl() | Kevin Wolf |
2016-10-27 | raw: Implement .bdrv_co_ioctl instead of .bdrv_aio_ioctl | Kevin Wolf |
2016-10-27 | block: Introduce .bdrv_co_ioctl() driver callback | Kevin Wolf |
2016-10-27 | block: Remove bdrv_ioctl() | Kevin Wolf |
2016-10-27 | raw-posix: Don't use bdrv_ioctl() | Kevin Wolf |
2016-10-27 | block: Use blk_co_ioctl() for all BB level ioctls | Kevin Wolf |
2016-10-27 | block: Remove bdrv_aio_pdiscard() | Kevin Wolf |
2016-10-27 | block: Use blk_co_pdiscard() for all BB level discard | Kevin Wolf |
2016-10-27 | block: Use blk_co_flush() for all BB level flushes | Kevin Wolf |
2016-10-27 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20161027-1' into... | Peter Maydell |
2016-10-27 | seabios: update to 1.10.0 release. | Gerd Hoffmann |
2016-10-27 | Merge remote-tracking branch 'remotes/rth/tags/pull-atomic-20161026' into sta... | Peter Maydell |
2016-10-27 | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st... | Peter Maydell |
2016-10-27 | Merge remote-tracking branch 'remotes/vivier/tags/m68k-part1-pull-request' in... | Peter Maydell |
2016-10-27 | main: set names for main loop sources created | Daniel P. Berrange |
2016-10-27 | vnc: set name for all I/O channels created | Daniel P. Berrange |
2016-10-27 | migration: set name for all I/O channels created | Daniel P. Berrange |
2016-10-27 | char: set name for all I/O channels created | Daniel P. Berrange |
2016-10-27 | nbd: set name for all I/O channels created | Daniel P. Berrange |
2016-10-27 | io: add ability to set a name for IO channels | Daniel P. Berrange |
2016-10-27 | io: Add a QIOChannelSocket cleanup test | Felipe Franciosi |
2016-10-27 | io: set LISTEN flag explicitly for listen sockets | Daniel P. Berrange |
2016-10-26 | io: Introduce a qio_channel_set_feature() helper | Felipe Franciosi |
2016-10-26 | io: Use qio_channel_has_feature() where applicable | Felipe Franciosi |