aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-06ramblocks: No more being lazy about duplicate namesAlex Williamson
2010-07-06pci: Free the space allocated for the option rom on removalAlex Williamson
2010-07-06qemu_ram_free: Implement itAlex Williamson
2010-07-06savevm: Create a new continue flag to avoid resending block nameAlex Williamson
2010-07-06savevm: Use RAM blocks for basis of migrationAlex Williamson
2010-07-06savevm: Migrate RAM based on name/offsetAlex Williamson
2010-07-06ramblocks: Make use of DeviceState pointer and BusInfo.get_dev_pathAlex Williamson
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson
2010-07-06virtio-net: Incorporate a DeviceState pointer and let savevm track instancesAlex Williamson
2010-07-06eepro100: Add a dev field to eeprom new/free functionsAlex Williamson
2010-07-06savevm: Make use of DeviceStateAlex Williamson
2010-07-06savevm: Add DeviceState paramAlex Williamson
2010-07-06pci: Implement BusInfo.get_dev_path()Alex Williamson
2010-07-06qdev: Add a get_dev_path() function to BusInfoAlex Williamson
2010-07-06pc: Allocate all ram in a single qemu_ram_alloc()Alex Williamson
2010-07-06Remove uses of ram.last_offset (aka last_ram_offset)Alex Williamson
2010-07-06make rtc alatm workGleb Natapov
2010-07-06scsi: Fix SCSI bus resetJan Kiszka
2010-07-06Fix io-thread build breakage of a88790a14fJan Kiszka
2010-07-06block: add sheepdog driver for distributed storage supportMORITA Kazutaka
2010-07-06ide: Reject invalid CHS geometryMarkus Armbruster
2010-07-06ide: Reject readonly drives unless CD-ROMMarkus Armbruster
2010-07-06ide: Make ide_init_drive() return successMarkus Armbruster
2010-07-06ide: Replace IDEState members is_cdrom, is_cf by drive_kindMarkus Armbruster
2010-07-06ide: Improve error messagesMarkus Armbruster
2010-07-06scsi: Error locations for -drive if=scsi device initializationMarkus Armbruster
2010-07-06error: New qemu_opts_loc_restore()Markus Armbruster
2010-07-06scsi: Reject unimplemented error actionsMarkus Armbruster
2010-07-06qdev: Don't hw_error() in qdev_init_nofail()Markus Armbruster
2010-07-06fdc: Reject unimplemented error actionsMarkus Armbruster
2010-07-06raw-posix: Fix test for host CD-ROMMarkus Armbruster
2010-07-06block migration: Fix test for read-only driveMarkus Armbruster
2010-07-06blockdev: Clean up how readonly persists across virtual media changeMarkus Armbruster
2010-07-06Add virtio disk identification supportjohn cooper
2010-07-06qcow2/vdi: Change check to distinguish error casesKevin Wolf
2010-07-06qemu-img check: Distinguish different kinds of errorsKevin Wolf
2010-07-06Include sys/mman.h before qemu-options.hJes Sorensen
2010-07-06Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori
2010-07-06Merge remote branch 'qmp/for-anthony' into stagingAnthony Liguori
2010-07-05cris: Avoid debug clobbering for both I & D MMU state.Edgar E. Iglesias
2010-07-05cris: Dont clobber the MMU state across calls to cpu_get_phys_page_debug.Edgar E. Iglesias
2010-07-05cris: Break out rand LFSR update into a separate func.Edgar E. Iglesias
2010-07-03piix4: compile only onceBlue Swirl
2010-07-03remove exec-all.h inclusion from cpu.hPaolo Bonzini
2010-07-03move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini
2010-07-03remove unused stuff from */exec.hPaolo Bonzini
2010-07-02block: Handle multiwrite errors only when all requests have completedKevin Wolf
2010-07-02block: Fix early failure in multiwriteKevin Wolf
2010-07-02qemu-img: avoid calling exit(1) to release resources properlyMORITA Kazutaka
2010-07-02pc: Fix CMOS info for drives defined with -deviceMarkus Armbruster