summaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)AuthorFilesLines
2013-05-18remove some double-includesMichael Tokarev1-1/+0
2013-05-14spitz: fix compilation failure due to pty.h namespace pollutionPaolo Bonzini1-50/+50
2013-04-25console: add device link to QemuConsolesGerd Hoffmann1-1/+1
2013-04-20Merge branch 'arm-devs.next' of git://git.linaro.org/people/pmaydell/qemu-armBlue Swirl2-13/+20
2013-04-19versatile_pci: Expose PCI memory space to systemPeter Maydell2-0/+6
2013-04-19arm/realview: Fix mapping of PCI regionsPeter Maydell1-9/+9
2013-04-19versatile_pci: Implement the PCI controller's control registersPeter Maydell2-6/+8
2013-04-19versatile_pci: Expose PCI I/O region on Versatile PBPeter Maydell1-2/+1
2013-04-19Remove unneeded type castsStefan Weil5-20/+20
2013-04-16console: add GraphicHwOpsGerd Hoffmann1-2/+6
2013-04-16console: simplify screendumpGerd Hoffmann1-1/+1
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini3-3/+3
2013-04-15arm: fix location of some include filesPeter Maydell26-41/+41
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini3-2/+70
2013-04-08hw: move last file to hw/arm/Paolo Bonzini2-5/+1624
2013-04-08hw: move ARM CPU cores to hw/cpu/, configure with default-configs/Paolo Bonzini1-2/+0
2013-04-08hw: move other devices to hw/misc/, configure with default-configs/Paolo Bonzini1-10/+1
2013-04-08hw: move GPIO interfaces to hw/gpio/, configure with default-configs/Paolo Bonzini1-2/+1
2013-04-08hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini1-7/+3
2013-04-08hw: move DMA controllers to hw/dma/, configure with default-configs/Paolo Bonzini1-5/+2
2013-04-08hw: move SD/MMC devices to hw/sd/, configure with default-configs/Paolo Bonzini1-2/+2
2013-04-08hw: move timer devices to hw/timer/, configure with default-configs/Paolo Bonzini1-10/+7
2013-04-08hw: move char devices to hw/char/, configure via default-configs/Paolo Bonzini1-3/+3
2013-04-08hw: move SSI controllers to hw/ssi/, configure via default-configs/Paolo Bonzini1-2/+1
2013-04-08hw: move I2C controllers to hw/i2c/, configure via default-configs/Paolo Bonzini1-3/+2
2013-04-08hw: move display devices to hw/display/, configure via default-configs/Paolo Bonzini1-7/+6
2013-04-08hw: move audio devices to hw/audio/, configure via default-configs/Paolo Bonzini1-1/+1
2013-04-08hw: move block devices to hw/block/, configure via default-configs/Paolo Bonzini1-1/+1
2013-04-08hw: move NICs to hw/net/, configure via default-configs/Paolo Bonzini1-1/+1
2013-04-08hw: make all of hw/usb/ configurable via default-configs/Paolo Bonzini1-1/+1
2013-04-08hw: make all of hw/ide/ configurable via default-configs/Paolo Bonzini1-1/+1
2013-04-08hw: move headers to include/Paolo Bonzini28-86/+86
2013-04-06Merge branch 'arm-devs.next' of git://git.linaro.org/people/pmaydell/qemu-armBlue Swirl1-13/+5
2013-04-05hw/arm/nseries: don't print to stdout or stderrPeter Maydell1-13/+5
2013-04-05xilinx_zynq: Cleanup ssi_create_slavePeter Crosthwaite1-2/+1
2013-04-04qemu-char: Call fe_claim / fe_release when not using qdev chr propertiesHans de Goede1-1/+3
2013-04-01musicpal: qdevify musicpal-miscPeter Maydell1-5/+23
2013-03-18console: stop using DisplayState in gfx hardware emulationGerd Hoffmann1-9/+11
2013-03-18console: rework DisplaySurface handling [vga emu side]Gerd Hoffmann2-14/+0
2013-03-15xilinx_zynq: added pl330 to machine modelPeter Crosthwaite1-0/+24
2013-03-15hw/vexpress: Set reset values for daughterboard oscillatorsPeter Maydell1-0/+32
2013-03-15hw/vexpress: Pass voltage sensor properties to sysctl devicePeter Maydell1-0/+30
2013-03-15hw/vexpress: Pass proc_id via VEDBoardInfoPeter Maydell1-11/+8
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber5-12/+12
2013-03-12exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber2-8/+11
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber3-4/+9
2013-03-11arm: fix compilation with CONFIG_FDTPaolo Bonzini1-1/+0
2013-03-10Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori29-21/+20966
2013-03-05hw/kvm/arm_gic: Implement support for KVM in-kernel ARM GICPeter Maydell1-0/+1
2013-03-01arm: move files referencing CPU to hw/arm/Paolo Bonzini8-5/+10356