aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2012-07-18Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2012-07-18Merge remote-tracking branch 'kraxel/usb.57' into stagingAnthony Liguori
2012-07-17constify value pointer for qdev_prop_set_stringChristian Borntraeger
2012-07-14Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl
2012-07-14vga: Implement blinking of text cursorJan Kiszka
2012-07-14hw/sh_serial: Use TARGET_PRIxPHYS rather than %x for physaddrPeter Maydell
2012-07-14hw/omap.h: Use TARGET_PRIxPHYS to define OMAP_FMT_plxPeter Maydell
2012-07-14esp: add AMD PCscsi emulation (PCI SCSI adapter)Hervé Poussineau
2012-07-14pci: add some stubsHervé Poussineau
2012-07-14esp: use trace framework instead of stderr outputHervé Poussineau
2012-07-14esp: split esp code into generic chip emulation and sysbus layerHervé Poussineau
2012-07-14esp: use hba_private field instead of a complex castHervé Poussineau
2012-07-14esp: support future change of chip_idHervé Poussineau
2012-07-14esp: implement Reset ATN commandHervé Poussineau
2012-07-14esp: implement Disable selection commandHervé Poussineau
2012-07-14esp: delay Transfer Information command if dma is not enabledHervé Poussineau
2012-07-14esp: execute select commands immediately when it is a non-dma commandHervé Poussineau
2012-07-13megasas: mark mfi_frame_desc as 'static'Hannes Reinecke
2012-07-12ehci: improve expire time calculationGerd Hoffmann
2012-07-12ehci: implement Interrupt Threshold Control supportGerd Hoffmann
2012-07-12ehci: raise irq in the frame timerGerd Hoffmann
2012-07-12uhci: initialize expire_time when loading v1 vmstateGerd Hoffmann
2012-07-12usb: add usb attached scsi emulationGerd Hoffmann
2012-07-12virtio: move common irqfd handling out of virtio-pciPaolo Bonzini
2012-07-12virtio: move common ioeventfd handling out of virtio-pciPaolo Bonzini
2012-07-12memory: pass EventNotifier, not eventfdPaolo Bonzini
2012-07-12ivshmem: wrap ivshmem_del_eventfd loops with transactionPaolo Bonzini
2012-07-12ivshmem: use EventNotifier and memory APIPaolo Bonzini
2012-07-12hw/imx_avic.c: Avoid format error when target_phys_addr_t is 64 bitsPeter Maydell
2012-07-10scsi: add free_request callbackPaolo Bonzini
2012-07-10apic: Defer interrupt updates to VCPU threadJan Kiszka
2012-07-10apic: Reevaluate pending interrupts on LVT_LINT0 changesJan Kiszka
2012-07-10apic: Resolve potential endless loop around apic_update_irqJan Kiszka
2012-07-09Merge remote-tracking branch 'mjt/mjt-iov2' into stagingAnthony Liguori
2012-07-09Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2012-07-09Merge remote-tracking branch 'kraxel/usb.55' into stagingAnthony Liguori
2012-07-09Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori
2012-07-09fdc: Drop broken code for user-defined floppy geometryMarkus Armbruster
2012-07-09fdc: fix interrupt handlingPavel Hrdina
2012-07-09fdc: rewrite seek and DSKCHG bit handlingPavel Hrdina
2012-07-09usb-host: add trace events for iso xfersGerd Hoffmann
2012-07-09usb: fix interface initializationGerd Hoffmann
2012-07-09usb: split endpoint init and resetGerd Hoffmann
2012-07-09usb-redir: Correctly handle the usb_redir_babble usbredir statusHans de Goede
2012-07-09ehci: Kick async schedule on wakeup in the non companion caseHans de Goede
2012-07-09usb-ehci: Fix an assert whenever isoc transfers are usedHans de Goede
2012-07-09ehci: don't flush cache on doorbell rings.Gerd Hoffmann
2012-07-09ehci: fix td writebackGerd Hoffmann
2012-07-09ehci: fix ehci_qh_do_overlayGerd Hoffmann
2012-07-04hw/cadence_gem: Make rx_desc_addr and tx_desc_addr uint32_tPeter Maydell