aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2012-11-16ehci: Fixup q->qtdaddr after cancelling an already completed packetHans de Goede
2012-11-16ehci: Don't access packet after freeing itHans de Goede
2012-11-16usb: host-linux: Ignore parsing errors of the device descriptorsJan Kiszka
2012-11-16vga: fix mmio vga register mappingGerd Hoffmann
2012-11-16vga: fix bochs alignment issueGerd Hoffmann
2012-11-16usb-host: scan for usb devices when the vm startsGerd Hoffmann
2012-11-16usb: Fix (another) bug in usb_packet_map() for IOMMU handlingDavid Gibson
2012-11-16fix live migrationGerd Hoffmann
2012-11-16virtio-serial-bus: post_load send_event when vm is runningAlon Levy
2012-11-15mips/malta: fix CBUS UART interrupt pinAurelien Jarno
2012-11-15qdev: Split up header so it can be used in cpu.hAnthony Liguori
2012-11-15Move qemu_irq typedef out of qemu-common.hIgor Mammedov
2012-11-14acpi_piix4: fix migration of gpe fieldsMarcelo Tosatti
2012-11-14megasas: Use bdrv_drain_all instead of qemu_aio_flushKevin Wolf
2012-11-14fdc: remove last usage of FD_STATE_SEEKHervé Poussineau
2012-11-14fdc: fix typo in zero constantHervé Poussineau
2012-11-14fdc: remove double affectation of FD_MSR_CMDBUSY flagHervé Poussineau
2012-11-14fdc: implement VERIFY commandHervé Poussineau
2012-11-14fdc: fix false FD_SR0_SEEKHervé Poussineau
2012-11-14fdc: fix FD_SR0_SEEK for initial seek on DMA transfersHervé Poussineau
2012-11-14fdc: fix FD_SR0_SEEK for non-DMA transfers and multi sectors transfersHervé Poussineau
2012-11-14fdc: use status0 field instead of a local variableHervé Poussineau
2012-11-14fdc: Remove status0 parameter from fdctrl_set_fifo()Kevin Wolf
2012-11-14aio: rename AIOPool to AIOCBInfoStefan Hajnoczi
2012-11-14Merge remote-tracking branch 'awilliam/tags/vfio-pci-for-qemu-1.3.0-rc0' into...Anthony Liguori
2012-11-14Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori
2012-11-14Merge remote-tracking branch 'kraxel/usb.70' into stagingAnthony Liguori
2012-11-14Merge remote-tracking branch 'spice/spice.v63' into stagingAnthony Liguori
2012-11-13vfio-pci: Use common msi_get_messageAlex Williamson
2012-11-13vfio-pci: Add KVM INTx accelerationAlex Williamson
2012-11-12virtio-scsi: use dma_context_memoryPaolo Bonzini
2012-11-12dma: Define dma_context_memory and use in sysbus-ohciPeter Maydell
2012-11-12megasas: Correct target/lun mappingHannes Reinecke
2012-11-12scsi-disk: flush cache after disabling itPaolo Bonzini
2012-11-12megasas: do not include block_int.hPaolo Bonzini
2012-11-12scsi: remove superfluous call to scsi_device_set_uaPaolo Bonzini
2012-11-12virtio-scsi: factor checks for VIRTIO_SCSI_S_DRIVER_OK when reporting eventsPaolo Bonzini
2012-11-12scsi: do not return short responses for emulated commandsPaolo Bonzini
2012-11-10sun4c: remove unused functionsBlue Swirl
2012-11-10m48t59: remove unused m48t59_set_addrBlue Swirl
2012-11-10vmware_vga: Add back some info in local state partially reverting aa32b38cBALATON Zoltan
2012-11-10kvmvapic: Fix TB invalidation after instruction patchingJan Kiszka
2012-11-09ehci: fix migrationGerd Hoffmann
2012-11-09xhci: Fix some DMA host endian bugsDavid Gibson
2012-11-08usb/combined-packet: Move freeing of combined to usb_combined_packet_remove()Hans de Goede
2012-11-08xhci: Add support for packets with both data and an error statusHans de Goede
2012-11-08ehci: Add support for packets with both data and an error statusHans de Goede
2012-11-08ehci: Get rid of the magical PROC_ERR statusHans de Goede
2012-11-08usb-redir: Allow packets to have both data and an error-statusHans de Goede
2012-11-08usb: split packet result into actual_length + statusHans de Goede