]> git.proxmox.com Git - mirror_qemu.git/shortlog
mirror_qemu.git
2014-05-05 ChenLiangmigration: expose xbzrle cache miss rate
2014-05-05 ChenLiangmigration: expose the bitmap_sync_count to the end
2014-05-05 ChenLiangmigration: Add counts of updating the dirty bitmap
2014-05-05 ChenLiangXBZRLE: Fix one XBZRLE corruption issues
2014-05-05 ChenLiangmigration: remove duplicate code
2014-05-05 Dr. David Alan... Coverity: Fix failure path for qemu_accept in migration
2014-05-05 Dr. David Alan... Init the XBZRLE.lock in ram_mig_init
2014-05-05 Dr. David Alan... Provide init function for ram migration
2014-05-05 Dr. David Alan... Count used RAMBlock pages for migration_dirty_pages
2014-05-05 Dr. David Alan... Make qemu_peek_buffer loop until it gets it's data
2014-05-05 Dr. David Alan... Disallow outward migration while awaiting incoming...
2014-05-05 Michael S.... virtio: validate config_len on load
2014-05-05 Michael S.... virtio-net: out-of-bounds buffer write on load
2014-05-05 Michael Rothopenpic: avoid buffer overrun on incoming migration
2014-05-05 Michael S.... ssi-sd: fix buffer overrun on invalid state load
2014-05-05 Peter Maydellsavevm: Ignore minimum_version_id_old if there is no...
2014-05-05 Michael S.... usb: sanity check setup_index+setup_len in post_load
2014-05-05 Michael S.... vmstate: s/VMSTATE_INT32_LE/VMSTATE_INT32_POSITIVE_LE/
2014-05-05 Michael S.... virtio-scsi: fix buffer overrun on invalid state load
2014-05-05 Michael S.... zaurus: fix buffer overrun on invalid state load
2014-05-05 Michael S.... tsc210x: fix buffer overrun on invalid state load
2014-05-05 Michael S.... ssd0323: fix buffer overun on invalid state load
2014-05-05 Michael S.... pxa2xx: avoid buffer overrun on incoming migration
2014-05-05 Michael S.... virtio: validate num_sg when mapping
2014-05-05 Michael Rothvirtio: avoid buffer overrun on incoming migration
2014-05-05 Michael S.... vmstate: fix buffer overflow in target-arm/machine.c
2014-05-05 Michael S.... pl022: fix buffer overun on invalid state load
2014-05-05 Michael S.... hw/pci/pcie_aer.c: fix buffer overruns on invalid state...
2014-05-05 Michael S.... hpet: fix buffer overrun on invalid state load
2014-05-05 Michael S.... ahci: fix buffer overrun on invalid state load
2014-05-05 Michael S.... virtio: out-of-bounds buffer write on invalid state...
2014-05-05 Michael S.... virtio-net: out-of-bounds buffer write on invalid state...
2014-05-05 Michael S.... virtio-net: fix buffer overflow on invalid state load
2014-05-05 Michael S.... vmstate: add VMSTATE_VALIDATE
2014-05-05 Michael S.... vmstate: add VMS_MUST_EXIST
2014-05-05 Michael S.... vmstate: reduce code duplication
2014-05-02 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2014-05-02 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2014-05-01 Peter MaydellMerge remote-tracking branch 'remotes/cohuck/tags/kvm_c...
2014-05-01 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2014-05-01 Peter Maydellhw/arm/virt: Add support for Cortex-A57
2014-05-01 Peter Maydellhw/arm/virt: Put GIC register banks on 64K boundaries
2014-05-01 Peter Maydellhw/arm/virt: Create the GIC ourselves rather than ...
2014-05-01 Edgar E. Iglesiastarget-arm: Correct a comment refering to EL0
2014-05-01 Edgar E. Iglesiastarget-arm: A64: Fix a typo when declaring TLBI ops
2014-05-01 Edgar E. Iglesiastarget-arm: A64: Handle blr lr
2014-05-01 Edgar E. Iglesiastarget-arm: Make vbar_write 64bit friendly on 32bit...
2014-05-01 Rob Herringtarget-arm: implement WFE/YIELD as a yield for AArch64
2014-05-01 Rabin Vincentarmv7m_nvic: fix CPUID Base Register
2014-05-01 Peter Maydelltarget-arm: Implement XScale cache lockdown operations...
2014-05-01 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2014-05-01 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2014-05-01 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2014-04-30 Matthew Boothcurl: Fix hang reading from slow connections
2014-04-30 Matthew Boothcurl: Ensure all informationals are checked for completion
2014-04-30 Matthew Boothcurl: Eliminate unnecessary use of curl_multi_socket_all
2014-04-30 Matthew Boothcurl: Remove unnecessary explicit calls to internal...
2014-04-30 Matthew Boothcurl: Remove erroneous sleep waiting for curl completion
2014-04-30 Matthew Boothcurl: Fix return from curl_read_cb with invalid state
2014-04-30 Matthew Boothcurl: Remove unnecessary use of goto
2014-04-30 Matthew Boothcurl: Fix long line
2014-04-30 Max Reitzblock/vdi: Error out immediately in vdi_create()
2014-04-30 Max Reitzblock/bochs: Fix error handling for seek_to_sector()
2014-04-30 Max Reitzqcow2: Check min_size in qcow2_grow_l1_table()
2014-04-30 Max Reitzqcow2: Catch bdrv_getlength() error
2014-04-30 Max Reitzblock: Use correct width in format strings
2014-04-30 Max Reitzqcow2: Avoid overflow in alloc_clusters_noref()
2014-04-30 Cornelia Huckppc: use kvm_vcpu_enable_cap()
2014-04-30 Cornelia Hucks390x: use kvm_vcpu_enable_cap()
2014-04-30 Cornelia Huckkvm: add kvm_{vm,vcpu}_enable_cap
2014-04-30 Max Reitzblock: Use error_abort in bdrv_image_info_specific_dump()
2014-04-30 Kevin Wolfblock: Fix open_flags in bdrv_reopen()
2014-04-30 Kevin WolfRevert "block: another bdrv_append fix"
2014-04-30 Kevin Wolfblock: Unlink temporary files in raw-posix/win32
2014-04-30 Kevin Wolfblock: Remove BDRV_O_COPY_ON_READ for bs->file
2014-04-30 Kevin Wolfblock: Create bdrv_backing_flags()
2014-04-30 Kevin Wolfblock: Create bdrv_inherited_flags()
2014-04-29 Max Reitziotests: Discarding compressed clusters on qcow2
2014-04-29 Max Reitzqcow2: Fix discard
2014-04-29 Jeff Codyblock: qemu-iotests: make test 019 and 086 work with...
2014-04-29 Jeff Codyblock: qemu-iotests - fix image cleanup when using...
2014-04-29 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/tcg...
2014-04-29 Fam Zhengmirror: Check for bdrv_get_info result
2014-04-29 Fam Zhengmirror: Fix resource leak when bdrv_getlength fails
2014-04-29 Jeff Codyblock: Ignore duplicate or NULL format_name in bdrv_ite...
2014-04-29 Cole Robinsonsdl2: Support mouse wheel
2014-04-29 Dave Airliesdl2: add ui info setting.
2014-04-29 Cole Robinsongtk: Fix accelerators being triggered twice with gtk3
2014-04-29 Cole Robinsongtk: Fix -serial vc
2014-04-29 Cole Robinsongtk: Use ctrl+alt+q for quit accelerator
2014-04-29 Cole Robinsongtk: Remove use of deprecated stock items
2014-04-29 Cole Robinsongtk: Don't use deprecated vte_terminal_get_adjustment
2014-04-29 Cole Robinsongtk: Don't use deprecated gtk_image_menu_item_new_with_...
2014-04-29 Cole Robinsonconfigure: Re-run make if gtkabi/sdlabi is changed
2014-04-29 Cole Robinsonconfigure: Document --with-gtkabi
2014-04-29 Gerd Hoffmannhda-audio: fix non-mixer codecs
2014-04-29 Jeff Codyblock: Add '--version' option to qemu-img
2014-04-28 Richard Hendersontcg-sparc: Accept stores of zero
2014-04-28 Richard Hendersontcg-sparc: Fix small 32-bit movi
2014-04-28 Richard Hendersontcg-sparc: Fixup function argument types
next