summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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-21virtio-pci: Convert fprintf() to error_report()Stefan Hajnoczi1-2/+2
2010-11-21virtio-net: Convert fprintf() to error_report()Stefan Hajnoczi1-21/+20
2010-11-21virtio: Convert fprintf() to error_report()Stefan Hajnoczi1-17/+18
2010-11-21virtio-blk: Convert fprintf() to error_report()Stefan Hajnoczi1-2/+2
2010-11-21vgabios update: handle compatibility with older qemu versionsGerd Hoffmann3-0/+26
2010-11-21pcnet: Do not receive external frames in loopback modeJan Kiszka1-2/+3
2010-11-21piix4 acpi: convert io BAR to type-safe ioport callbacksAvi Kivity1-33/+22
2010-11-21virtfs: enable MSI-XGerd Hoffmann2-1/+12
2010-11-21pc: add 0.13 pc machine typeGerd Hoffmann1-1/+9
2010-11-21pc: disable the BOCHS BIOS panic portBernhard Kohl1-2/+2
2010-11-16pc: Fix e820 fw_cfg for big endianAlex Williamson1-7/+7
2010-11-16pc: e820 qemu_cfg tables need to be packedAlex Williamson1-2/+2
2010-11-16Add missing bracesJes Sorensen1-5/+8
2010-11-16Out off array access in usb-netGleb Natapov1-1/+1
2010-11-16multiboot: Prevent loading of x86_64 imagesAdam Lackorzynski1-0/+6
2010-11-16apic: Don't iterate past last used apicAlex Williamson1-0/+4
2010-11-16pci: allow hotplug removal of cold-plugged devicesMichael S. Tsirkin4-12/+32
2010-11-16PCI: Bus number from the bridge, not the deviceAlex Williamson1-2/+1
2010-11-16e1000: Fix TCP checksum overflow with TSOAlex Williamson1-1/+4
2010-11-16more stdvga cleanups.Gerd Hoffmann10-46/+15
2010-11-16switch vmware_vga to pci vgabiosGerd Hoffmann1-6/+1
2010-11-16switch stdvga to pci vgabiosGerd Hoffmann1-4/+3
2010-11-09intel-hda: fix codec addressing.Gerd Hoffmann1-4/+5
2010-11-09Revert "intel-hda: fix codec addressing."malc1-4/+4
2010-11-09intel-hda: fix codec addressing.Gerd Hoffmann1-4/+4
2010-11-09intel-hda: add msi supportGerd Hoffmann1-2/+31
2010-11-09intel-hda: update irq status on WAKEEN changes.Gerd Hoffmann1-0/+6
2010-11-09intel-hda: Honor WAKEEN bits.François Revol1-1/+2
2010-11-09hda-audio: exit cleanupGerd Hoffmann1-0/+24
2010-11-09intel-hda: exit cleanupGerd Hoffmann2-0/+21
2010-11-04scsi-disk: Fix immediate failure of bdrv_aio_*Kevin Wolf1-5/+6
2010-11-04virtio-blk: Handle immediate flush failure properlyKevin Wolf1-1/+1
2010-11-04ide: Handle immediate bdrv_aio_flush failureKevin Wolf1-3/+9
2010-11-04scsi-disk: Implement werror for flushesKevin Wolf1-1/+16
2010-11-04scsi-disk: Complete failed requests in scsi_disk_emulate_commandKevin Wolf1-11/+10