Age | Commit message (Expand) | Author | Files | Lines |
2014-08-12 | trace: [tcg] Include event definitions in "trace.h" | Lluís Vilanova | 1 | -0/+1 |
2014-08-12 | trace: [tcg] Generate TCG tracing routines | Lluís Vilanova | 1 | -0/+7 |
2014-08-12 | trace: [tcg] Include TCG-tracing helpers | Lluís Vilanova | 3 | -0/+4 |
2014-08-09 | hw/timer: Move extern declaration from .c to .h file | Stefan Weil | 1 | -1/+6 |
2014-08-09 | virtio: Move extern declaration to header file | Stefan Weil | 1 | -0/+2 |
2014-08-07 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 3 | -1/+12 |
2014-08-07 | monitor: Add drift info to 'info jit' | Sebastian Tanase | 1 | -0/+4 |
2014-08-06 | cpu-exec: Add sleeping algorithm | Sebastian Tanase | 1 | -0/+1 |
2014-08-06 | icount: Add align option to icount | Sebastian Tanase | 1 | -0/+1 |
2014-08-06 | icount: Add QemuOpts for icount | Sebastian Tanase | 1 | -1/+2 |
2014-08-06 | timer: add cpu_icount_to_ns function. | KONRAD Frederic | 1 | -0/+1 |
2014-08-06 | backends: Introduce chr-testdev | Paolo Bonzini | 1 | -0/+3 |
2014-08-01 | qemu: support xen hvm direct kernel boot | Chunyan Liu | 1 | -0/+5 |
2014-07-29 | scsi-block, scsi-generic: implement parse_cdb | Paolo Bonzini | 1 | -0/+1 |
2014-07-29 | scsi-bus: introduce parse_cdb in SCSIDeviceClass and SCSIBusInfo | Paolo Bonzini | 1 | -0/+6 |
2014-07-28 | pc: hack for migration compatibility from QEMU 2.0 | Paolo Bonzini | 1 | -0/+1 |
2014-07-22 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -0/+11 |
2014-07-22 | exec: fix migration with devices that use address_space_rw | Paolo Bonzini | 1 | -0/+11 |
2014-07-18 | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-07-18' in... | Peter Maydell | 1 | -1/+1 |
2014-07-18 | Fix new typos in comments (found by codespell) | Stefan Weil | 1 | -1/+1 |
2014-07-18 | block: Add Error argument to bdrv_refresh_limits() | Kevin Wolf | 2 | -2/+2 |
2014-07-14 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -0/+2 |
2014-07-14 | virtio-scsi: fix with -M pc-i440fx-2.0 | Paolo Bonzini | 1 | -0/+2 |
2014-07-14 | dma-helpers: Fix too long qiov | Kevin Wolf | 1 | -0/+1 |
2014-07-14 | AioContext: do not rely on aio_poll(ctx, true) result to end a loop | Paolo Bonzini | 1 | -3/+3 |
2014-07-14 | virtio-blk: embed VirtQueueElement in VirtIOBlockReq | Stefan Hajnoczi | 2 | -2/+6 |
2014-07-14 | dataplane: do not free VirtQueueElement in vring_push() | Stefan Hajnoczi | 1 | -1/+0 |
2014-07-09 | AioContext: speed up aio_notify | Paolo Bonzini | 1 | -0/+9 |
2014-07-09 | block: drop aio functions that operate on the main AioContext | Paolo Bonzini | 3 | -18/+5 |
2014-07-07 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 4 | -6/+0 |
2014-07-07 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 2 | -0/+9 |
2014-07-07 | xen_backend: introduce xenstore_read_uint64 and xenstore_read_fe_uint64 | Stefano Stabellini | 1 | -0/+2 |
2014-07-07 | block: block: introduce APIs for submitting IO as a batch | Ming Lei | 2 | -0/+9 |
2014-07-06 | Handle G_IO_HUP in tcp_chr_read for tcp chardev | Kirill Batuzov | 1 | -1/+0 |
2014-07-06 | virtio: move common virtio properties to bus class device | Ming Lei | 3 | -5/+0 |
2014-07-01 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 4 | -24/+8 |
2014-07-01 | Merge remote-tracking branch 'remotes/bonzini/memory' into staging | Peter Maydell | 3 | -7/+57 |
2014-07-01 | block: extend block-commit to accept a string for the backing file | Jeff Cody | 2 | -2/+4 |
2014-07-01 | block: add helper function to determine if a BDS is in a chain | Jeff Cody | 1 | -0/+1 |
2014-07-01 | qdev: correctly send DEVICE_DELETED for recursively-deleted devices | Paolo Bonzini | 1 | -0/+1 |
2014-07-01 | memory: MemoryRegion: Add may-overlap and priority props | Peter Crosthwaite | 1 | -1/+1 |
2014-07-01 | memory: MemoryRegion: replace owner field with QOM parent | Paolo Bonzini | 1 | -1/+0 |
2014-07-01 | memory: MemoryRegion: QOMify | Peter Crosthwaite | 1 | -0/+6 |
2014-07-01 | qom: add a generic mechanism to resolve paths | Paolo Bonzini | 1 | -5/+29 |
2014-07-01 | qemu-img create: add 'nocow' option | Chunyan Liu | 1 | -0/+1 |
2014-07-01 | qom: add object_property_add_alias() | Stefan Hajnoczi | 1 | -0/+20 |
2014-07-01 | qdev: drop iothread property type | Stefan Hajnoczi | 1 | -3/+0 |
2014-07-01 | virtio-blk: move qdev properties into virtio-blk.c | Stefan Hajnoczi | 1 | -23/+0 |
2014-07-01 | virtio-blk: drop virtio_blk_set_conf() | Stefan Hajnoczi | 1 | -2/+0 |
2014-07-01 | qdev: add qdev_alias_all_properties() | Stefan Hajnoczi | 1 | -0/+2 |