aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-10block: add BLOCK_O_CHECK for qemu-img checkStefan Hajnoczi
2012-08-10qcow2: mark image clean after repair succeedsStefan Hajnoczi
2012-08-10qed: mark image clean after repair succeedsStefan Hajnoczi
2012-08-10blockdev: flip default cache mode from writethrough to writebackPaolo Bonzini
2012-08-10virtio-blk: disable write cache if not negotiatedPaolo Bonzini
2012-08-10virtio-blk: support VIRTIO_BLK_F_CONFIG_WCEPaolo Bonzini
2012-08-10qemu-iotests: Save some sed processesKevin Wolf
2012-08-10ahci: Fix sglist memleak in ahci_dma_rw_buf()Jason Baron
2012-08-10ahci: Fix ahci cdrom read corruptions for reads > 128kJason Baron
2012-08-10virtio-blk: fix use-after-free while handling scsi commandsAvi Kivity
2012-08-09handle device help before accelerator set upBruce Rogers
2012-08-09Merge branch 'x86cpu_qom_tcg_v2' of git://github.com/imammedo/qemuBlue Swirl
2012-08-09qemu_rearm_alarm_timer: do not call rearm if the next deadline is INT64_MAXStefano Stabellini
2012-08-09target-xtensa: make 'sim' to be the default machineMax Filippov
2012-08-09target-xtensa: make default CPU depend on target endiannessMax Filippov
2012-08-09MIPS: Correct FCR0 initializationNathan Froyd
2012-08-09scsi-bus: remove overlapping entryBlue Swirl
2012-08-09xilinx_axienet: avoid useless self-assignmentBlue Swirl
2012-08-09user: fix accidental AREG0 useBlue Swirl
2012-08-09qapi: avoid reserved keywordsBlue Swirl
2012-08-09sparc: fix expression with uninitialized initial valueBlue Swirl
2012-08-09sparc: fix floppy TC line setupBlue Swirl
2012-08-09esp: add Tekram DC-390 emulation (PC SCSI adapter)Hervé Poussineau
2012-08-09Revert "pci: add some stubs"Hervé Poussineau
2012-08-09esp: move PCI emulation to a new file esp-pci.cHervé Poussineau
2012-08-09esp: move some definitions to header fileHervé Poussineau
2012-08-09scsi-disk: add support for the UNMAP commandPaolo Bonzini
2012-08-09scsi-disk: improve out-of-range LBA detection for WRITE SAMEPaolo Bonzini
2012-08-09scsi-disk: more assertions and resets for aiocbPaolo Bonzini
2012-08-09kvm: Add documentation comment for kvm_irqchip_in_kernel()Peter Maydell
2012-08-09kvm: Decouple 'GSI routing' from 'kernel irqchip'Peter Maydell
2012-08-09kvm: Decouple 'MSI routing via irqfds' from 'kernel irqchip'Peter Maydell
2012-08-09kvm: Decouple 'irqfds usable' from 'kernel irqchip'Peter Maydell
2012-08-09kvm: Move kvm_allows_irq0_override() to target-i386, fix return typePeter Maydell
2012-08-09kvm: Rename kvm_irqchip_set_irq() to kvm_set_irq()Peter Maydell
2012-08-09kvm: Decouple 'async interrupt delivery' from 'kernel irqchip'Peter Maydell
2012-08-09configure: Don't implicitly hardcode list of KVM architecturesPeter Maydell
2012-08-09kvm: Check if smp_cpus exceeds max cpus supported by kvmDunrong Huang
2012-08-09virtio-scsi: do not compare 32-bit QEMU tags against 64-bit virtio-scsi tagsPaolo Bonzini
2012-08-09iscsi: Pick default initiator-name based on the name of the VMRonnie Sahlberg
2012-08-08iscsi: reorganize code for parse_initiator_namePaolo Bonzini
2012-08-08iscsi: do not leak initiator_namePaolo Bonzini
2012-08-08Restart optimization on stage3 update versionJuan Quintela
2012-08-08Add XBZRLE statisticsOrit Wasserman
2012-08-08Add migration accounting for normal and duplicate pagesOrit Wasserman
2012-08-08Change total_time to total-time in MigrationStatsOrit Wasserman
2012-08-08Add migrate_set_cache_size commandOrit Wasserman
2012-08-08Add XBZRLE to ram_save_block and ram_save_liveOrit Wasserman
2012-08-08Add xbzrle_encode_buffer and xbzrle_decode_buffer functionsOrit Wasserman
2012-08-08Add uleb encoding/decoding functionsOrit Wasserman