aboutsummaryrefslogtreecommitdiffstats
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2012-02-22scsi-disk: enable scatter/gather functionalityPaolo Bonzini2-13/+51
2012-02-22scsi: add scatter/gather functionalityPaolo Bonzini2-2/+29
2012-02-22scsi: pass residual amount to command_completePaolo Bonzini6-9/+15
2012-02-22ahci: use new DMA helpersPaolo Bonzini1-69/+13
2012-02-17i8259: Do not clear level-triggered lines in IRR on initJan Kiszka3-3/+3
2012-02-17i8254: Factor out pit_get_channel_infoJan Kiszka3-34/+29
2012-02-17pcspk: Convert to qdevJan Kiszka6-17/+108
2012-02-17i8254: Rework & fix interaction with HPET in legacy modeJan Kiszka5-48/+57
2012-02-17i8254: Pass alternative IRQ output object on initializationJan Kiszka9-12/+12
2012-02-17i8254: Factor out interface headerJan Kiszka12-25/+64
2012-02-17hpet: Save/restore cached RTC IRQ levelJan Kiszka1-0/+29
2012-02-17i8254: Do not raise IRQ level on resetJan Kiszka1-1/+7
2012-02-17qdev: Fix qdev_try_create() semanticsAndreas Färber1-0/+3
2012-02-17Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into stagingAnthony Liguori23-122/+7083
2012-02-17Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori4-7/+6
2012-02-17hw/pl031: Actually raise interrupt on timer expiryPeter Maydell1-1/+1
2012-02-17Remove unnecessary includes of primecell.hPeter Maydell4-4/+0
2012-02-17hw/primecell.h: Remove obsolete pl080_init() declarationPeter Maydell1-3/+0
2012-02-17hw/arm_sysctl: Drop legacy init functionPeter Maydell2-17/+2
2012-02-17hw/vexpress.c: Add vexpress-a15 machinePeter Maydell1-0/+141
2012-02-17arm_boot: Pass base address of GIC CPU interface, not whole GICPeter Maydell5-13/+18
2012-02-17hw/vexpress.c: Instantiate the motherboard CLCDPeter Maydell1-1/+1
2012-02-17hw/vexpress.c: Factor out daughterboard-specific initializationPeter Maydell1-35/+83
2012-02-17hw/vexpress.c: Move secondary CPU boot code to SRAMPeter Maydell1-14/+2
2012-02-17hw/vexpress.c: Make motherboard peripheral memory map table-drivenPeter Maydell1-34/+103
2012-02-17hw/a15mpcore.c: Add Cortex-A15 private peripheral modelPeter Maydell1-0/+103
2012-02-17Exynos4210: added display controller implementationMitsyanko Igor2-0/+1938
2012-02-17hw/exynos4210.c: Add LAN support for SMDKC210.Evgeny Voevodin1-2/+25
2012-02-17hw/lan9118: Add basic 16-bit mode support.Evgeny Voevodin1-6/+118
2012-02-17ARM: exynos4210: MCT support.Evgeny Voevodin2-0/+1507
2012-02-17ARM: exynos4210: basic Power Management Unit implementationMaksim Kozlov2-0/+508
2012-02-17ARM: exynos4210: PWM support.Evgeny Voevodin2-0/+434
2012-02-17ARM: exynos4210: UART supportMaksim Kozlov3-0/+714
2012-02-17ARM: Samsung exynos4210-based boards emulationEvgeny Voevodin3-0/+384
2012-02-17ARM: exynos4210: IRQ subsystem support.Evgeny Voevodin3-0/+1009
2012-02-17hw/arm: Remove redundant arguments from set_kernel_args*Stefan Weil1-9/+8
2012-02-17pxa2xx_lcd: SRAM is valid location for the framebufferVasily Khoruzhick1-4/+9
2012-02-17nseries: attach monitor powerdown request to menelausPaolo Bonzini2-12/+11
2012-02-15Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori3-6/+11
2012-02-15Merge remote-tracking branch 'kraxel/usb.38' into stagingAnthony Liguori17-360/+596
2012-02-15Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori1-0/+7
2012-02-15device_add: don't add a /peripheral link until init is completeAnthony Liguori1-8/+10
2012-02-15qom: Unify type registrationAndreas Färber224-537/+530
2012-02-14qdev: print error message before abortingPaolo Bonzini1-13/+13
2012-02-14qdev: allow setting properties to NULLPaolo Bonzini1-6/+9
2012-02-11cfi02: Fix lazy ROMD switching - once againJan Kiszka1-0/+1
2012-02-11vga: Fix full updates in graphic modeJan Kiszka1-2/+3
2012-02-11Fix memory dirty getting API change falloutBlue Swirl3-4/+4
2012-02-10xhci: handle USB_RET_NAKGerd Hoffmann1-11/+96
2012-02-10xhci: remote wakeup supportGerd Hoffmann1-0/+21