aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-20s390x: split flic into kvm and non-kvm partsCornelia Huck
2014-05-20kvm: Fix enable_cap helpers on older gccAlexander Graf
2014-05-20Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2014-05-20block: iscsi build fix if LIBISCSI_FEATURE_IOVECTOR is not definedJeff Cody
2014-05-20hw/audio/intel-hda: Avoid shift into sign bitPeter Maydell
2014-05-20audio/intel-hda: support FIFORDYStanislav Vorobiov
2014-05-19Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell
2014-05-19Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-8' into stagingPeter Maydell
2014-05-19block: optimize zero writes with bdrv_write_zeroesPeter Lieven
2014-05-19Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell
2014-05-19blockdev: add a function to parse enum ids from stringsPeter Lieven
2014-05-19util: add qemu_iovec_is_zeroPeter Lieven
2014-05-19qcow1: Stricter backing file length checkKevin Wolf
2014-05-19qcow1: Validate image size (CVE-2014-0223)Kevin Wolf
2014-05-19qcow1: Validate L2 table size (CVE-2014-0222)Kevin Wolf
2014-05-19qcow1: Check maximum cluster sizeKevin Wolf
2014-05-19qcow1: Make padding in the header explicitKevin Wolf
2014-05-19curl: Add usage documentationMatthew Booth
2014-05-19curl: Add sslverify optionMatthew Booth
2014-05-19curl: Remove broken parsing of options from urlMatthew Booth
2014-05-19curl: Fix build when curl_multi_socket_action isn't availableMatthew Booth
2014-05-19qemu-iotests: Fix blkdebug in VM drive in 030Fam Zheng
2014-05-19qemu-iotests: Fix core dump suppression in test 039Markus Armbruster
2014-05-19iotests: Add test for the JSON protocolMax Reitz
2014-05-19block: Allow JSON filenamesMax Reitz
2014-05-19check-qdict: Add test for qdict_join()Max Reitz
2014-05-19qdict: Add qdict_join()Max Reitz
2014-05-19block: add test for vhdx image created by Disk2VHDJeff Cody
2014-05-19block: vhdx - account for identical header sectionsJeff Cody
2014-05-19Remove g_sequence_lookup from qemu-img help functionMike Day
2014-05-19block: Fix bdrv_is_allocated() for short backing filesKevin Wolf
2014-05-16virtio-scsi: Plug memory leak on virtio_scsi_push_event() error pathMarkus Armbruster
2014-05-16scsi: Document intentional fall through in scsi_req_length()Markus Armbruster
2014-05-16qapi: skip redundant includesBenoƮt Canet
2014-05-16input: sparc32 kbd: claim en-us layoutGerd Hoffmann
2014-05-16input: sparc32 kbd: fix some key mappingsGerd Hoffmann
2014-05-16input: remove sparc keymap hackGerd Hoffmann
2014-05-16input: switch sparc32 kbd to new input apiGerd Hoffmann
2014-05-16input: switch ps/2 mouse to new input apiGerd Hoffmann
2014-05-16input: switch ps/2 kbd to new input apiGerd Hoffmann
2014-05-16input: use KeyValue directly in sendkey monitor commandGerd Hoffmann
2014-05-16input: add qemu_input_handler_deactivateGerd Hoffmann
2014-05-16input: key mapping helpersGerd Hoffmann
2014-05-16ps2: set ps/2 output buffer size as the same as kernelGonglei
2014-05-15monitor: Add netdev_del id argument completion.Hani Benhabiles
2014-05-15monitor: Add netdev_add type argument completion.Hani Benhabiles
2014-05-15monitor: Add set_link arguments completion.Hani Benhabiles
2014-05-15monitor: Add chardev-add backend argument completion.Hani Benhabiles
2014-05-15monitor: Add chardev-remove command completion.Hani Benhabiles
2014-05-15monitor: Convert sendkey to use command_completion.Hani Benhabiles