aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2012-07-17scsi-hd: qdev properties for disk geometryMarkus Armbruster
2012-07-17hd-geometry: Switch to uint32_t to match BlockConfMarkus Armbruster
2012-07-17ide pc: Cut out the block layer geometry middlemanMarkus Armbruster
2012-07-17hd-geometry: Cut out block layer translation middlemanMarkus Armbruster
2012-07-17hd-geometry: Clean up confusing use of prior translation hintMarkus Armbruster
2012-07-17hd-geometry: Clean up gratuitous goto in hd_geometry_guess()Markus Armbruster
2012-07-17hd-geometry: Factor out guess_chs_for_size()Markus Armbruster
2012-07-17hd-geometry: Unnest conditional in hd_geometry_guess()Markus Armbruster
2012-07-17hd-geometry: Add tracepointsMarkus Armbruster
2012-07-17hd-geometry: Move disk geometry guessing back from block.cMarkus Armbruster
2012-07-17fdc: Move floppy geometry guessing back from block.cMarkus Armbruster
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-12hw/imx_avic.c: Avoid format error when target_phys_addr_t is 64 bitsPeter Maydell
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
2012-07-04i.MX31: KZM-ARM11-01 evaluation boardPeter Chubb
2012-07-04i.MX31: Interrupt ControllerPeter Chubb
2012-07-04i.MX31: TimersPeter Chubb
2012-07-04i.MX31: Clock Control ModulePeter Chubb
2012-07-04i.MX: UART supportPeter Chubb
2012-07-04Exynos4: add RTC deviceOleg Ogurtsov