summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-08ide: Add wwn support to IDE-ATAPI driveJohn Snow1-0/+14
2014-09-08qtest/ide: Uninitialize PC allocatorJohn Snow1-0/+2
2014-09-08libqos: add a simple first-fit memory allocatorJohn Snow2-10/+279
2014-09-08MAINTAINERS: update sheepdog maintainerMORITA Kazutaka1-1/+1
2014-09-08qemu-nbd: fix indentation and coding stylePeter Lieven1-36/+39
2014-09-08qemu-nbd: add option to set detect-zeroes modePeter Lieven1-0/+25
2014-09-08rename parse_enum_option to qapi_enum_parse and make it publicPeter Lieven4-25/+58
2014-09-08block/archipelago: Use QEMU atomic builtinsChrysostomos Nanakos1-53/+23
2014-09-08qemu-img: fix rebase src_cache option documentationStefan Hajnoczi1-1/+1
2014-09-08qemu-img: clarify src_cache option documentationStefan Hajnoczi2-3/+5
2014-09-08libqos: Added EVENT_IDX supportMarc Marí4-1/+156
2014-09-08libqos: Added MSI-X supportMarc Marí7-62/+426
2014-09-08libqos: Added test case for configuration changes in virtio-blk testMarc Marí1-0/+34
2014-09-08libqos: Added indirect descriptor support to virtio implementationMarc Marí4-1/+195
2014-09-08libqos: Added basic virtqueue support to virtio implementationMarc Marí5-3/+476
2014-09-08tests: Add virtio device initializationMarc Marí8-5/+257
2014-09-08tests: Functions bus_foreach and device_find from libqos virtio APIMarc Marí5-9/+177
2014-09-08pflash_cfi01: write flash contents to bdrv on incoming migrationLaszlo Ersek1-0/+14
2014-09-08pflash_cfi01: fixup stale DPRINTF() callsLaszlo Ersek1-2/+2
2014-09-08block: kill tail whitespace in block.cLiu Yuan1-1/+1
2014-09-05Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-peter' into s...Peter Maydell3-12/+56
2014-09-05target-i386: Reject invalid CPU feature names on the command-lineEduardo Habkost1-4/+5
2014-09-05target-i386: Support migratable=no properlyEduardo Habkost2-8/+16
2014-09-05exec: Save CPUState::exception_index fieldPavel Dovgaluk1-0/+35
2014-09-05console: Remove unused QEMU_BIG_ENDIAN_FLAGBenjamin Herrenschmidt3-17/+5
2014-09-05Merge remote-tracking branch 'remotes/kraxel/tags/pull-chardev-20140905-1' in...Peter Maydell1-1/+3
2014-09-05console: add qemu_pixman_linebuf_copyGerd Hoffmann2-0/+11
2014-09-05console: add dpy_gfx_update_dirtyGerd Hoffmann2-0/+65
2014-09-05console: add qemu_create_displaysurface_guestmemGerd Hoffmann2-0/+41
2014-09-05console: stop using PixelFormatGerd Hoffmann8-45/+42
2014-09-05console: reimplement qemu_default_pixelformatGerd Hoffmann1-113/+4
2014-09-05console: add qemu_default_pixman_formatGerd Hoffmann2-0/+26
2014-09-05console: add qemu_pixelformat_from_pixmanGerd Hoffmann2-0/+57
2014-09-05pty: Fix byte loss bug when connecting to ptySebastian Tanase1-1/+3
2014-09-05Merge remote-tracking branch 'remotes/kraxel/tags/pull-cve-2014-3615-20140905...Peter Maydell4-65/+116
2014-09-05spice: make sure we don't overflow ssd->bufGerd Hoffmann1-5/+15
2014-09-04Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell4-54/+79
2014-09-04Merge remote-tracking branch 'remotes/kvaneesh/for-upstream' into stagingPeter Maydell1-25/+24
2014-09-04qdev: Add cleanup logic in device_set_realized() to avoid resource leakGonglei1-14/+38
2014-09-04qdev: Use NULL instead of local_err for qbus_child unrealizeGonglei1-7/+7
2014-09-04Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell4-3/+64
2014-09-04virtio-net: purge outstanding packets when starting vhostMichael S. Tsirkin1-1/+14
2014-09-04net: complete all queued packets on VM stopMichael S. Tsirkin1-1/+32
2014-09-04net: invoke callback when purging queueMichael S. Tsirkin1-0/+3
2014-09-04virtio: don't call device on !vm_runningMichael S. Tsirkin1-1/+8
2014-09-04virtio-net: don't run bh on vm stoppedMichael S. Tsirkin1-2/+12
2014-09-04hw/9pfs: Don't return type from host in readdir on local 9p filesystemBastian Blank1-1/+4
2014-09-04qdev: Use error_abort instead of using local_errGonglei1-2/+2
2014-09-04memory: Remove object_property_add_child_array()Peter Crosthwaite1-25/+5
2014-09-04qom: Add automatic arrayification to object_property_add()Peter Crosthwaite1-0/+21