aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2010-10-19pci: introduce helper function to handle msi-x and msi.Isaku Yamahata
2010-10-19pci: introduce helper functions to test-and-{clear, set} mask in configuratio...Isaku Yamahata
2010-10-18pci: make pci_del_capability() update for w1cmaskIsaku Yamahata
2010-09-20msix: clear not only INTA, but all INTx when MSI-X is enabled.Isaku Yamahata
2010-09-20pci: implement RW1C register framework.Isaku Yamahata
2010-09-13pci: improve signature of pci_register_bar().Isaku Yamahata
2010-09-13pci: don't ignore invalid parameter for pci_register_bar().Isaku Yamahata
2010-09-13pci: sorting out type confusion in pci_register_bar().Isaku Yamahata
2010-09-13pci_ids.h: add vendor id of Texas IntesrumentsIsaku Yamahata
2010-09-07pci: make pci_parse_devfn() aware of func.Isaku Yamahata
2010-09-07pci: call hotplug callback even when not hotplug case for later use.Isaku Yamahata
2010-09-07pci bridge: add helper function for ssvid capability.Isaku Yamahata
2010-09-07pci: consolidate pci_add_capability_at_offset() into pci_add_capability().Isaku Yamahata
2010-09-07pci_bridge: introduce pci bridge library.Isaku Yamahata
2010-07-22pci_bridge: clean up: remove pci_{register, unregister}_secondary_bus()Isaku Yamahata
2010-07-22pci_bridge: rename PCIBridge::bus -> PCIBridge::sec_bus.Isaku Yamahata
2010-07-22pci/bridge: split out pci bridge code into pci_bridge.c from pci.cIsaku Yamahata
2010-07-19pci: move out pci internal structures, PCIBus, PCIBridge, and pci_bus_info.Isaku Yamahata
2010-07-19vhost: fix miration during device startMichael S. Tsirkin
2010-07-19e1000: secrc supportMichael S. Tsirkin
2010-07-19e1000: fix access 4 bytes beyond buffer endMichael S. Tsirkin
2010-07-11pci: fix bridge updateMichael S. Tsirkin
2010-07-11virtio-net: correct packet length mathMichael S. Tsirkin
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-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-06Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori
2010-07-06pci: Free the space allocated for the option rom on removalAlex 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: 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-06make rtc alatm workGleb Natapov
2010-07-06scsi: Fix SCSI bus resetJan Kiszka