summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2012-11-16usb-host: fix splitted transfersGerd Hoffmann1-2/+5
2012-11-16usb-host: update tracingGerd Hoffmann1-8/+12
2012-11-16usb-redir: Set default debug level to warningHans de Goede1-1/+1
2012-11-16usb-redir: Only add actually in flight packets to the in flight queueHans de Goede1-1/+3
2012-11-16ehci: handle dma errorsGerd Hoffmann2-19/+61
2012-11-16ehci: keep the frame timer running in case the guest asked for frame list rol...Gerd Hoffmann1-0/+7
2012-11-16ehci: Don't verify the next pointer for periodic qh-s and qtd-sHans de Goede1-3/+6
2012-11-16ehci: Better detection for qtd-s linked in circlesHans de Goede1-3/+6
2012-11-16ehci: Fixup q->qtdaddr after cancelling an already completed packetHans de Goede1-0/+4
2012-11-16ehci: Don't access packet after freeing itHans de Goede1-4/+5
2012-11-16usb: host-linux: Ignore parsing errors of the device descriptorsJan Kiszka1-20/+11
2012-11-16vga: fix mmio vga register mappingGerd Hoffmann1-3/+4
2012-11-16vga: fix bochs alignment issueGerd Hoffmann1-2/+1
2012-11-16usb-host: scan for usb devices when the vm startsGerd Hoffmann1-0/+11
2012-11-16usb: Fix (another) bug in usb_packet_map() for IOMMU handlingDavid Gibson1-1/+1
2012-11-16fix live migrationGerd Hoffmann1-0/+4
2012-11-16virtio-serial-bus: post_load send_event when vm is runningAlon Levy1-10/+44
2012-11-15mips/malta: fix CBUS UART interrupt pinAurelien Jarno1-1/+2
2012-11-15qdev: Split up header so it can be used in cpu.hAnthony Liguori8-366/+392
2012-11-15Move qemu_irq typedef out of qemu-common.hIgor Mammedov7-0/+10
2012-11-14acpi_piix4: fix migration of gpe fieldsMarcelo Tosatti1-4/+46
2012-11-14megasas: Use bdrv_drain_all instead of qemu_aio_flushKevin Wolf1-1/+1
2012-11-14fdc: remove last usage of FD_STATE_SEEKHervé Poussineau1-10/+2
2012-11-14fdc: fix typo in zero constantHervé Poussineau1-1/+1
2012-11-14fdc: remove double affectation of FD_MSR_CMDBUSY flagHervé Poussineau1-1/+1
2012-11-14fdc: implement VERIFY commandHervé Poussineau1-7/+18
2012-11-14fdc: fix false FD_SR0_SEEKHervé Poussineau1-3/+7
2012-11-14fdc: fix FD_SR0_SEEK for initial seek on DMA transfersHervé Poussineau1-7/+1
2012-11-14fdc: fix FD_SR0_SEEK for non-DMA transfers and multi sectors transfersHervé Poussineau1-2/+4
2012-11-14fdc: use status0 field instead of a local variableHervé Poussineau1-11/+16
2012-11-14fdc: Remove status0 parameter from fdctrl_set_fifo()Kevin Wolf1-17/+16
2012-11-14aio: rename AIOPool to AIOCBInfoStefan Hajnoczi1-2/+2
2012-11-14Merge remote-tracking branch 'awilliam/tags/vfio-pci-for-qemu-1.3.0-rc0' into...Anthony Liguori1-23/+187
2012-11-14Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori5-24/+36
2012-11-14Merge remote-tracking branch 'kraxel/usb.70' into stagingAnthony Liguori26-797/+775
2012-11-14Merge remote-tracking branch 'spice/spice.v63' into stagingAnthony Liguori1-4/+32
2012-11-13vfio-pci: Use common msi_get_messageAlex Williamson1-23/+1
2012-11-13vfio-pci: Add KVM INTx accelerationAlex Williamson1-0/+186
2012-11-12virtio-scsi: use dma_context_memoryPaolo Bonzini1-1/+1
2012-11-12dma: Define dma_context_memory and use in sysbus-ohciPeter Maydell1-1/+1
2012-11-12megasas: Correct target/lun mappingHannes Reinecke2-1/+2
2012-11-12scsi-disk: flush cache after disabling itPaolo Bonzini1-0/+9
2012-11-12megasas: do not include block_int.hPaolo Bonzini1-1/+0
2012-11-12scsi: remove superfluous call to scsi_device_set_uaPaolo Bonzini1-1/+0
2012-11-12virtio-scsi: factor checks for VIRTIO_SCSI_S_DRIVER_OK when reporting eventsPaolo Bonzini1-3/+5
2012-11-12scsi: do not return short responses for emulated commandsPaolo Bonzini1-16/+18
2012-11-10sun4c: remove unused functionsBlue Swirl2-27/+0
2012-11-10m48t59: remove unused m48t59_set_addrBlue Swirl2-8/+0
2012-11-10vmware_vga: Add back some info in local state partially reverting aa32b38cBALATON Zoltan1-9/+21
2012-11-10kvmvapic: Fix TB invalidation after instruction patchingJan Kiszka1-4/+16