aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-07-06pci: Implement BusInfo.get_dev_path()Alex Williamson1-0/+14
2010-07-06qdev: Add a get_dev_path() function to BusInfoAlex Williamson1-0/+3
2010-07-06pc: Allocate all ram in a single qemu_ram_alloc()Alex Williamson1-13/+9
2010-07-06Remove uses of ram.last_offset (aka last_ram_offset)Alex Williamson3-13/+30
2010-07-06make rtc alatm workGleb Natapov1-4/+3
2010-07-06scsi: Fix SCSI bus resetJan Kiszka1-2/+13
2010-07-06Fix io-thread build breakage of a88790a14fJan Kiszka1-0/+1
2010-07-06block: add sheepdog driver for distributed storage supportMORITA Kazutaka2-1/+2037
2010-07-06ide: Reject invalid CHS geometryMarkus Armbruster1-0/+12
2010-07-06ide: Reject readonly drives unless CD-ROMMarkus Armbruster1-0/+5
2010-07-06ide: Make ide_init_drive() return successMarkus Armbruster3-7/+14
2010-07-06ide: Replace IDEState members is_cdrom, is_cf by drive_kindMarkus Armbruster4-24/+25
2010-07-06ide: Improve error messagesMarkus Armbruster1-4/+5
2010-07-06scsi: Error locations for -drive if=scsi device initializationMarkus Armbruster1-0/+4
2010-07-06error: New qemu_opts_loc_restore()Markus Armbruster2-0/+6
2010-07-06scsi: Reject unimplemented error actionsMarkus Armbruster2-0/+14
2010-07-06qdev: Don't hw_error() in qdev_init_nofail()Markus Armbruster1-2/+4
2010-07-06fdc: Reject unimplemented error actionsMarkus Armbruster1-6/+16
2010-07-06raw-posix: Fix test for host CD-ROMMarkus Armbruster1-11/+6
2010-07-06block migration: Fix test for read-only driveMarkus Armbruster1-1/+1
2010-07-06blockdev: Clean up how readonly persists across virtual media changeMarkus Armbruster1-1/+1
2010-07-06Add virtio disk identification supportjohn cooper2-0/+17
2010-07-06qcow2/vdi: Change check to distinguish error casesKevin Wolf6-67/+79
2010-07-06qemu-img check: Distinguish different kinds of errorsKevin Wolf3-19/+64
2010-07-06Include sys/mman.h before qemu-options.hJes Sorensen1-0/+2
2010-07-06Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori34-259/+606
2010-07-06Merge remote branch 'qmp/for-anthony' into stagingAnthony Liguori14-212/+418
2010-07-05cris: Avoid debug clobbering for both I & D MMU state.Edgar E. Iglesias3-20/+10
2010-07-05cris: Dont clobber the MMU state across calls to cpu_get_phys_page_debug.Edgar E. Iglesias1-0/+17
2010-07-05cris: Break out rand LFSR update into a separate func.Edgar E. Iglesias1-8/+13
2010-07-03piix4: compile only onceBlue Swirl6-1/+8
2010-07-03remove exec-all.h inclusion from cpu.hPaolo Bonzini15-12/+4
2010-07-03move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini22-59/+65
2010-07-03remove unused stuff from */exec.hPaolo Bonzini6-17/+7
2010-07-02block: Handle multiwrite errors only when all requests have completedKevin Wolf1-4/+1
2010-07-02block: Fix early failure in multiwriteKevin Wolf1-6/+29
2010-07-02qemu-img: avoid calling exit(1) to release resources properlyMORITA Kazutaka1-52/+185
2010-07-02pc: Fix CMOS info for drives defined with -deviceMarkus Armbruster5-41/+81
2010-07-02ide: Make PIIX and ISA IDE init functions return the qdevMarkus Armbruster3-11/+14
2010-07-02block: Fix virtual media change for if=noneMarkus Armbruster7-3/+24
2010-07-02block: Clean up bdrv_snapshots()Markus Armbruster1-5/+4
2010-07-02savevm: Survive hot-unplug of snapshot deviceMarkus Armbruster3-27/+31
2010-07-02blkdebug: Initialize state as 1Kevin Wolf1-0/+3
2010-07-02blkdebug: Free QemuOpts after having read the configKevin Wolf1-0/+2
2010-07-02blkdebug: Fix set_state_opts definitionKevin Wolf1-1/+1
2010-07-02qemu-option: New qemu_opts_reset()Markus Armbruster2-0/+10
2010-07-02block: Catch attempt to attach multiple devices to a blockdevMarkus Armbruster11-15/+74
2010-07-02blockdev: drive_get_by_id() is no longer used, removeMarkus Armbruster2-13/+0
2010-07-02qdev: Decouple qdev_prop_drive from DriveInfoMarkus Armbruster16-72/+73
2010-07-02blockdev: Clean up automatic drive deletionMarkus Armbruster7-7/+56