summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-26roms: switch oldnoconfig to olddefconfigMichael S. Tsirkin1-1/+1
2013-03-26pcie: Mangle types to match topologyAlex Williamson1-0/+13
2013-03-26pci: Create and use API to determine root busesAlex Williamson2-4/+10
2013-03-26pci: Create pci_bus_is_express helperAlex Williamson2-0/+6
2013-03-26pci: Q35, Root Ports, and Switches create PCI Express busesAlex Williamson4-4/+4
2013-03-26pci: Allow PCI bus creation interfaces to specify the type of busAlex Williamson24-35/+40
2013-03-26pci: Move PCI and PCIE type definesAlex Williamson2-4/+5
2013-03-26pci: Create and register a new PCI Express TypeInfoAlex Williamson2-0/+7
2013-03-26exec: assert that RAMBlock size is non-zeroStefan Hajnoczi1-0/+2
2013-03-26pci: refuse empty ROM filesStefan Hajnoczi1-1/+6
2013-03-26pci_bridge: Remove duplicate IRQ swizzle functionAlex Williamson1-9/+0
2013-03-26pci_bridge: Use a default map_irq functionAlex Williamson1-1/+1
2013-03-26pci: Fix INTx routing notifier recursionAlex Williamson1-3/+4
2013-03-26pci_bridge: drop formatting from sourceMichael S. Tsirkin1-8/+0
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