aboutsummaryrefslogtreecommitdiff
path: root/hw/xtensa
AgeCommit message (Expand)Author
2020-12-15vl: make qemu_get_machine_opts staticPaolo Bonzini
2020-09-25load_elf: Remove unused address variables from callersBALATON Zoltan
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-08-21target/xtensa: implement NMI supportMax Filippov
2020-08-21meson: convert hw/arch*Marc-André Lureau
2020-06-23qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-02-19hw/xtensa/xtfpga:fix leak of fdevice tree blobChen Qun
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic
2019-10-18hw/xtensa: add virt machineMax Filippov
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include exec/memory.h slightly lessMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-07-05hw: Replace global smp variables with MachineState for all remaining archsLike Xu
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-10target/xtensa: Use env_cpu, env_archcpuRichard Henderson
2019-05-13Clean up ill-advised or unusual header guardsMarkus Armbruster
2019-03-11hw: Use PFLASH_CFI0{1,2} and TYPE_PFLASH_CFI0{1,2}Markus Armbruster
2019-03-11pflash: Rename pflash_t to PFlashCFI01, PFlashCFI02Markus Armbruster
2019-03-07xtensa-softmmu.mak: express dependencies with KconfigPaolo Bonzini
2019-03-07build: switch to KconfigPaolo Bonzini
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini
2019-03-07xtensa: rename CONFIG_XTENSA_FPGA to CONFIG_XTENSA_XTFPGAPaolo Bonzini
2019-02-05hw/xtensa/Makefile.objs: Build xtensa_sim and xtensa_fpga conditionallyÁkos Kovács
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick
2019-01-28hw/xtensa: xtfpga: raise CPU number limitMax Filippov
2019-01-28hw/xtensa: xtfpga: use MX PIC for SMPMax Filippov
2019-01-28target/xtensa: add MX interrupt controllerMax Filippov
2019-01-28target/xtensa: expose core runstall as an IRQ lineMax Filippov
2019-01-28target/xtensa: rearrange access to external interruptsMax Filippov
2019-01-28target/xtensa: drop function xtensa_timer_irqMax Filippov
2019-01-24target/xtensa: fix access to the INTERRUPT SRMax Filippov
2019-01-24hw/xtensa: xtfpga: use core frequencyMax Filippov
2019-01-24hw/xtensa: xtfpga: fix bootloader placement in SMPMax Filippov
2018-11-21target/xtensa: xtfpga: provide default memory sizesMax Filippov
2018-07-02hw/xtensa: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell
2018-04-26hw/xtensa/xtfpga.c: Don't create "null" chardevs for serial devicesPeter Maydell
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09Clean up includesMarkus Armbruster
2018-01-22target/xtensa: allow different default CPU for MMU/noMMUMax Filippov
2018-01-11hw/xtensa/xtfpga: support noMMU coresMax Filippov