aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2012-02-17qdev: Fix qdev_try_create() semanticsAndreas Färber
2012-02-17Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into stagingAnthony Liguori
2012-02-17Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2012-02-17hw/pl031: Actually raise interrupt on timer expiryPeter Maydell
2012-02-17Remove unnecessary includes of primecell.hPeter Maydell
2012-02-17hw/primecell.h: Remove obsolete pl080_init() declarationPeter Maydell
2012-02-17hw/arm_sysctl: Drop legacy init functionPeter Maydell
2012-02-17hw/vexpress.c: Add vexpress-a15 machinePeter Maydell
2012-02-17arm_boot: Pass base address of GIC CPU interface, not whole GICPeter Maydell
2012-02-17hw/vexpress.c: Instantiate the motherboard CLCDPeter Maydell
2012-02-17hw/vexpress.c: Factor out daughterboard-specific initializationPeter Maydell
2012-02-17hw/vexpress.c: Move secondary CPU boot code to SRAMPeter Maydell
2012-02-17hw/vexpress.c: Make motherboard peripheral memory map table-drivenPeter Maydell
2012-02-17hw/a15mpcore.c: Add Cortex-A15 private peripheral modelPeter Maydell
2012-02-17Exynos4210: added display controller implementationMitsyanko Igor
2012-02-17hw/exynos4210.c: Add LAN support for SMDKC210.Evgeny Voevodin
2012-02-17hw/lan9118: Add basic 16-bit mode support.Evgeny Voevodin
2012-02-17ARM: exynos4210: MCT support.Evgeny Voevodin
2012-02-17ARM: exynos4210: basic Power Management Unit implementationMaksim Kozlov
2012-02-17ARM: exynos4210: PWM support.Evgeny Voevodin
2012-02-17ARM: exynos4210: UART supportMaksim Kozlov
2012-02-17ARM: Samsung exynos4210-based boards emulationEvgeny Voevodin
2012-02-17ARM: exynos4210: IRQ subsystem support.Evgeny Voevodin
2012-02-17hw/arm: Remove redundant arguments from set_kernel_args*Stefan Weil
2012-02-17pxa2xx_lcd: SRAM is valid location for the framebufferVasily Khoruzhick
2012-02-17nseries: attach monitor powerdown request to menelausPaolo Bonzini
2012-02-15Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2012-02-15Merge remote-tracking branch 'kraxel/usb.38' into stagingAnthony Liguori
2012-02-15Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2012-02-15device_add: don't add a /peripheral link until init is completeAnthony Liguori
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-14qdev: print error message before abortingPaolo Bonzini
2012-02-14qdev: allow setting properties to NULLPaolo Bonzini
2012-02-11cfi02: Fix lazy ROMD switching - once againJan Kiszka
2012-02-11vga: Fix full updates in graphic modeJan Kiszka
2012-02-11Fix memory dirty getting API change falloutBlue Swirl
2012-02-10xhci: handle USB_RET_NAKGerd Hoffmann
2012-02-10xhci: remote wakeup supportGerd Hoffmann
2012-02-10xhci: kill port arg from xhci_setup_packetGerd Hoffmann
2012-02-10xhci: stop on errorsGerd Hoffmann
2012-02-10xhci: add trb type name lookup support.Gerd Hoffmann
2012-02-10xhci: signal low- and fullspeed supportGerd Hoffmann
2012-02-10usb: add USBBusOps->wakeup_endpointGerd Hoffmann
2012-02-10usb: pass USBEndpoint to usb_wakeupGerd Hoffmann
2012-02-10usb: maintain async packet list per endpointGerd Hoffmann
2012-02-10virtio: Remove unneeded g_free() check in virtio_cleanup()Luiz Capitulino
2012-02-10fmopl: Fix typo in function nameStefan Weil
2012-02-10ide: fix compilation errors when DEBUG_IDE is setHervé Poussineau
2012-02-10usb: Set USBEndpoint in usb_packet_setup().Gerd Hoffmann
2012-02-10usb: add USBEndpoint->{nr,pid}Gerd Hoffmann