summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-07-11pci_bridge: make pci bridge aware of pci multi function bit.Isaku Yamahata4-6/+8
2010-07-11pci: set multifunction property for normal device.Isaku Yamahata2-2/+2
2010-07-11pci: introduce multifunction property.Isaku Yamahata2-3/+28
2010-07-11qdev: implement qdev_prop_set_bit().Isaku Yamahata2-0/+6
2010-07-11pci: remove PCIDeviceInfo::header_typeIsaku Yamahata4-11/+16
2010-07-11pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata20-24/+0
2010-07-11pci: insert assert that auto-assigned-address function is single function dev...Isaku Yamahata2-1/+3
2010-07-11pci: use PCI_DEVFN() where appropriate.Isaku Yamahata4-9/+10
2010-07-11target-mips: add loongson 2E & 2F integer instructionsAurelien Jarno1-0/+271
2010-07-07Fix warning about uninitialized variableBlue Swirl1-1/+1
2010-07-07sheepdog: fix compile error on systems without TCP_CORKMORITA Kazutaka1-1/+1
2010-07-06Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori27-141/+2308
2010-07-06ramblocks: No more being lazy about duplicate namesAlex Williamson2-12/+6
2010-07-06pci: Free the space allocated for the option rom on removalAlex Williamson1-0/+11
2010-07-06qemu_ram_free: Implement itAlex Williamson2-4/+61
2010-07-06savevm: Create a new continue flag to avoid resending block nameAlex Williamson1-44/+50
2010-07-06savevm: Use RAM blocks for basis of migrationAlex Williamson1-25/+42
2010-07-06savevm: Migrate RAM based on name/offsetAlex Williamson2-12/+108
2010-07-06ramblocks: Make use of DeviceState pointer and BusInfo.get_dev_pathAlex Williamson2-2/+28
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson49-100/+133
2010-07-06virtio-net: Incorporate a DeviceState pointer and let savevm track instancesAlex Williamson1-3/+4
2010-07-06eepro100: Add a dev field to eeprom new/free functionsAlex Williamson3-8/+8
2010-07-06savevm: Make use of DeviceStateAlex Williamson1-5/+79
2010-07-06savevm: Add DeviceState paramAlex Williamson85-138/+163
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