summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-10qapi-types.py: Fix enum struct sizes on i686Cole Robinson
2013-09-10ehci: save device pointer in EHCIStateGerd Hoffmann
2013-09-10Remove dev-bluetooth.c dependency from vl.cMiroslav Rezanina
2013-09-10Preparation for usb-bt-dongle conditional buildMiroslav Rezanina
2013-09-10usb: sanity check setup_index+setup_len in post_loadGerd Hoffmann
2013-09-10qxl: fix local rendererGerd Hoffmann
2013-09-10qxl: trace io port nameGerd Hoffmann
2013-09-10spice-core: Use g_strdup_printf instead of snprintfChristophe Fergeau
2013-09-09QMP/qemu-ga-client: Make timeout longer for guest-fsfreeze-freeze commandTomoki Sekiyama
2013-09-09qemu-ga: Install Windows VSS provider on `qemu-ga -s install'Tomoki Sekiyama
2013-09-09qemu-ga: Call Windows VSS requester in fsfreeze command handlerTomoki Sekiyama
2013-09-09qemu-ga: Add Windows VSS provider and requester as DLLTomoki Sekiyama
2013-09-09error: Add error_set_win32 and error_setg_win32Tomoki Sekiyama
2013-09-09qemu-ga: Add configure options to specify path to Windows/VSS SDKTomoki Sekiyama
2013-09-09Add a script to extract VSS SDK headers on POSIX systemTomoki Sekiyama
2013-09-09checkpatch.pl: Check .cpp filesTomoki Sekiyama
2013-09-09Add c++ keywords to QAPI helper scriptTomoki Sekiyama
2013-09-09configure: Support configuring C++ compilerTomoki Sekiyama
2013-09-09mips_malta: support up to 2GiB RAMPaul Burton
2013-09-09pc_q35: Initialize Xen.Anthony PERARD
2013-09-09pc: Initializing ram_memory under Xen.Anthony PERARD
2013-09-06ne2000: mark I/O as LITTLE_ENDIANAurelien Jarno
2013-09-06vmxnet3: Eliminate __packed redefined warningBrad Smith
2013-09-06e1000: add interrupt mitigation supportVincenzo Maffione
2013-09-06net: Rename send_queue to incoming_queueJan Kiszka
2013-09-06tap: Use numbered tap/tun devices on all *BSD OS'sBrad Smith
2013-09-06qemu-iotests: Fixed test case 026Kevin Wolf
2013-09-06qemu-iotests: Whitespace cleanupKevin Wolf
2013-09-06dataplane: Fix startup race.Cornelia Huck
2013-09-06block: look for zero blocks in bs->filePaolo Bonzini
2013-09-06block: add default get_block_status implementation for protocolsPaolo Bonzini
2013-09-06raw-posix: report unwritten extents as zeroPaolo Bonzini
2013-09-06raw-posix: return get_block_status data and flagsPaolo Bonzini
2013-09-06docs, qapi: document qemu-img mapPaolo Bonzini
2013-09-06qemu-img: add a "map" subcommandPaolo Bonzini
2013-09-06block: return BDRV_BLOCK_ZERO past end of backing filePaolo Bonzini
2013-09-06block: use bdrv_has_zero_init to return BDRV_BLOCK_ZEROPaolo Bonzini
2013-09-06block: return get_block_status data and flags for formatsPaolo Bonzini
2013-09-06block: define get_block_status return valuePaolo Bonzini
2013-09-06block: introduce bdrv_get_block_status APIPaolo Bonzini
2013-09-06block: make bdrv_has_zero_init return false for copy-on-write-imagesPaolo Bonzini
2013-09-06qemu-img: always probe the input image for allocated sectorsPaolo Bonzini
2013-09-06block: expect errors from bdrv_co_is_allocatedPaolo Bonzini
2013-09-06block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinctionPaolo Bonzini
2013-09-06block: do not use ->total_sectors in bdrv_co_is_allocatedPaolo Bonzini
2013-09-06block: make bdrv_co_is_allocated staticPaolo Bonzini
2013-09-06block: keep bs->total_sectors up to date even for growable block devicesPaolo Bonzini
2013-09-06cow: do not call bdrv_co_is_allocatedPaolo Bonzini
2013-09-06cow: make writes go at a less indecent speedPaolo Bonzini
2013-09-06cow: make reads go at a decent speedPaolo Bonzini