Age | Commit message (Expand) | Author | Files | Lines |
2012-02-15 | qom: Unify type registration | Andreas Färber | 1 | -2/+2 |
2012-02-03 | qdev: register all types natively through QEMU Object Model | Anthony Liguori | 1 | -20/+24 |
2012-01-27 | sysbus: apic: ioapic: convert to QEMU Object Model | Anthony Liguori | 1 | -6/+42 |
2012-01-27 | ssi: convert to QEMU Object Model | Anthony Liguori | 1 | -5/+12 |
2011-12-16 | stellaris: Calculate system clock period on reset | Peter Maydell | 1 | -0/+1 |
2011-11-28 | sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() | Avi Kivity | 1 | -3/+3 |
2011-11-24 | stellaris: convert gptm to memory API | Benoît Canet | 1 | -17/+12 |
2011-11-24 | stellaris: convert adc to memory API | Benoît Canet | 1 | -18/+12 |
2011-11-24 | stellaris: convert i2c to memory API | Benoît Canet | 1 | -17/+11 |
2011-11-24 | stellaris: convert sys to memory API | Benoît Canet | 1 | -17/+11 |
2011-09-04 | armv7m: convert to memory API | Avi Kivity | 1 | -1/+4 |
2011-08-25 | Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging" | Anthony Liguori | 1 | -4/+1 |
2011-08-24 | armv7m: convert to memory API | Avi Kivity | 1 | -1/+4 |
2011-08-21 | Merge remote-tracking branch 'pmaydell/armhw-for-upstream' into staging | Anthony Liguori | 1 | -4/+68 |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori | 1 | -1/+1 |
2011-08-17 | hw/stellaris: Add support for RCC2 register | Engin AYDOGAN | 1 | -4/+68 |
2011-07-23 | Correct spelling of licensed | Matthew Fernandez | 1 | -1/+1 |
2011-07-23 | net: Consistently use qemu_macaddr_default_if_unset | Jan Kiszka | 1 | -1/+1 |
2011-04-22 | vmstate: stellaris use unused for placeholder entries | Juan Quintela | 1 | -2/+1 |
2011-04-22 | vmstate: port stellaris_adc | Juan Quintela | 1 | -55/+34 |
2011-04-22 | vmstate: port stellaris gptm | Juan Quintela | 1 | -60/+24 |
2011-04-22 | vmstate: port stellaris sys | Juan Quintela | 1 | -46/+25 |
2011-04-22 | vmstate: port stellaris ssi bus | Juan Quintela | 1 | -20/+11 |
2011-04-22 | vmstate: port stellaris i2c | Juan Quintela | 1 | -32/+17 |
2011-04-15 | Remove unused sysemu.h include directives | Blue Swirl | 1 | -1/+0 |
2011-03-21 | change all other clock references to use nanosecond resolution accessors | Paolo Bonzini | 1 | -3/+3 |
2011-03-06 | hw/pl061.c: Implement ARM PL061 as well as Luminary one | Peter Maydell | 1 | -1/+1 |
2010-12-11 | Add endianness as io mem parameter | Alexander Graf | 1 | -4/+8 |
2010-07-06 | savevm: Add DeviceState param | Alex Williamson | 1 | -5/+6 |
2010-04-25 | arm: remove dead assignments, spotted by clang analyzer | Blue Swirl | 1 | -1/+1 |
2009-10-27 | stellaris_enet: use qdev properties for configuration. | Gerd Hoffmann | 1 | -1/+1 |
2009-10-07 | New qdev_init_nofail() | Markus Armbruster | 1 | -1/+1 |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori | 1 | -10/+10 |
2009-10-01 | Get rid of _t suffix | malc | 1 | -10/+10 |
2009-09-11 | Unexport ticks_per_sec variable. Create get_ticks_per_sec() function | Juan Quintela | 1 | -1/+1 |
2009-08-27 | qdev: add return value to init() callbacks. | Gerd Hoffmann | 1 | -7/+12 |
2009-08-25 | Make CPURead/WriteFunc structure 'const' | Blue Swirl | 1 | -8/+8 |
2009-07-16 | qdev: rework device properties. | Gerd Hoffmann | 1 | -1/+1 |
2009-06-16 | Remove io_index argument from cpu_register_io_memory() | Avi Kivity | 1 | -4/+4 |
2009-06-11 | qdev: move name+size into DeviceInfo (v2) | Gerd Hoffmann | 1 | -2/+3 |
2009-06-03 | Stellaris qdev conversion | Paul Brook | 1 | -27/+48 |
2009-06-02 | Implement multiple samplers on stellaris ADC | Paul Brook | 1 | -19/+31 |
2009-05-23 | Add common BusState | Paul Brook | 1 | -7/+5 |
2009-05-21 | Convert machine registration to use module init functions | Anthony Liguori | 1 | -2/+10 |
2009-05-14 | Stellaris SSI qdev conversion | Paul Brook | 1 | -33/+35 |
2009-05-14 | Stellaris I2C qdev conversion | Paul Brook | 1 | -7/+18 |
2009-05-14 | SSD0303 qdev conversion | Paul Brook | 1 | -1/+1 |
2009-05-14 | Stellaris ethernet qdev conversion | Paul Brook | 1 | -2/+11 |
2009-05-14 | PL011 qdev conversion | Paul Brook | 1 | -3/+3 |
2009-05-13 | Remove vga_ram_size | Paul Brook | 1 | -2/+2 |