]> git.proxmox.com Git - qemu.git/shortlog
qemu.git
2013-09-11 Anthony LiguoriMerge remote-tracking branch 'luiz/queue/qmp' into...
2013-09-11 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v73' into...
2013-09-11 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.89' into staging
2013-09-11 Anthony LiguoriMerge remote-tracking branch 'mdroth/qga-pull-2013...
2013-09-11 Anthony LiguoriMerge remote-tracking branch 'sstabellini/xen-2013...
2013-09-11 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-09-11 Anthony LiguoriMerge remote-tracking branch 'stefanha/net' into staging
2013-09-10 Cole Robinsonqapi-types.py: Fix enum struct sizes on i686
2013-09-10 Gerd Hoffmannehci: save device pointer in EHCIState
2013-09-10 Miroslav RezaninaRemove dev-bluetooth.c dependency from vl.c
2013-09-10 Miroslav RezaninaPreparation for usb-bt-dongle conditional build
2013-09-10 Gerd Hoffmannusb: sanity check setup_index+setup_len in post_load
2013-09-10 Gerd Hoffmannqxl: fix local renderer
2013-09-10 Gerd Hoffmannqxl: trace io port name
2013-09-10 Christophe... spice-core: Use g_strdup_printf instead of snprintf
2013-09-09 Tomoki SekiyamaQMP/qemu-ga-client: Make timeout longer for guest-fsfre...
2013-09-09 Tomoki Sekiyamaqemu-ga: Install Windows VSS provider on `qemu-ga ...
2013-09-09 Tomoki Sekiyamaqemu-ga: Call Windows VSS requester in fsfreeze command...
2013-09-09 Tomoki Sekiyamaqemu-ga: Add Windows VSS provider and requester as DLL
2013-09-09 Tomoki Sekiyamaerror: Add error_set_win32 and error_setg_win32
2013-09-09 Tomoki Sekiyamaqemu-ga: Add configure options to specify path to Windo...
2013-09-09 Tomoki SekiyamaAdd a script to extract VSS SDK headers on POSIX system
2013-09-09 Tomoki Sekiyamacheckpatch.pl: Check .cpp files
2013-09-09 Tomoki SekiyamaAdd c++ keywords to QAPI helper script
2013-09-09 Tomoki Sekiyamaconfigure: Support configuring C++ compiler
2013-09-09 Paul Burtonmips_malta: support up to 2GiB RAM
2013-09-09 Anthony PERARDpc_q35: Initialize Xen.
2013-09-09 Anthony PERARDpc: Initializing ram_memory under Xen.
2013-09-06 Aurelien Jarnone2000: mark I/O as LITTLE_ENDIAN
2013-09-06 Brad Smithvmxnet3: Eliminate __packed redefined warning
2013-09-06 Vincenzo Maffionee1000: add interrupt mitigation support
2013-09-06 Jan Kiszkanet: Rename send_queue to incoming_queue
2013-09-06 Brad Smithtap: Use numbered tap/tun devices on all *BSD OS's
2013-09-06 Kevin Wolfqemu-iotests: Fixed test case 026
2013-09-06 Kevin Wolfqemu-iotests: Whitespace cleanup
2013-09-06 Cornelia Huckdataplane: Fix startup race.
2013-09-06 Paolo Bonziniblock: look for zero blocks in bs->file
2013-09-06 Paolo Bonziniblock: add default get_block_status implementation...
2013-09-06 Paolo Bonziniraw-posix: report unwritten extents as zero
2013-09-06 Paolo Bonziniraw-posix: return get_block_status data and flags
2013-09-06 Paolo Bonzinidocs, qapi: document qemu-img map
2013-09-06 Paolo Bonziniqemu-img: add a "map" subcommand
2013-09-06 Paolo Bonziniblock: return BDRV_BLOCK_ZERO past end of backing file
2013-09-06 Paolo Bonziniblock: use bdrv_has_zero_init to return BDRV_BLOCK_ZERO
2013-09-06 Paolo Bonziniblock: return get_block_status data and flags for formats
2013-09-06 Paolo Bonziniblock: define get_block_status return value
2013-09-06 Paolo Bonziniblock: introduce bdrv_get_block_status API
2013-09-06 Paolo Bonziniblock: make bdrv_has_zero_init return false for copy...
2013-09-06 Paolo Bonziniqemu-img: always probe the input image for allocated...
2013-09-06 Paolo Bonziniblock: expect errors from bdrv_co_is_allocated
2013-09-06 Paolo Bonziniblock: remove bdrv_is_allocated_above/bdrv_co_is_alloca...
2013-09-06 Paolo Bonziniblock: do not use ->total_sectors in bdrv_co_is_allocated
2013-09-06 Paolo Bonziniblock: make bdrv_co_is_allocated static
2013-09-06 Paolo Bonziniblock: keep bs->total_sectors up to date even for growa...
2013-09-06 Paolo Bonzinicow: do not call bdrv_co_is_allocated
2013-09-06 Paolo Bonzinicow: make writes go at a less indecent speed
2013-09-06 Paolo Bonzinicow: make reads go at a decent speed
2013-09-06 Max Reitzqmp: Documentation for BLOCK_IMAGE_CORRUPTED
2013-09-06 Fam Zhengblock: use BDS ref for block jobs
2013-09-06 Fam Zhengnbd: use BlockDriverState refcnt
2013-09-06 Fam Zhengxen_disk: simplify blk_disconnect with refcnt
2013-09-06 Fam Zhengmigration: omit drive ref as we have bdrv_ref now
2013-09-06 Fam Zhengblock: make bdrv_delete() static
2013-09-06 Fam Zhengblock: implement reference count for BlockDriverState
2013-09-06 Fam Zhengiscsi: use bdrv_new() instead of stack structure
2013-09-06 Fam Zhengvvfat: use bdrv_new() to allocate BlockDriverState
2013-09-06 Alex Blighaio / timers: fix build of test/test-aio.c on non-linux...
2013-09-06 Stefan Weilw32: Fix access to host devices (regression)
2013-09-06 Alexandre Derumieradd qemu-img convert -n option (skip target volume...
2013-09-06 Max Reitzqemu-iotests: Adjust test result 039
2013-09-06 Benoît Canetblock: Add iops_size to do the iops accounting for...
2013-09-06 Benoît Canetblock: Add support for throttling burst max in QMP...
2013-09-06 Benoît Canetblock: Enable the new throttling code in the block...
2013-09-06 Benoît Canetthrottle: Add units tests
2013-09-06 Benoît Canetthrottle: Add a new throttling API implementing continu...
2013-09-05 Anthony LiguoriMerge remote-tracking branch 'bonzini/iommu-for-anthony...
2013-09-05 liguangexec: do tcg_commit only when tcg_enabled
2013-09-05 Jan KiszkaRevert "memory: Return -1 again on reads from unsigned...
2013-09-05 Jan Kiszkamemory: Provide separate handling of unassigned io...
2013-09-05 Hu Taoexec: check offset_within_address_space for register...
2013-09-05 Paolo Bonziniexec: fix writing to MMIO area with non-power-of-two...
2013-09-05 Anthony LiguoriUpdate mailmap
2013-09-03 Anthony LiguoriMerge remote-tracking branch 'afaerber/tags/qom-cpu...
2013-09-03 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2013-09-03 Anthony LiguoriMerge remote-tracking branch 'mjt/trivial-patches'...
2013-09-03 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.88' into staging
2013-09-03 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-09-03 Anthony LiguoriMerge remote-tracking branch 'afaerber/tags/qom-devices...
2013-09-03 Eduardo Habkosttarget-i386: Use #defines instead of magic numbers...
2013-09-03 Andreas Färbercpu: Replace qemu_for_each_cpu()
2013-09-03 Andreas Färbercpu: Use QTAILQ for CPU list
2013-09-03 Andreas Färbera15mpcore: Use qemu_get_cpu() for generic timers
2013-09-02 Aurelien JarnoMerge branch 'tcg-next' of git://github.com/rth7680...
2013-09-02 Aurelien JarnoMerge branch 'ppc-for-upstream' of git://github.com...
2013-09-02 Aurelien Jarnotcg/mips: only enable ext8s/ext16s ops on MIPS32R2
2013-09-02 Aurelien Jarnotcg/mips: inline bswap16/bswap32 ops
2013-09-02 Aurelien Jarnotcg/mips: detect available host instructions at runtime
2013-09-02 Richard Hendersontcg-i386: Make use of zero-extended memory helper routines
2013-09-02 Richard Hendersontcg: Introduce zero and sign-extended versions of load...
2013-09-02 Richard Hendersonexec: Split softmmu_defs.h
next