| Commit message (Expand) | Author | Age | Files | Lines |
* | roms: switch oldnoconfig to olddefconfig | Michael S. Tsirkin | 2013-03-26 | 1 | -1/+1 |
* | pcie: Mangle types to match topology | Alex Williamson | 2013-03-26 | 1 | -0/+13 |
* | pci: Create and use API to determine root buses | Alex Williamson | 2013-03-26 | 2 | -4/+10 |
* | pci: Create pci_bus_is_express helper | Alex Williamson | 2013-03-26 | 2 | -0/+6 |
* | pci: Q35, Root Ports, and Switches create PCI Express buses | Alex Williamson | 2013-03-26 | 4 | -4/+4 |
* | pci: Allow PCI bus creation interfaces to specify the type of bus | Alex Williamson | 2013-03-26 | 24 | -35/+40 |
* | pci: Move PCI and PCIE type defines | Alex Williamson | 2013-03-26 | 2 | -4/+5 |
* | pci: Create and register a new PCI Express TypeInfo | Alex Williamson | 2013-03-26 | 2 | -0/+7 |
* | exec: assert that RAMBlock size is non-zero | Stefan Hajnoczi | 2013-03-26 | 1 | -0/+2 |
* | pci: refuse empty ROM files | Stefan Hajnoczi | 2013-03-26 | 1 | -1/+6 |
* | pci_bridge: Remove duplicate IRQ swizzle function | Alex Williamson | 2013-03-26 | 1 | -9/+0 |
* | pci_bridge: Use a default map_irq function | Alex Williamson | 2013-03-26 | 1 | -1/+1 |
* | pci: Fix INTx routing notifier recursion | Alex Williamson | 2013-03-26 | 1 | -3/+4 |
* | pci_bridge: drop formatting from source | Michael S. Tsirkin | 2013-03-26 | 1 | -8/+0 |
* | pci_bridge: factor out common code | Michael S. Tsirkin | 2013-03-26 | 3 | -19/+22 |
* | pci: Teach PCI Bridges about VGA routing | Alex Williamson | 2013-03-26 | 4 | -2/+55 |
* | pci: Add PCI VGA helpers | Alex Williamson | 2013-03-26 | 2 | -0/+82 |
* | virtio-pci: guest notifier mask without non-irqfd | Michael S. Tsirkin | 2013-03-26 | 1 | -35/+44 |
* | virtio-net: remove layout assumptions for mq ctrl | Jason Wang | 2013-03-26 | 1 | -11/+12 |
* | qmp: add path to device_deleted event | Michael S. Tsirkin | 2013-03-26 | 2 | -3/+8 |
* | qom: call class destructor before unparent | Michael S. Tsirkin | 2013-03-26 | 1 | -3/+3 |
* | qdev: DEVICE_DELETED event | Michael S. Tsirkin | 2013-03-17 | 5 | -1/+32 |
* | Fix TAGS creation | David Gibson | 2013-03-15 | 1 | -1/+2 |
* | Merge remote-tracking branch 'stefanha/block' into staging | Anthony Liguori | 2013-03-15 | 49 | -233/+702 |
|\ |
|
| * | blockdev: Fix up copyright and permission notice | Markus Armbruster | 2013-03-15 | 1 | -0/+23 |
| * | qemu-iotests: use -nographic in test case 007 | Stefan Hajnoczi | 2013-03-15 | 1 | -4/+3 |
| * | qemu-iotests: add tests for rebasing zero clusters | Paolo Bonzini | 2013-03-15 | 3 | -0/+93 |
| * | dataplane: fix hang introduced by AioContext transition | Paolo Bonzini | 2013-03-15 | 1 | -2/+15 |
| * | coroutine: use AioContext for CoQueue BH | Stefan Hajnoczi | 2013-03-15 | 2 | -17/+39 |
| * | threadpool: drop global thread pool | Stefan Hajnoczi | 2013-03-15 | 5 | -46/+43 |
| * | block: add bdrv_get_aio_context() | Stefan Hajnoczi | 2013-03-15 | 2 | -0/+13 |
| * | aio: add a ThreadPool instance to AioContext | Stefan Hajnoczi | 2013-03-15 | 2 | -0/+17 |
| * | threadpool: add thread_pool_new() and thread_pool_free() | Stefan Hajnoczi | 2013-03-15 | 2 | -4/+53 |
| * | threadpool: move globals into struct ThreadPool | Stefan Hajnoczi | 2013-03-15 | 2 | -82/+112 |
| * | main-loop: add qemu_get_aio_context() | Stefan Hajnoczi | 2013-03-15 | 2 | -0/+10 |
| * | sheepdog: set io_flush handler in do_co_req | MORITA Kazutaka | 2013-03-15 | 1 | -2/+11 |
| * | sheepdog: use non-blocking fd in coroutine context | MORITA Kazutaka | 2013-03-15 | 1 | -4/+2 |
| * | qcow2: make is_allocated return true for zero clusters | Paolo Bonzini | 2013-03-15 | 2 | -5/+4 |
| * | qcow2: drop unnecessary flush in qcow2_update_snapshot_refcount() | Stefan Hajnoczi | 2013-03-15 | 1 | -4/+0 |
| * | qcow2: drop flush in update_cluster_refcount() | Stefan Hajnoczi | 2013-03-15 | 1 | -2/+0 |
| * | qcow2: flush in qcow2_update_snapshot_refcount() | Stefan Hajnoczi | 2013-03-15 | 2 | -6/+1 |
| * | qcow2: set L2 cache dependency in qcow2_alloc_bytes() | Stefan Hajnoczi | 2013-03-15 | 1 | -1/+5 |
| * | qcow2: flush refcount cache correctly in qcow2_write_snapshots() | Stefan Hajnoczi | 2013-03-15 | 1 | -1/+4 |
| * | qcow2: flush refcount cache correctly in alloc_refcount_block() | Stefan Hajnoczi | 2013-03-15 | 1 | -2/+8 |
| * | qcow2: Allow lazy refcounts to be enabled on the command line | Kevin Wolf | 2013-03-15 | 3 | -1/+39 |
| * | block: Support driver specific options in drive_init() | Kevin Wolf | 2013-03-15 | 1 | -10/+59 |
| * | blockdev: Keep a copy of DriveInfo.serial | Kevin Wolf | 2013-03-15 | 2 | -2/+5 |
| * | qemu-option: Add qemu_opts_absorb_qdict() | Kevin Wolf | 2013-03-15 | 2 | -0/+35 |
| * | block: Add options QDict to bdrv_open_common() | Kevin Wolf | 2013-03-15 | 1 | -6/+26 |
| * | Add qdict_clone_shallow() | Kevin Wolf | 2013-03-15 | 2 | -0/+24 |