| Commit message (Expand) | Author | Age | Files | Lines |
* | hw/realview.c: Don't prematurely explode QEMUMachineInitArgs | Peter Maydell | 2012-10-30 | 1 | -49/+19 |
* | Add USB option in machine options | zhlcindy@gmail.com | 2012-10-29 | 1 | -1/+1 |
* | Rename target_phys_addr_t to hwaddr | Avi Kivity | 2012-10-23 | 1 | -1/+1 |
* | create struct for machine initialization arguments | Eduardo Habkost | 2012-10-20 | 1 | -16/+28 |
* | arm_pic: Pass ARMCPU to arm_pic_init_cpu() | Andreas Färber | 2012-06-11 | 1 | -1/+1 |
* | arm_boot: Pass ARMCPU to arm_load_kernel() | Andreas Färber | 2012-06-11 | 1 | -1/+1 |
* | realview: Use cpu_arm_init() to obtain ARMCPU | Andreas Färber | 2012-06-11 | 1 | -4/+6 |
* | realview: break out versatile i2c controller code | Oskar Andero | 2012-04-20 | 1 | -81/+2 |
* | arm hw/: Don't use CPUState | Andreas Färber | 2012-03-14 | 1 | -1/+1 |
* | usb: zap hw/ush-{ohic,uhci}.h + init wrappers | Gerd Hoffmann | 2012-03-13 | 1 | -2/+1 |
* | arm_boot: Pass base address of GIC CPU interface, not whole GIC | Peter Maydell | 2012-02-17 | 1 | -5/+7 |
* | qom: Unify type registration | Andreas Färber | 2012-02-15 | 1 | -2/+2 |
* | ARM devboards: Set arm_sysctl properties before init, not after | Peter Maydell | 2012-02-09 | 1 | -1/+1 |
* | qdev: register all types natively through QEMU Object Model | Anthony Liguori | 2012-02-03 | 1 | -5/+6 |
* | sysbus: apic: ioapic: convert to QEMU Object Model | Anthony Liguori | 2012-01-27 | 1 | -4/+11 |
* | vexpress, realview: Add (dummy) L2 cache controller | Peter Maydell | 2012-01-17 | 1 | -0/+2 |
* | hw/arm_boot.c: Make SMP boards specify address to poll in bootup loop | Evgeny Voevodin | 2012-01-17 | 1 | -0/+2 |
* | vmstate, memory: decouple vmstate from memory API | Avi Kivity | 2012-01-04 | 1 | -3/+6 |
* | sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() | Avi Kivity | 2011-11-28 | 1 | -1/+1 |
* | hw/vexpress.c, hw/realview.c: Add PL041 to VExpress, Realview boards | Peter Maydell | 2011-10-31 | 1 | -1/+7 |
* | realview: convert to memory API | Avi Kivity | 2011-10-17 | 1 | -28/+26 |
* | hw/versatile_pci: Expose multiple sysbus mmio regions | Peter Maydell | 2011-10-10 | 1 | -2/+10 |
* | vexpress, realview: Use pl111, not pl110 | Peter Maydell | 2011-08-17 | 1 | -1/+1 |
* | Correct spelling of licensed | Matthew Fernandez | 2011-07-23 | 1 | -1/+1 |
* | hw/realview.c: Remove duplicate #include line | Peter Maydell | 2011-05-22 | 1 | -1/+0 |
* | hw/versatilepb, realview: Fix condition for instantiation of onboard NIC | Peter Maydell | 2011-04-01 | 1 | -2/+2 |
* | target-arm: Integrate secondary CPU reset in arm_boot | Adam Lackorzynski | 2011-03-06 | 1 | -14/+0 |
* | hw/realview: Wire up the MMC card status | Peter Maydell | 2011-03-06 | 1 | -3/+26 |
* | Add endianness as io mem parameter | Alexander Graf | 2010-12-11 | 1 | -1/+2 |
* | Rearrange block headers | Blue Swirl | 2010-08-24 | 1 | -0/+1 |
* | qemu_ram_alloc: Add DeviceState and name parameters | Alex Williamson | 2010-07-06 | 1 | -3/+3 |
* | Revert "Compile usb-ohci only once" | Paul Brook | 2010-04-04 | 1 | -5/+1 |
* | Compile usb-ohci only once | Blue Swirl | 2010-03-21 | 1 | -1/+5 |
* | ARM PBX-A9 memory map tweaks | Paul Brook | 2009-12-21 | 1 | -2/+10 |
* | Add "static" to please Sparse | Blue Swirl | 2009-12-04 | 1 | -1/+1 |
* | pci: pci.h cleanup: move out stuff not in pci.c | Michael S. Tsirkin | 2009-12-01 | 1 | -0/+1 |
* | ARM RealView I2C | Paul Brook | 2009-11-22 | 1 | -1/+85 |
* | ARM PBX-A9 board support | Paul Brook | 2009-11-19 | 1 | -6/+59 |
* | ARM PB-A8 support | Paul Brook | 2009-11-16 | 1 | -29/+79 |
* | ARM MPCore tweaks | Paul Brook | 2009-11-13 | 1 | -26/+58 |
* | Realview/EB procid hacks | Paul Brook | 2009-11-13 | 1 | -1/+11 |
* | Fix ARM MCore secondary cpu boot | Paul Brook | 2009-11-11 | 1 | -4/+12 |
* | Fix pci_add nic not to exit on bad model | Markus Armbruster | 2009-10-05 | 1 | -1/+1 |
* | Revert "Get rid of _t suffix" | Anthony Liguori | 2009-10-01 | 1 | -2/+2 |
* | Get rid of _t suffix | malc | 2009-10-01 | 1 | -2/+2 |
* | Add 'static' to please Sparse | Blue Swirl | 2009-09-21 | 1 | -1/+1 |
* | qdev/usb: convert ohci. | Gerd Hoffmann | 2009-09-09 | 1 | -1/+1 |
* | Support addr=... in option argument of -net nic | Markus Armbruster | 2009-06-22 | 1 | -1/+1 |
* | Remove qdev irq sink handling | Paul Brook | 2009-05-26 | 1 | -1/+1 |
* | Add common BusState | Paul Brook | 2009-05-23 | 1 | -1/+1 |