aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2012-11-26ich9: Add acpi support and definitionsJason Baron
2012-11-26pc/piix_pci: factor out smram/pam logicIsaku Yamahata
2012-11-26pc_piix: Move kvm irq routing functions out of pc_piix.cJason Baron
2012-11-26pc: Move ioapic_init() from pc_piix.c to pc.cJason Baron
2012-11-26pc, pc_piix: split out pc nic initializationIsaku Yamahata
2012-11-26Merge remote-tracking branch 'kraxel/usb.72' into stagingAnthony Liguori
2012-11-21usb-redir: Don't handle interrupt output packets asyncHans de Goede
2012-11-21usb-redir: Split usb_handle_interrupt_data into separate in/out functionsHans de Goede
2012-11-21usb-smartcard-reader: Properly NAK interrupt eps when we've no eventsHans de Goede
2012-11-21usb-bt: Return NAK instead of STALL when interrupt ep has no dataHans de Goede
2012-11-21uhci: Fix double unlinkHans de Goede
2012-11-21uhci: Don't allow the guest to set port-enabled when there is no dev connectedHans de Goede
2012-11-21uhci: Add a completions_only flag for async completionsHans de Goede
2012-11-21ide: Fix status register after short PRDsKevin Wolf
2012-11-21ide: Fix crash with too long PRDKevin Wolf
2012-11-19Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2012-11-19Merge remote-tracking branch 'kraxel/usb.71' into stagingAnthony Liguori
2012-11-19Merge remote-tracking branch 'amit/loadvm-irq-inj-fix' into stagingAnthony Liguori
2012-11-19Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori
2012-11-19Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2012-11-17Merge branch 'vga.1' of git://git.kraxel.org/qemuBlue Swirl
2012-11-16virtio-rng-pci: create a default backend if none existsAnthony Liguori
2012-11-16virtio-rng: add rate limiting supportAnthony Liguori
2012-11-16virtio-rng: hardware random number generator deviceAmit Shah
2012-11-16usb-host: fix splitted transfersGerd Hoffmann
2012-11-16usb-host: update tracingGerd Hoffmann
2012-11-16usb-redir: Set default debug level to warningHans de Goede
2012-11-16usb-redir: Only add actually in flight packets to the in flight queueHans de Goede
2012-11-16ehci: handle dma errorsGerd Hoffmann
2012-11-16ehci: keep the frame timer running in case the guest asked for frame list rol...Gerd Hoffmann
2012-11-16ehci: Don't verify the next pointer for periodic qh-s and qtd-sHans de Goede
2012-11-16ehci: Better detection for qtd-s linked in circlesHans de Goede
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