summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2012-11-26ich9: Add smbusJason Baron2-1/+160
2012-11-26ich9: Add the lpc chipJason Baron2-0/+524
2012-11-26ich9: Add acpi support and definitionsJason Baron5-1/+582
2012-11-26pc/piix_pci: factor out smram/pam logicIsaku Yamahata4-53/+200
2012-11-26pc_piix: Move kvm irq routing functions out of pc_piix.cJason Baron2-43/+42
2012-11-26pc: Move ioapic_init() from pc_piix.c to pc.cJason Baron3-24/+27
2012-11-26pc, pc_piix: split out pc nic initializationIsaku Yamahata3-8/+17
2012-11-26Merge remote-tracking branch 'kraxel/usb.72' into stagingAnthony Liguori4-80/+116
2012-11-21usb-redir: Don't handle interrupt output packets asyncHans de Goede1-12/+14
2012-11-21usb-redir: Split usb_handle_interrupt_data into separate in/out functionsHans de Goede1-65/+71
2012-11-21usb-smartcard-reader: Properly NAK interrupt eps when we've no eventsHans de Goede1-0/+2
2012-11-21usb-bt: Return NAK instead of STALL when interrupt ep has no dataHans de Goede1-4/+21
2012-11-21uhci: Fix double unlinkHans de Goede1-1/+0
2012-11-21uhci: Don't allow the guest to set port-enabled when there is no dev connectedHans de Goede1-0/+4
2012-11-21uhci: Add a completions_only flag for async completionsHans de Goede1-4/+10
2012-11-21ide: Fix status register after short PRDsKevin Wolf1-0/+1
2012-11-21ide: Fix crash with too long PRDKevin Wolf1-0/+12
2012-11-19Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori3-60/+67
2012-11-19Merge remote-tracking branch 'kraxel/usb.71' into stagingAnthony Liguori6-62/+137
2012-11-19Merge remote-tracking branch 'amit/loadvm-irq-inj-fix' into stagingAnthony Liguori1-10/+44
2012-11-19Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori15-366/+402
2012-11-19Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-4/+46
2012-11-17Merge branch 'vga.1' of git://git.kraxel.org/qemuBlue Swirl2-5/+5
2012-11-16virtio-rng-pci: create a default backend if none existsAnthony Liguori2-0/+15
2012-11-16virtio-rng: add rate limiting supportAnthony Liguori3-8/+64
2012-11-16virtio-rng: hardware random number generator deviceAmit Shah9-0/+341
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