summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata2010-07-1120-24/+0
* pci: insert assert that auto-assigned-address function is single function dev...Isaku Yamahata2010-07-112-1/+3
* pci: use PCI_DEVFN() where appropriate.Isaku Yamahata2010-07-114-9/+10
* target-mips: add loongson 2E & 2F integer instructionsAurelien Jarno2010-07-111-0/+271
* Fix warning about uninitialized variableBlue Swirl2010-07-071-1/+1
* sheepdog: fix compile error on systems without TCP_CORKMORITA Kazutaka2010-07-071-1/+1
* Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori2010-07-0627-141/+2308
|\
| * block: add sheepdog driver for distributed storage supportMORITA Kazutaka2010-07-062-1/+2037
| * ide: Reject invalid CHS geometryMarkus Armbruster2010-07-061-0/+12
| * ide: Reject readonly drives unless CD-ROMMarkus Armbruster2010-07-061-0/+5
| * ide: Make ide_init_drive() return successMarkus Armbruster2010-07-063-7/+14
| * ide: Replace IDEState members is_cdrom, is_cf by drive_kindMarkus Armbruster2010-07-064-24/+25
| * ide: Improve error messagesMarkus Armbruster2010-07-061-4/+5
| * scsi: Error locations for -drive if=scsi device initializationMarkus Armbruster2010-07-061-0/+4
| * error: New qemu_opts_loc_restore()Markus Armbruster2010-07-062-0/+6
| * scsi: Reject unimplemented error actionsMarkus Armbruster2010-07-062-0/+14
| * qdev: Don't hw_error() in qdev_init_nofail()Markus Armbruster2010-07-061-2/+4
| * fdc: Reject unimplemented error actionsMarkus Armbruster2010-07-061-6/+16
| * raw-posix: Fix test for host CD-ROMMarkus Armbruster2010-07-061-11/+6
| * block migration: Fix test for read-only driveMarkus Armbruster2010-07-061-1/+1
| * blockdev: Clean up how readonly persists across virtual media changeMarkus Armbruster2010-07-061-1/+1
| * Add virtio disk identification supportjohn cooper2010-07-062-0/+17
| * qcow2/vdi: Change check to distinguish error casesKevin Wolf2010-07-066-67/+79
| * qemu-img check: Distinguish different kinds of errorsKevin Wolf2010-07-063-19/+64
* | ramblocks: No more being lazy about duplicate namesAlex Williamson2010-07-062-12/+6
* | pci: Free the space allocated for the option rom on removalAlex Williamson2010-07-061-0/+11
* | qemu_ram_free: Implement itAlex Williamson2010-07-062-4/+61
* | savevm: Create a new continue flag to avoid resending block nameAlex Williamson2010-07-061-44/+50
* | savevm: Use RAM blocks for basis of migrationAlex Williamson2010-07-061-25/+42
* | savevm: Migrate RAM based on name/offsetAlex Williamson2010-07-062-12/+108
* | ramblocks: Make use of DeviceState pointer and BusInfo.get_dev_pathAlex Williamson2010-07-062-2/+28
* | qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson2010-07-0649-100/+133
* | virtio-net: Incorporate a DeviceState pointer and let savevm track instancesAlex Williamson2010-07-061-3/+4
* | eepro100: Add a dev field to eeprom new/free functionsAlex Williamson2010-07-063-8/+8
* | savevm: Make use of DeviceStateAlex Williamson2010-07-061-5/+79
* | savevm: Add DeviceState paramAlex Williamson2010-07-0685-138/+163
* | pci: Implement BusInfo.get_dev_path()Alex Williamson2010-07-061-0/+14
* | qdev: Add a get_dev_path() function to BusInfoAlex Williamson2010-07-061-0/+3
* | pc: Allocate all ram in a single qemu_ram_alloc()Alex Williamson2010-07-061-13/+9
* | Remove uses of ram.last_offset (aka last_ram_offset)Alex Williamson2010-07-063-13/+30
* | make rtc alatm workGleb Natapov2010-07-061-4/+3
* | scsi: Fix SCSI bus resetJan Kiszka2010-07-061-2/+13
* | Fix io-thread build breakage of a88790a14fJan Kiszka2010-07-061-0/+1
* | Include sys/mman.h before qemu-options.hJes Sorensen2010-07-061-0/+2
|/
* Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori2010-07-0634-259/+606
|\
| * block: Handle multiwrite errors only when all requests have completedKevin Wolf2010-07-021-4/+1
| * block: Fix early failure in multiwriteKevin Wolf2010-07-021-6/+29
| * qemu-img: avoid calling exit(1) to release resources properlyMORITA Kazutaka2010-07-021-52/+185
| * pc: Fix CMOS info for drives defined with -deviceMarkus Armbruster2010-07-025-41/+81
| * ide: Make PIIX and ISA IDE init functions return the qdevMarkus Armbruster2010-07-023-11/+14
OpenPOWER on IntegriCloud