Age | Commit message (Expand) | Author |
2014-07-07 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2014-07-07 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2014-07-07 | xen_backend: introduce xenstore_read_uint64 and xenstore_read_fe_uint64 | Stefano Stabellini |
2014-07-07 | block: block: introduce APIs for submitting IO as a batch | Ming Lei |
2014-07-06 | Handle G_IO_HUP in tcp_chr_read for tcp chardev | Kirill Batuzov |
2014-07-06 | virtio: move common virtio properties to bus class device | Ming Lei |
2014-07-01 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2014-07-01 | Merge remote-tracking branch 'remotes/bonzini/memory' into staging | Peter Maydell |
2014-07-01 | block: extend block-commit to accept a string for the backing file | Jeff Cody |
2014-07-01 | block: add helper function to determine if a BDS is in a chain | Jeff Cody |
2014-07-01 | qdev: correctly send DEVICE_DELETED for recursively-deleted devices | Paolo Bonzini |
2014-07-01 | memory: MemoryRegion: Add may-overlap and priority props | Peter Crosthwaite |
2014-07-01 | memory: MemoryRegion: replace owner field with QOM parent | Paolo Bonzini |
2014-07-01 | memory: MemoryRegion: QOMify | Peter Crosthwaite |
2014-07-01 | qom: add a generic mechanism to resolve paths | Paolo Bonzini |
2014-07-01 | qemu-img create: add 'nocow' option | Chunyan Liu |
2014-07-01 | qom: add object_property_add_alias() | Stefan Hajnoczi |
2014-07-01 | qdev: drop iothread property type | Stefan Hajnoczi |
2014-07-01 | virtio-blk: move qdev properties into virtio-blk.c | Stefan Hajnoczi |
2014-07-01 | virtio-blk: drop virtio_blk_set_conf() | Stefan Hajnoczi |
2014-07-01 | qdev: add qdev_alias_all_properties() | Stefan Hajnoczi |
2014-07-01 | virtio-blk: move x-data-plane qdev property to virtio-blk.h | Stefan Hajnoczi |
2014-07-01 | virtio-blk: avoid qdev property definition duplication | Stefan Hajnoczi |
2014-07-01 | irq: Slim conversion of qemu_irq to QOM | Andreas Färber |
2014-07-01 | irq: Allocate IRQs individually | Peter Crosthwaite |
2014-06-30 | Merge remote-tracking branch 'remotes/bonzini/nbd-next' into staging | Peter Maydell |
2014-06-30 | nbd: Handle NBD_OPT_LIST option. | Hani Benhabiles |
2014-06-30 | nbd: Handle fixed new-style clients. | Hani Benhabiles |
2014-06-29 | virtio: memory accessors for endian-ambivalent targets | Greg Kurz |
2014-06-29 | virtio: add endian-ambivalent support to VirtIODevice | Greg Kurz |
2014-06-29 | cpu: introduce CPUClass::virtio_is_big_endian() | Greg Kurz |
2014-06-29 | exec: introduce target_words_bigendian() helper | Greg Kurz |
2014-06-29 | virtio: introduce device specific migration calls | Greg Kurz |
2014-06-29 | vhost-user: fix regions provied with VHOST_USER_SET_MEM_TABLE message | Damjan Marion |
2014-06-29 | numa: Keep track of NUMA nodes present on the command-line | Eduardo Habkost |
2014-06-29 | pc: Fix "prog_if" typo on PC_COMPAT_2_0 | Eduardo Habkost |
2014-06-29 | pc: Move q35 compat props to PC_COMPAT_* | Eduardo Habkost |
2014-06-29 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2014-06-29 | Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging | Peter Maydell |
2014-06-29 | Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st... | Peter Maydell |
2014-06-27 | block.c: Don't return success for bdrv_append_temp_snapshot() failure | Chen Gang |
2014-06-27 | block: Add replaces argument to drive-mirror | Benoît Canet |
2014-06-27 | virtio-blk: Export request handling functions to dataplane | Fam Zheng |
2014-06-27 | virtio-blk: Make request completion function virtual | Fam Zheng |
2014-06-27 | block: make bdrv_query_stats() static | Stefan Hajnoczi |
2014-06-27 | virtio-blk: Convert VirtIOBlockReq.out to structrue | Fam Zheng |
2014-06-27 | virtio-blk: Use VirtIOBlockReq.in to drop VirtIOBlockReq.inhdr | Fam Zheng |
2014-06-27 | virtio-blk: Replace VirtIOBlockRequest with VirtIOBlockReq | Fam Zheng |
2014-06-27 | virtio-blk: Convert VirtIOBlockReq.elem to pointer | Fam Zheng |
2014-06-27 | virtio-blk: Move VirtIOBlockReq to header | Fam Zheng |