aboutsummaryrefslogtreecommitdiffstats
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-10xhci: kill port arg from xhci_setup_packetGerd Hoffmann1-3/+3
2012-02-10xhci: stop on errorsGerd Hoffmann1-2/+6
2012-02-10xhci: add trb type name lookup support.Gerd Hoffmann1-4/+60
2012-02-10xhci: signal low- and fullspeed supportGerd Hoffmann1-1/+4
2012-02-10usb: add USBBusOps->wakeup_endpointGerd Hoffmann2-0/+5
2012-02-10usb: pass USBEndpoint to usb_wakeupGerd Hoffmann5-7/+15
2012-02-10usb: maintain async packet list per endpointGerd Hoffmann2-28/+108
2012-02-10usb: Set USBEndpoint in usb_packet_setup().Gerd Hoffmann16-62/+67
2012-02-10usb: add USBEndpoint->{nr,pid}Gerd Hoffmann2-0/+7
2012-02-10usb: USBPacket: add status, rename owner -> epGerd Hoffmann6-18/+35
2012-02-10usb: fold usb_generic_handle_packet into usb_handle_packetGerd Hoffmann1-33/+25
2012-02-10usb: kill handle_packet callbackGerd Hoffmann12-80/+4
2012-02-10usb-xhci: switch to usb_find_device()Gerd Hoffmann1-2/+10
2012-02-10usb-musb: switch to usb_find_device()Gerd Hoffmann1-4/+3
2012-02-10usb-ohci: switch to usb_find_device()Gerd Hoffmann1-36/+37
2012-02-10usb-ehci: switch to usb_find_device()Gerd Hoffmann1-40/+29
2012-02-10usb-uhci: switch to usb_find_device()Gerd Hoffmann1-30/+15
2012-02-10usb: handle dev == NULL in usb_handle_packet()Gerd Hoffmann1-0/+4
2012-02-10usb-hub: implement find_deviceGerd Hoffmann1-0/+21
2012-02-10usb: add usb_find_device()Gerd Hoffmann3-0/+32
2012-02-10usb: kill usb_send_msgGerd Hoffmann2-14/+0
2012-02-10usb: kill USB_MSG_RESETGerd Hoffmann8-31/+25