aboutsummaryrefslogtreecommitdiffstats
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2010-12-11Add get_fw_dev_path callback to IDE bus.Gleb Natapov1-0/+13
2010-12-11Store IDE bus id in IDEBus structure for easy access.Gleb Natapov6-9/+11
2010-12-11Add get_fw_dev_path callback to ISA bus in qdev.Gleb Natapov1-0/+16
2010-12-11Keep track of ISA ports ISA device is using in qdev.Gleb Natapov13-0/+57
2010-12-11Introduce new BusInfo callback get_fw_dev_path.Gleb Natapov1-0/+7
2010-12-11Introduce fw_name field to DeviceInfo structure.Gleb Natapov11-0/+16
2010-12-11wdt_i6300esb: register a reset functionBernhard Kohl1-18/+21
2010-12-11isa-bus.c: use hw_error instead of fprintfTristan Gingold1-7/+4
2010-12-11usb_ohci: Always use little endianAlexander Graf1-8/+1
2010-12-11isa_mmio: Always use little endianAlexander Graf14-119/+36
2010-12-11heathrow_pic: Declare as little endianAlexander Graf1-3/+1
2010-12-11rtl8139: Declare as little endianAlexander Graf1-13/+1
2010-12-11openpic: Replace explicit byte swap with endian hintsAlexander Graf1-21/+2
2010-12-11ppc4xx_pci: Declare as little endianAlexander Graf1-15/+2
2010-12-11versatile_pci: Declare as little endianAlexander Graf1-13/+1
2010-12-11prep: Declare as little endianAlexander Graf1-35/+3
2010-12-11e1000: Make little endianAlexander Graf1-9/+2
2010-12-11uninorth: Get rid of bswapAlexander Graf1-4/+2
2010-12-11pci-host: Delegate bswap to mmio layerAlexander Graf6-101/+46
2010-12-11dbdma: Make little endianAlexander Graf1-4/+1
2010-12-11Make simple io mem handler endian awareAlexander Graf3-7/+14
2010-12-11Add endianness as io mem parameterAlexander Graf152-254/+431
2010-12-04Fix mingw32 and OpenBSD warningsBlue Swirl1-1/+1
2010-12-02vhost: Fix address calculation in vhost_dev_sync_region()Jason Wang1-0/+1
2010-12-02migration: allow rate > 4gMichael S. Tsirkin1-4/+4
2010-12-01Merge remote branch 'origin/master' into pciMichael S. Tsirkin39-720/+851
2010-11-30Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori13-228/+169
2010-11-29ide: Reset current_addr after stopping DMAKevin Wolf1-1/+1
2010-11-29ide: Ignore double DMA transfer starts/stopsKevin Wolf1-28/+32
2010-11-29ide: Set bus master inactive on errorKevin Wolf1-0/+2
2010-11-29ide: Factor ide_dma_set_inactive outKevin Wolf1-16/+13
2010-11-27Add pcnet-pci.cPaul Brook1-0/+345
2010-11-27Split out common pcnet codePaul Brook2-307/+7
2010-11-25scsi-disk: Remove duplicate cdb parsingHannes Reinecke1-53/+21
2010-11-25scsi: Move sense handling into the driverHannes Reinecke3-26/+25
2010-11-25scsi: INQUIRY VPD fixesHannes Reinecke1-4/+14
2010-11-25scsi: Return SAM status codesHannes Reinecke2-14/+16
2010-11-25scsi: Increase the number of possible devicesHannes Reinecke2-2/+3
2010-11-24qemu and qemu-xen: support empty write barriers in xen_diskStefano Stabellini1-2/+10
2010-11-24ide: convert bmdma address ioport to ioport_register()Avi Kivity6-77/+27
2010-11-24scsi-disk: Move active request assertsStefan Hajnoczi1-6/+6
2010-11-24virtio: fix up VQ checksMichael S. Tsirkin1-11/+16
2010-11-24virtio: Convert fprintf() to error_report()Stefan Hajnoczi1-17/+18
2010-11-24pci: fix bus walk under secondary bus resetMichael S. Tsirkin1-13/+24
2010-11-22pci bridge: implement secondary bus resetIsaku Yamahata1-1/+10
2010-11-22pci: use qdev reset framework for pci bus resetIsaku Yamahata2-3/+22
2010-11-22qdev: trigger reset from a given deviceIsaku Yamahata2-0/+6
2010-11-22qdev: introduce reset call back for qbus levelIsaku Yamahata2-1/+11
2010-11-22qdev: reset qdev along with qdev treeAnthony Liguori2-9/+23
2010-11-22qbus: add functions to walk both devices and bussesAnthony Liguori2-0/+57