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