Age | Commit message (Expand) | Author |
2019-08-16 | Include hw/boards.h a bit less | Markus Armbruster |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster |
2019-08-16 | Include sysemu/reset.h a lot less | Markus Armbruster |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-06-10 | target/ppc: Use env_cpu, env_archcpu | Richard Henderson |
2019-02-04 | hw/ppc: Move ppc40x_*reset() functions from ppc405_uc.c to ppc.c | Thomas Huth |
2019-01-11 | avoid TABs in files that only contain a few | Paolo Bonzini |
2018-12-21 | ppc405_uc: use g_new(T, n) instead of g_malloc(sizeof(T) * n) | Greg Kurz |
2018-08-21 | hw/ppc/ppc405_uc: Convert away from old_mmio | Peter Maydell |
2018-07-02 | hw/ppc: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé |
2018-04-26 | Change references to serial_hds[] to serial_hd() | Peter Maydell |
2017-10-17 | ppc: replace cpu_model with cpu_type on ref405ep,taihu boards | Igor Mammedov |
2017-09-27 | ppc4xx: Add more PLB registers | BALATON Zoltan |
2017-09-08 | ppc4xx: Export ECB and PLB emulation | BALATON Zoltan |
2017-09-08 | ppc4xx_i2c: QOMify | BALATON Zoltan |
2017-09-08 | ppc4xx: Split off 4xx I2C emulation from ppc405_uc to its own file | BALATON Zoltan |
2017-09-08 | ppc4xx: Make MAL emulation more generic | BALATON Zoltan |
2017-09-08 | ppc4xx: Move MAL from ppc405_uc to ppc4xx_devs | BALATON Zoltan |
2017-07-14 | hw: Use new memory_region_init_{ram, rom, rom_device}() functions | Peter Maydell |
2017-07-14 | memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() | Peter Maydell |
2017-05-23 | shutdown: Add source information to SHUTDOWN and RESET | Eric Blake |
2017-02-22 | hw/ppc/ppc405_uc.c: Avoid integer overflows | Peter Maydell |
2016-03-22 | Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND | Rutuja Shah |
2016-03-22 | hw: explicitly include qemu-common.h and cpu.h | Paolo Bonzini |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-01-29 | ppc: Clean up includes | Peter Maydell |
2015-09-18 | Fix bad error handling after memory_region_init_ram() | Markus Armbruster |
2014-09-09 | memory: add parameter errp to memory_region_init_ram | Hu Tao |
2014-07-22 | ppc: fix -mem-path failure | Hu Tao |
2014-07-15 | ppc: memory: Replace memory_region_init_ram with memory_region_allocate_syste... | Shreyas B. Prabhu |
2014-03-13 | target-ppc: Clean up ENV_GET_CPU() usage | Andreas Färber |
2014-02-11 | exec: Make stb_phys input an AddressSpace | Edgar E. Iglesias |
2014-02-11 | exec: Make stw_*_phys input an AddressSpace | Edgar E. Iglesias |
2014-02-11 | exec: Make stl_*_phys input an AddressSpace | Edgar E. Iglesias |
2013-12-02 | misc: Replace 'struct QEMUTimer' by 'QEMUTimer' | Stefan Weil |
2013-09-02 | ppc405_uc: Disable debug output | Andreas Färber |
2013-08-22 | aio / timers: Switch entire codebase to the new timer API | Alex Bligh |
2013-07-04 | memory: add owner argument to initialization functions | Paolo Bonzini |
2013-04-08 | hw: move private headers to hw/ subdirectories. | Paolo Bonzini |
2013-04-08 | hw: move headers to include/ | Paolo Bonzini |
2013-03-12 | cpu: Pass CPUState to cpu_interrupt() | Andreas Färber |
2013-03-01 | hw: move boards and other isolated files to hw/ARCH | Paolo Bonzini |