summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* block: New bdrv_nb_sectors()Markus Armbruster2014-08-151-0/+1
* qemu: support xen hvm direct kernel bootChunyan Liu2014-08-011-0/+5
* pc: hack for migration compatibility from QEMU 2.0Paolo Bonzini2014-07-281-0/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-07-221-0/+11
|\
| * exec: fix migration with devices that use address_space_rwPaolo Bonzini2014-07-221-0/+11
* | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-07-18' in...Peter Maydell2014-07-181-1/+1
|\ \
| * | Fix new typos in comments (found by codespell)Stefan Weil2014-07-181-1/+1
| |/
* | block: Add Error argument to bdrv_refresh_limits()Kevin Wolf2014-07-182-2/+2
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-07-141-0/+2
|\
| * virtio-scsi: fix with -M pc-i440fx-2.0Paolo Bonzini2014-07-141-0/+2
* | dma-helpers: Fix too long qiovKevin Wolf2014-07-141-0/+1
* | AioContext: do not rely on aio_poll(ctx, true) result to end a loopPaolo Bonzini2014-07-141-3/+3
* | virtio-blk: embed VirtQueueElement in VirtIOBlockReqStefan Hajnoczi2014-07-142-2/+6
* | dataplane: do not free VirtQueueElement in vring_push()Stefan Hajnoczi2014-07-141-1/+0
* | AioContext: speed up aio_notifyPaolo Bonzini2014-07-091-0/+9
* | block: drop aio functions that operate on the main AioContextPaolo Bonzini2014-07-093-18/+5
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2014-07-074-6/+0
|\
| * Handle G_IO_HUP in tcp_chr_read for tcp chardevKirill Batuzov2014-07-061-1/+0
| * virtio: move common virtio properties to bus class deviceMing Lei2014-07-063-5/+0
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2014-07-072-0/+9
|\ \
| * | block: block: introduce APIs for submitting IO as a batchMing Lei2014-07-072-0/+9
| |/
* | xen_backend: introduce xenstore_read_uint64 and xenstore_read_fe_uint64Stefano Stabellini2014-07-071-0/+2
|/
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2014-07-014-24/+8
|\
| * block: extend block-commit to accept a string for the backing fileJeff Cody2014-07-012-2/+4
| * block: add helper function to determine if a BDS is in a chainJeff Cody2014-07-011-0/+1
| * qemu-img create: add 'nocow' optionChunyan Liu2014-07-011-0/+1
| * qdev: drop iothread property typeStefan Hajnoczi2014-07-011-3/+0
| * virtio-blk: move qdev properties into virtio-blk.cStefan Hajnoczi2014-07-011-23/+0
| * virtio-blk: drop virtio_blk_set_conf()Stefan Hajnoczi2014-07-011-2/+0
| * qdev: add qdev_alias_all_properties()Stefan Hajnoczi2014-07-011-0/+2
| * virtio-blk: move x-data-plane qdev property to virtio-blk.hStefan Hajnoczi2014-07-011-0/+8
| * virtio-blk: avoid qdev property definition duplicationStefan Hajnoczi2014-07-011-8/+6
* | Merge remote-tracking branch 'remotes/bonzini/memory' into stagingPeter Maydell2014-07-013-7/+57
|\ \
| * | qdev: correctly send DEVICE_DELETED for recursively-deleted devicesPaolo Bonzini2014-07-011-0/+1
| * | memory: MemoryRegion: Add may-overlap and priority propsPeter Crosthwaite2014-07-011-1/+1
| * | memory: MemoryRegion: replace owner field with QOM parentPaolo Bonzini2014-07-011-1/+0
| * | memory: MemoryRegion: QOMifyPeter Crosthwaite2014-07-011-0/+6
| * | qom: add a generic mechanism to resolve pathsPaolo Bonzini2014-07-011-5/+29
| |/
| * qom: add object_property_add_alias()Stefan Hajnoczi2014-07-011-0/+20
* | irq: Slim conversion of qemu_irq to QOMAndreas Färber2014-07-011-0/+2
* | irq: Allocate IRQs individuallyPeter Crosthwaite2014-07-011-1/+1
|/
* Merge remote-tracking branch 'remotes/bonzini/nbd-next' into stagingPeter Maydell2014-06-301-0/+12
|\
| * nbd: Handle NBD_OPT_LIST option.Hani Benhabiles2014-06-301-0/+3
| * nbd: Handle fixed new-style clients.Hani Benhabiles2014-06-301-0/+9
* | virtio: memory accessors for endian-ambivalent targetsGreg Kurz2014-06-291-0/+170
* | virtio: add endian-ambivalent support to VirtIODeviceGreg Kurz2014-06-291-3/+10
* | cpu: introduce CPUClass::virtio_is_big_endian()Greg Kurz2014-06-291-0/+1
* | exec: introduce target_words_bigendian() helperGreg Kurz2014-06-291-0/+6
* | virtio: introduce device specific migration callsGreg Kurz2014-06-291-1/+3
* | vhost-user: fix regions provied with VHOST_USER_SET_MEM_TABLE messageDamjan Marion2014-06-291-0/+1
OpenPOWER on IntegriCloud