aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-08-01qemu: support xen hvm direct kernel bootChunyan Liu
2014-07-28pc: hack for migration compatibility from QEMU 2.0Paolo Bonzini
2014-07-22Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-07-22exec: fix migration with devices that use address_space_rwPaolo Bonzini
2014-07-18Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-07-18' in...Peter Maydell
2014-07-18Fix new typos in comments (found by codespell)Stefan Weil
2014-07-18block: Add Error argument to bdrv_refresh_limits()Kevin Wolf
2014-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-07-14virtio-scsi: fix with -M pc-i440fx-2.0Paolo Bonzini
2014-07-14dma-helpers: Fix too long qiovKevin Wolf
2014-07-14AioContext: do not rely on aio_poll(ctx, true) result to end a loopPaolo Bonzini
2014-07-14virtio-blk: embed VirtQueueElement in VirtIOBlockReqStefan Hajnoczi
2014-07-14dataplane: do not free VirtQueueElement in vring_push()Stefan Hajnoczi
2014-07-09AioContext: speed up aio_notifyPaolo Bonzini
2014-07-09block: drop aio functions that operate on the main AioContextPaolo Bonzini
2014-07-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2014-07-07Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2014-07-07xen_backend: introduce xenstore_read_uint64 and xenstore_read_fe_uint64Stefano Stabellini
2014-07-07block: block: introduce APIs for submitting IO as a batchMing Lei
2014-07-06Handle G_IO_HUP in tcp_chr_read for tcp chardevKirill Batuzov
2014-07-06virtio: move common virtio properties to bus class deviceMing Lei
2014-07-01Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2014-07-01Merge remote-tracking branch 'remotes/bonzini/memory' into stagingPeter Maydell
2014-07-01block: extend block-commit to accept a string for the backing fileJeff Cody
2014-07-01block: add helper function to determine if a BDS is in a chainJeff Cody
2014-07-01qdev: correctly send DEVICE_DELETED for recursively-deleted devicesPaolo Bonzini
2014-07-01memory: MemoryRegion: Add may-overlap and priority propsPeter Crosthwaite
2014-07-01memory: MemoryRegion: replace owner field with QOM parentPaolo Bonzini
2014-07-01memory: MemoryRegion: QOMifyPeter Crosthwaite
2014-07-01qom: add a generic mechanism to resolve pathsPaolo Bonzini
2014-07-01qemu-img create: add 'nocow' optionChunyan Liu
2014-07-01qom: add object_property_add_alias()Stefan Hajnoczi
2014-07-01qdev: drop iothread property typeStefan Hajnoczi
2014-07-01virtio-blk: move qdev properties into virtio-blk.cStefan Hajnoczi
2014-07-01virtio-blk: drop virtio_blk_set_conf()Stefan Hajnoczi
2014-07-01qdev: add qdev_alias_all_properties()Stefan Hajnoczi
2014-07-01virtio-blk: move x-data-plane qdev property to virtio-blk.hStefan Hajnoczi
2014-07-01virtio-blk: avoid qdev property definition duplicationStefan Hajnoczi
2014-07-01irq: Slim conversion of qemu_irq to QOMAndreas Färber
2014-07-01irq: Allocate IRQs individuallyPeter Crosthwaite
2014-06-30Merge remote-tracking branch 'remotes/bonzini/nbd-next' into stagingPeter Maydell
2014-06-30nbd: Handle NBD_OPT_LIST option.Hani Benhabiles
2014-06-30nbd: Handle fixed new-style clients.Hani Benhabiles
2014-06-29virtio: memory accessors for endian-ambivalent targetsGreg Kurz
2014-06-29virtio: add endian-ambivalent support to VirtIODeviceGreg Kurz
2014-06-29cpu: introduce CPUClass::virtio_is_big_endian()Greg Kurz
2014-06-29exec: introduce target_words_bigendian() helperGreg Kurz
2014-06-29virtio: introduce device specific migration callsGreg Kurz
2014-06-29vhost-user: fix regions provied with VHOST_USER_SET_MEM_TABLE messageDamjan Marion
2014-06-29numa: Keep track of NUMA nodes present on the command-lineEduardo Habkost