aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-11pci hotplug: make pci hotplug return value to callerIsaku Yamahata
2010-07-11vmware_vga: fix reset value for command registerMichael S. Tsirkin
2010-07-11rtl8139: address TODOsMichael S. Tsirkin
2010-07-11pci hotplug: make pci_device_hot_remove() staticIsaku Yamahata
2010-07-11pcnet: address TODOsMichael S. Tsirkin
2010-07-11pci: fix pci_device_resetIsaku Yamahata
2010-07-11AppleSMC device emulationAlexander Graf
2010-07-11Documentation: Fix spelling bugsStefan Weil
2010-07-11Makefile: Not every shell support {}Hidetoshi Seto
2010-07-11Makefile: add fsdev/*.{o,d} to cleanHidetoshi Seto
2010-07-11pci: set PCI multi-function bit appropriately.Isaku Yamahata
2010-07-11pci_bridge: make pci bridge aware of pci multi function bit.Isaku Yamahata
2010-07-11pci: set multifunction property for normal device.Isaku Yamahata
2010-07-11pci: introduce multifunction property.Isaku Yamahata
2010-07-11qdev: implement qdev_prop_set_bit().Isaku Yamahata
2010-07-11pci: remove PCIDeviceInfo::header_typeIsaku Yamahata
2010-07-11pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata
2010-07-11pci: insert assert that auto-assigned-address function is single function dev...Isaku Yamahata
2010-07-11pci: use PCI_DEVFN() where appropriate.Isaku Yamahata
2010-07-11target-mips: add loongson 2E & 2F integer instructionsAurelien Jarno
2010-07-07Fix warning about uninitialized variableBlue Swirl
2010-07-07sheepdog: fix compile error on systems without TCP_CORKMORITA Kazutaka
2010-07-06Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori
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