Age | Commit message (Expand) | Author | Files | Lines |
2018-07-02 | hw/xtensa: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé | 1 | -4/+5 |
2018-06-01 | hw: Do not include "sysemu/block-backend.h" if it is not necessary | Philippe Mathieu-Daudé | 1 | -1/+0 |
2018-04-26 | Change references to serial_hds[] to serial_hd() | Peter Maydell | 2 | -3/+3 |
2018-04-26 | hw/xtensa/xtfpga.c: Don't create "null" chardevs for serial devices | Peter Maydell | 1 | -4/+0 |
2018-02-09 | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster | 1 | -1/+1 |
2018-02-09 | Clean up includes | Markus Armbruster | 1 | -1/+0 |
2018-01-22 | target/xtensa: allow different default CPU for MMU/noMMU | Max Filippov | 1 | -8/+8 |
2018-01-11 | hw/xtensa/xtfpga: support noMMU cores | Max Filippov | 1 | -2/+132 |
2018-01-11 | hw/xtensa/xtfpga: extract flash configuration | Max Filippov | 1 | -23/+43 |
2018-01-11 | hw/xtensa: extract xtensa_create_memory_regions | Max Filippov | 5 | -42/+148 |
2018-01-11 | hw/xtensa/xtfpga: clean up function/structure names | Max Filippov | 1 | -70/+70 |
2018-01-11 | hw/xtensa/xtfpga: rewrite mini bootloader | Max Filippov | 1 | -5/+23 |
2017-10-27 | xtensa: lx60/lx200/ml605/kc705: use generic cpu_model parsing | Igor Mammedov | 1 | -6/+5 |
2017-10-27 | xtensa: sim: use generic cpu_model parsing | Igor Mammedov | 1 | -6/+2 |
2017-09-19 | cpu: make cpu_generic_init() abort QEMU on error | Igor Mammedov | 2 | -10/+0 |
2017-09-01 | xtensa: replace cpu_xtensa_init() with cpu_generic_init() | Igor Mammedov | 2 | -2/+2 |
2017-07-14 | hw: Use new memory_region_init_{ram, rom, rom_device}() functions | Peter Maydell | 2 | -8/+4 |
2017-07-14 | memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() | Peter Maydell | 2 | -4/+4 |
2017-06-06 | target/xtensa: support output to chardev console | Max Filippov | 1 | -0/+4 |
2017-06-05 | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st... | Peter Maydell | 1 | -5/+5 |
2017-06-04 | hw/xtensa: sim: use g_string/g_new | Max Filippov | 1 | -5/+5 |
2017-06-02 | chardev: move headers to include/chardev | Marc-André Lureau | 1 | -1/+1 |
2017-05-23 | shutdown: Add source information to SHUTDOWN and RESET | Eric Blake | 1 | -1/+1 |
2017-03-11 | target/xtensa: xtfpga: load DTB only when FDT support is enabled | Max Filippov | 1 | -0/+9 |
2017-02-23 | target/xtensa: sim: instantiate local memories | Max Filippov | 1 | -9/+31 |
2017-01-15 | target/xtensa: refactor CCOUNT/CCOMPARE | Max Filippov | 1 | -61/+14 |
2016-10-24 | char: remove init callback | Marc-André Lureau | 1 | -1/+1 |
2016-07-14 | target-xtensa: xtfpga: fix FLASH interface width | Max Filippov | 1 | -1/+1 |
2016-07-12 | Clean up ill-advised or unusual header guards | Markus Armbruster | 1 | -2/+2 |
2016-06-07 | replace muldiv64(a, b, c) by (uint64_t)a * b / c | Laurent Vivier | 1 | -2/+2 |
2016-05-19 | qemu-common: push cpu.h inclusion out of qemu-common.h | Paolo Bonzini | 1 | -0/+1 |
2016-03-22 | hw: explicitly include qemu-common.h and cpu.h | Paolo Bonzini | 2 | -0/+4 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 2 | -0/+2 |
2016-03-16 | machine: Use type_init() to register machine classes | Eduardo Habkost | 1 | -1/+1 |
2016-03-04 | loader: Add data swap option to load-elf | Peter Crosthwaite | 2 | -3/+3 |
2016-01-29 | xtensa: Clean up includes | Peter Maydell | 3 | -0/+3 |
2015-10-21 | target-xtensa: xtfpga: attach FLASH to system IO | Max Filippov | 1 | -14/+27 |
2015-09-25 | xtensa: Remove ELF_MACHINE from cpu.h | Peter Crosthwaite | 2 | -3/+3 |
2015-09-19 | Revert use of DEFINE_MACHINE() for registrations of multiple machines | Andreas Färber | 1 | -8/+42 |
2015-09-19 | Use DEFINE_MACHINE() to register all machines | Eduardo Habkost | 2 | -41/+34 |
2015-09-18 | Fix bad error handling after memory_region_init_ram() | Markus Armbruster | 2 | -5/+6 |
2015-03-10 | xtensa: Remove superfluous '\n' around error_report() | Gonglei | 2 | -6/+6 |
2015-03-07 | target-xtensa: xtfpga: fix ml605 flash size | Max Filippov | 1 | -1/+1 |
2015-03-07 | hw/xtensa: allow reads/writes in the system I/O region | Max Filippov | 1 | -1/+19 |
2014-11-03 | hw/xtensa/xtfpga: treat uImage load address as virtual | Max Filippov | 1 | -1/+1 |
2014-11-03 | hw/core/loader: implement address translation in uimage loader | Max Filippov | 1 | -1/+2 |
2014-11-03 | target-xtensa: avoid duplicate timer interrupt delivery | Max Filippov | 1 | -2/+2 |
2014-10-20 | hw: Convert from BlockDriverState to BlockBackend, mostly | Markus Armbruster | 1 | -2/+1 |
2014-10-20 | block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo() | Markus Armbruster | 1 | -1/+3 |
2014-09-09 | memory: add parameter errp to memory_region_init_ram | Hu Tao | 2 | -5/+7 |