Age | Commit message (Expand) | Author | Files | Lines |
2013-07-22 | hw/arm: Use 'load_ramdisk()' for loading ramdisks w/ U-Boot header | Soren Brinkmann | 1 | -4/+10 |
2013-07-19 | vexpress: Add virtio-mmio transports | Peter Maydell | 1 | -0/+99 |
2013-07-19 | vexpress: Make VEDBoardInfo extend arm_boot_info | Peter Maydell | 1 | -16/+15 |
2013-07-19 | arm/boot: Allow boards to modify the FDT blob | Peter Maydell | 1 | -0/+5 |
2013-07-19 | arm/boot: Use qemu_devtree_setprop_sized_cells() | Peter Maydell | 1 | -21/+8 |
2013-07-15 | ARM/highbank: add support for Calxeda ECX-2000 / Midway | Andre Przywara | 1 | -5/+27 |
2013-07-15 | ARM/highbank: prepare for adding similar machines | Andre Przywara | 1 | -6/+23 |
2013-07-15 | hw/arm/vexpress: Add alias for flash at address 0 on A15 board | Peter Maydell | 1 | -2/+17 |
2013-07-10 | Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging | Anthony Liguori | 7 | -13/+12 |
2013-07-09 | cpu: Make first_cpu and next_cpu CPUState | Andreas Färber | 6 | -11/+11 |
2013-07-09 | cpu: Replace cpu_single_env with CPUState current_cpu | Andreas Färber | 1 | -2/+1 |
2013-07-09 | Simplify -machine option queries with qemu_get_machine_opts() | Markus Armbruster | 1 | -7/+1 |
2013-07-08 | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori | 2 | -3/+5 |
2013-07-07 | pci: Add root bus parameter to pci_nic_init() | David Gibson | 2 | -3/+5 |
2013-07-04 | hw/a*: pass owner to memory_region_init* functions | Paolo Bonzini | 11 | -34/+44 |
2013-07-04 | memory: add owner argument to initialization functions | Paolo Bonzini | 22 | -125/+125 |
2013-06-25 | arm/boot: Free dtb blob memory after use | Peter Maydell | 1 | -5/+15 |
2013-06-25 | ARM: Allow dumping of device tree | John Rigby | 1 | -0/+1 |
2013-06-14 | arm: Remove CONFIG_FDT conditionals | Peter Maydell | 1 | -7/+0 |
2013-06-03 | exynos4210.c: register rom_mem for memory migration | Igor Mitsyanko | 1 | -0/+1 |
2013-06-03 | hw/arm/exynos4210.c: convert chipid_and_omr to an mmio region | Igor Mitsyanko | 1 | -3/+24 |
2013-06-03 | xilinx_spips: seperate SPI and QSPI as two classes | Peter Crosthwaite | 1 | -1/+1 |
2013-05-18 | remove some double-includes | Michael Tokarev | 1 | -1/+0 |
2013-05-14 | spitz: fix compilation failure due to pty.h namespace pollution | Paolo Bonzini | 1 | -50/+50 |
2013-04-25 | console: add device link to QemuConsoles | Gerd Hoffmann | 1 | -1/+1 |
2013-04-20 | Merge branch 'arm-devs.next' of git://git.linaro.org/people/pmaydell/qemu-arm | Blue Swirl | 2 | -13/+20 |
2013-04-19 | versatile_pci: Expose PCI memory space to system | Peter Maydell | 2 | -0/+6 |
2013-04-19 | arm/realview: Fix mapping of PCI regions | Peter Maydell | 1 | -9/+9 |
2013-04-19 | versatile_pci: Implement the PCI controller's control registers | Peter Maydell | 2 | -6/+8 |
2013-04-19 | versatile_pci: Expose PCI I/O region on Versatile PB | Peter Maydell | 1 | -2/+1 |
2013-04-19 | Remove unneeded type casts | Stefan Weil | 5 | -20/+20 |
2013-04-16 | console: add GraphicHwOps | Gerd Hoffmann | 1 | -2/+6 |
2013-04-16 | console: simplify screendump | Gerd Hoffmann | 1 | -1/+1 |
2013-04-15 | sysemu: avoid proliferation of include/ subdirectories | Paolo Bonzini | 3 | -3/+3 |
2013-04-15 | arm: fix location of some include files | Peter Maydell | 26 | -41/+41 |
2013-04-08 | hw: move private headers to hw/ subdirectories. | Paolo Bonzini | 3 | -2/+70 |
2013-04-08 | hw: move last file to hw/arm/ | Paolo Bonzini | 2 | -5/+1624 |
2013-04-08 | hw: move ARM CPU cores to hw/cpu/, configure with default-configs/ | Paolo Bonzini | 1 | -2/+0 |
2013-04-08 | hw: move other devices to hw/misc/, configure with default-configs/ | Paolo Bonzini | 1 | -10/+1 |
2013-04-08 | hw: move GPIO interfaces to hw/gpio/, configure with default-configs/ | Paolo Bonzini | 1 | -2/+1 |
2013-04-08 | hw: move interrupt controllers to hw/intc/, configure with default-configs/ | Paolo Bonzini | 1 | -7/+3 |
2013-04-08 | hw: move DMA controllers to hw/dma/, configure with default-configs/ | Paolo Bonzini | 1 | -5/+2 |
2013-04-08 | hw: move SD/MMC devices to hw/sd/, configure with default-configs/ | Paolo Bonzini | 1 | -2/+2 |
2013-04-08 | hw: move timer devices to hw/timer/, configure with default-configs/ | Paolo Bonzini | 1 | -10/+7 |
2013-04-08 | hw: move char devices to hw/char/, configure via default-configs/ | Paolo Bonzini | 1 | -3/+3 |
2013-04-08 | hw: move SSI controllers to hw/ssi/, configure via default-configs/ | Paolo Bonzini | 1 | -2/+1 |
2013-04-08 | hw: move I2C controllers to hw/i2c/, configure via default-configs/ | Paolo Bonzini | 1 | -3/+2 |
2013-04-08 | hw: move display devices to hw/display/, configure via default-configs/ | Paolo Bonzini | 1 | -7/+6 |
2013-04-08 | hw: move audio devices to hw/audio/, configure via default-configs/ | Paolo Bonzini | 1 | -1/+1 |
2013-04-08 | hw: move block devices to hw/block/, configure via default-configs/ | Paolo Bonzini | 1 | -1/+1 |