summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-26pci_bridge: factor out common codeMichael S. Tsirkin3-19/+22
2013-03-26pci: Teach PCI Bridges about VGA routingAlex Williamson4-2/+55
2013-03-26pci: Add PCI VGA helpersAlex Williamson2-0/+82
2013-03-26virtio-pci: guest notifier mask without non-irqfdMichael S. Tsirkin1-35/+44
2013-03-26virtio-net: remove layout assumptions for mq ctrlJason Wang1-11/+12
2013-03-26qmp: add path to device_deleted eventMichael S. Tsirkin2-3/+8
2013-03-26qom: call class destructor before unparentMichael S. Tsirkin1-3/+3
2013-03-17qdev: DEVICE_DELETED eventMichael S. Tsirkin5-1/+32
2013-03-15Fix TAGS creationDavid Gibson1-1/+2
2013-03-15Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori49-233/+702
2013-03-15Merge remote-tracking branch 'cohuck/virtio-ccw-upstr' into stagingAnthony Liguori2-1/+62
2013-03-15blockdev: Fix up copyright and permission noticeMarkus Armbruster1-0/+23
2013-03-15qemu-iotests: use -nographic in test case 007Stefan Hajnoczi1-4/+3
2013-03-15qemu-iotests: add tests for rebasing zero clustersPaolo Bonzini3-0/+93
2013-03-15dataplane: fix hang introduced by AioContext transitionPaolo Bonzini1-2/+15
2013-03-15coroutine: use AioContext for CoQueue BHStefan Hajnoczi2-17/+39
2013-03-15threadpool: drop global thread poolStefan Hajnoczi5-46/+43
2013-03-15block: add bdrv_get_aio_context()Stefan Hajnoczi2-0/+13
2013-03-15aio: add a ThreadPool instance to AioContextStefan Hajnoczi2-0/+17
2013-03-15threadpool: add thread_pool_new() and thread_pool_free()Stefan Hajnoczi2-4/+53
2013-03-15threadpool: move globals into struct ThreadPoolStefan Hajnoczi2-82/+112
2013-03-15main-loop: add qemu_get_aio_context()Stefan Hajnoczi2-0/+10
2013-03-15sheepdog: set io_flush handler in do_co_reqMORITA Kazutaka1-2/+11
2013-03-15sheepdog: use non-blocking fd in coroutine contextMORITA Kazutaka1-4/+2
2013-03-15qcow2: make is_allocated return true for zero clustersPaolo Bonzini2-5/+4
2013-03-15qcow2: drop unnecessary flush in qcow2_update_snapshot_refcount()Stefan Hajnoczi1-4/+0
2013-03-15qcow2: drop flush in update_cluster_refcount()Stefan Hajnoczi1-2/+0
2013-03-15qcow2: flush in qcow2_update_snapshot_refcount()Stefan Hajnoczi2-6/+1
2013-03-15qcow2: set L2 cache dependency in qcow2_alloc_bytes()Stefan Hajnoczi1-1/+5
2013-03-15qcow2: flush refcount cache correctly in qcow2_write_snapshots()Stefan Hajnoczi1-1/+4
2013-03-15qcow2: flush refcount cache correctly in alloc_refcount_block()Stefan Hajnoczi1-2/+8
2013-03-15qcow2: Allow lazy refcounts to be enabled on the command lineKevin Wolf3-1/+39
2013-03-15block: Support driver specific options in drive_init()Kevin Wolf1-10/+59
2013-03-15blockdev: Keep a copy of DriveInfo.serialKevin Wolf2-2/+5
2013-03-15qemu-option: Add qemu_opts_absorb_qdict()Kevin Wolf2-0/+35
2013-03-15block: Add options QDict to bdrv_open_common()Kevin Wolf1-6/+26
2013-03-15Add qdict_clone_shallow()Kevin Wolf2-0/+24
2013-03-15block: Add options QDict to bdrv_open() prototypeKevin Wolf12-28/+54
2013-03-15block: Add options QDict to .bdrv_open()Kevin Wolf14-17/+17
2013-03-15qga/main.c: Don't use g_key_file_get/set_int64Peter Crosthwaite1-2/+2
2013-03-14Merge remote-tracking branch 'kraxel/chardev.5' into stagingAnthony Liguori13-230/+522
2013-03-14Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori133-878/+1268
2013-03-14Merge remote-tracking branch 'mdroth/qga-pull-3-11-2013' into stagingAnthony Liguori7-8/+584
2013-03-14Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori6-47/+302
2013-03-14spice-qemu-char: Remove dead debugging codeHans de Goede1-17/+0
2013-03-14spice-qemu-char: Fix name parameter issues after qapi-ifyingHans de Goede1-2/+7
2013-03-13gtk: fix vc initializationAnthony Liguori1-1/+1
2013-03-13qemu-char.c: fix waiting for telnet connection messageIgor Mitsyanko1-1/+1
2013-03-13Revert "hmp: Disable chardev-add and chardev-remove"Gerd Hoffmann1-32/+31
2013-03-13chardev: add udp support to qapiGerd Hoffmann4-19/+67