index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-02-03
kvm: make hyperv hypercall and guest os id MSRs migratable.
Vadim Rozenfeld
2014-02-03
kvm: make availability of Hyper-V enlightenments dependent on KVM_CAP_HYPERV
Paolo Bonzini
2014-02-03
KVM: fix coexistence of KVM and Hyper-V leaves
Paolo Bonzini
2014-02-03
kvm: print suberror on all internal errors
Radim Krčmář
2014-02-03
target-i386: kvm_check_features_against_host(): Kill feature word array
Eduardo Habkost
2014-02-03
target-i386: kvm_cpu_fill_host(): Fill feature words in a loop
Eduardo Habkost
2014-02-03
target-i386: kvm_cpu_fill_host(): Set all feature words at end of function
Eduardo Habkost
2014-02-03
target-i386: kvm_cpu_fill_host(): No need to check xlevel2
Eduardo Habkost
2014-02-03
target-i386: kvm_cpu_fill_host(): No need to check CPU vendor
Eduardo Habkost
2014-02-03
target-i386: kvm_cpu_fill_host(): No need to check level
Eduardo Habkost
2014-02-03
target-i386: kvm_cpu_fill_host(): Kill unused code
Eduardo Habkost
2014-01-24
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
2014-01-24
Merge remote-tracking branch 'otubo/seccomp' into staging
Anthony Liguori
2014-01-24
Merge remote-tracking branch 'sweil/tags/for_anthony' into staging
Anthony Liguori
2014-01-24
Merge remote-tracking branch 'kraxel/tags/pull-audio-2' into staging
Anthony Liguori
2014-01-24
Merge remote-tracking branch 'kraxel/tags/pull-usb-2' into staging
Anthony Liguori
2014-01-24
Merge remote-tracking branch 'bonzini/scsi-next' into staging
Anthony Liguori
2014-01-24
Merge remote-tracking branch 'kwolf/tags/for-anthony' into staging
Anthony Liguori
2014-01-24
block: Switch bdrv_io_limits_intercept() to byte granularity
Kevin Wolf
2014-01-24
qemu-iotests: Test pwritev RMW logic
Kevin Wolf
2014-01-24
qemu-io: New command 'sleep'
Kevin Wolf
2014-01-24
blkdebug: Make required alignment configurable
Kevin Wolf
2014-01-24
iscsi: Set bs->request_alignment
Paolo Bonzini
2014-01-24
block: Make bdrv_pwrite() a bdrv_prwv_co() wrapper
Kevin Wolf
2014-01-24
block: Make bdrv_pread() a bdrv_prwv_co() wrapper
Kevin Wolf
2014-01-24
block: Change coroutine wrapper to byte granularity
Kevin Wolf
2014-01-24
block: Assert serialisation assumptions in pwritev
Kevin Wolf
2014-01-24
block: Align requests in bdrv_co_do_pwritev()
Kevin Wolf
2014-01-24
block: Allow wait_serialising_requests() at any point
Kevin Wolf
2014-01-24
block: Make overlap range for serialisation dynamic
Kevin Wolf
2014-01-24
block: Generalise and optimise COR serialisation
Kevin Wolf
2014-01-24
block: Make zero-after-EOF work with larger alignment
Kevin Wolf
2014-01-24
block: Allow waiting for overlapping requests between begin/end
Kevin Wolf
2014-01-24
block: Switch BdrvTrackedRequest to byte granularity
Kevin Wolf
2014-01-24
block: Introduce bdrv_co_do_pwritev()
Kevin Wolf
2014-01-24
block: write: Handle COR dependency after I/O throttling
Kevin Wolf
2014-01-24
block: Introduce bdrv_aligned_pwritev()
Kevin Wolf
2014-01-24
block: Introduce bdrv_co_do_preadv()
Kevin Wolf
2014-01-24
block: Introduce bdrv_aligned_preadv()
Kevin Wolf
2014-01-24
raw: Probe required direct I/O alignment
Paolo Bonzini
2014-01-24
block: rename buffer_alignment to guest_block_size
Paolo Bonzini
2014-01-24
block: Don't use guest sector size for qemu_blockalign()
Kevin Wolf
2014-01-24
block: Detect unaligned length in bdrv_qiov_is_aligned()
Kevin Wolf
2014-01-24
qemu_memalign: Allow small alignments
Kevin Wolf
2014-01-24
block: Update BlockLimits when they might have changed
Kevin Wolf
2014-01-24
block: Inherit opt_transfer_length
Kevin Wolf
2014-01-24
block: Move initialisation of BlockLimits to bdrv_refresh_limits()
Kevin Wolf
2014-01-24
block: Fix bdrv_commit return value
Kevin Wolf
2014-01-24
block: update block commit documentation regarding image truncation
Jeff Cody
2014-01-24
block: resize backing image during active layer commit, if needed
Jeff Cody
[next]