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