aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2012-07-17hd-geometry: Factor out guess_chs_for_size()Markus Armbruster1-12/+20
2012-07-17hd-geometry: Unnest conditional in hd_geometry_guess()Markus Armbruster1-42/+42
2012-07-17hd-geometry: Add tracepointsMarkus Armbruster1-4/+3
2012-07-17hd-geometry: Move disk geometry guessing back from block.cMarkus Armbruster6-5/+191
2012-07-17fdc: Move floppy geometry guessing back from block.cMarkus Armbruster3-20/+123
2012-07-14Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl1-1/+1
2012-07-14vga: Implement blinking of text cursorJan Kiszka2-2/+14
2012-07-14hw/sh_serial: Use TARGET_PRIxPHYS rather than %x for physaddrPeter Maydell1-2/+4
2012-07-14hw/omap.h: Use TARGET_PRIxPHYS to define OMAP_FMT_plxPeter Maydell1-7/+1
2012-07-14esp: add AMD PCscsi emulation (PCI SCSI adapter)Hervé Poussineau2-0/+367
2012-07-14pci: add some stubsHervé Poussineau1-0/+15
2012-07-14esp: use trace framework instead of stderr outputHervé Poussineau1-7/+6
2012-07-14esp: split esp code into generic chip emulation and sysbus layerHervé Poussineau1-67/+95
2012-07-14esp: use hba_private field instead of a complex castHervé Poussineau1-4/+4
2012-07-14esp: support future change of chip_idHervé Poussineau1-1/+3
2012-07-14esp: implement Reset ATN commandHervé Poussineau1-0/+4
2012-07-14esp: implement Disable selection commandHervé Poussineau1-0/+6
2012-07-14esp: delay Transfer Information command if dma is not enabledHervé Poussineau1-0/+5
2012-07-14esp: execute select commands immediately when it is a non-dma commandHervé Poussineau1-3/+3
2012-07-13megasas: mark mfi_frame_desc as 'static'Hannes Reinecke1-1/+1
2012-07-12ehci: improve expire time calculationGerd Hoffmann1-4/+4
2012-07-12ehci: implement Interrupt Threshold Control supportGerd Hoffmann1-29/+54
2012-07-12ehci: raise irq in the frame timerGerd Hoffmann1-2/+2
2012-07-12uhci: initialize expire_time when loading v1 vmstateGerd Hoffmann1-0/+12
2012-07-12usb: add usb attached scsi emulationGerd Hoffmann2-0/+780
2012-07-12virtio: move common irqfd handling out of virtio-pciPaolo Bonzini3-27/+36
2012-07-12virtio: move common ioeventfd handling out of virtio-pciPaolo Bonzini3-34/+25
2012-07-12memory: pass EventNotifier, not eventfdPaolo Bonzini4-7/+7
2012-07-12ivshmem: wrap ivshmem_del_eventfd loops with transactionPaolo Bonzini1-0/+4
2012-07-12ivshmem: use EventNotifier and memory APIPaolo Bonzini1-28/+35
2012-07-12hw/imx_avic.c: Avoid format error when target_phys_addr_t is 64 bitsPeter Maydell1-1/+1
2012-07-10scsi: add free_request callbackPaolo Bonzini2-0/+6
2012-07-10apic: Defer interrupt updates to VCPU threadJan Kiszka3-2/+5
2012-07-10apic: Reevaluate pending interrupts on LVT_LINT0 changesJan Kiszka1-4/+14
2012-07-10apic: Resolve potential endless loop around apic_update_irqJan Kiszka1-3/+7
2012-07-09Merge remote-tracking branch 'mjt/mjt-iov2' into stagingAnthony Liguori6-17/+17
2012-07-09Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori1-54/+62
2012-07-09Merge remote-tracking branch 'kraxel/usb.55' into stagingAnthony Liguori5-39/+82
2012-07-09Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori10-37/+3640
2012-07-09fdc: Drop broken code for user-defined floppy geometryMarkus Armbruster1-3/+0
2012-07-09fdc: fix interrupt handlingPavel Hrdina1-13/+21
2012-07-09fdc: rewrite seek and DSKCHG bit handlingPavel Hrdina1-38/+41
2012-07-09usb-host: add trace events for iso xfersGerd Hoffmann1-4/+6
2012-07-09usb: fix interface initializationGerd Hoffmann2-2/+4
2012-07-09usb: split endpoint init and resetGerd Hoffmann3-4/+15
2012-07-09usb-redir: Correctly handle the usb_redir_babble usbredir statusHans de Goede1-0/+2
2012-07-09ehci: Kick async schedule on wakeup in the non companion caseHans de Goede1-2/+3
2012-07-09usb-ehci: Fix an assert whenever isoc transfers are usedHans de Goede1-0/+1
2012-07-09ehci: don't flush cache on doorbell rings.Gerd Hoffmann1-6/+29
2012-07-09ehci: fix td writebackGerd Hoffmann1-2/+4