summaryrefslogtreecommitdiffstats
path: root/hw/xtensa
Commit message (Expand)AuthorAgeFilesLines
* hw/xtensa: fix reset value of MIROUT register of MX PICMax Filippov2022-05-071-1/+1
* Replace TARGET_WORDS_BIGENDIANMarc-André Lureau2022-04-062-3/+3
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-1/+1
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-023-3/+0Star
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-023-3/+0Star
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* vl: make qemu_get_machine_opts staticPaolo Bonzini2020-12-151-5/+4Star
* load_elf: Remove unused address variables from callersBALATON Zoltan2020-09-262-4/+2Star
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-2/+2
* target/xtensa: implement NMI supportMax Filippov2020-08-211-1/+5
* meson: convert hw/arch*Marc-André Lureau2020-08-212-6/+11
* qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster2020-06-231-2/+1Star
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-152-3/+3
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-152-6/+6
* hw/xtensa/xtfpga:fix leak of fdevice tree blobChen Qun2020-02-191-0/+1
* hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2020-01-292-2/+2
* hw/xtensa: add virt machineMax Filippov2019-10-195-15/+202
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+1
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* Include hw/boards.h a bit lessMarkus Armbruster2019-08-161-1/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-162-2/+0Star
* Include exec/memory.h slightly lessMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-162-0/+2
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-162-0/+2
* hw: Replace global smp variables with MachineState for all remaining archsLike Xu2019-07-052-1/+2
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-123-3/+0Star
* target/xtensa: Use env_cpu, env_archcpuRichard Henderson2019-06-101-1/+1
* Clean up ill-advised or unusual header guardsMarkus Armbruster2019-05-131-2/+2
* hw: Use PFLASH_CFI0{1,2} and TYPE_PFLASH_CFI0{1,2}Markus Armbruster2019-03-111-2/+2
* pflash: Rename pflash_t to PFlashCFI01, PFlashCFI02Markus Armbruster2019-03-111-5/+5
* xtensa-softmmu.mak: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+3
* build: switch to KconfigPaolo Bonzini2019-03-071-1/+1
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+5
* xtensa: rename CONFIG_XTENSA_FPGA to CONFIG_XTENSA_XTFPGAPaolo Bonzini2019-03-071-1/+1
* hw/xtensa/Makefile.objs: Build xtensa_sim and xtensa_fpga conditionallyÁkos Kovács2019-02-051-2/+2
* elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-052-5/+9
* hw/xtensa: xtfpga: raise CPU number limitMax Filippov2019-01-281-8/+8
* hw/xtensa: xtfpga: use MX PIC for SMPMax Filippov2019-01-281-1/+21
* target/xtensa: add MX interrupt controllerMax Filippov2019-01-282-0/+355
* target/xtensa: expose core runstall as an IRQ lineMax Filippov2019-01-281-0/+12
* target/xtensa: rearrange access to external interruptsMax Filippov2019-01-282-16/+16
* target/xtensa: drop function xtensa_timer_irqMax Filippov2019-01-281-6/+1Star
* target/xtensa: fix access to the INTERRUPT SRMax Filippov2019-01-241-2/+2
* hw/xtensa: xtfpga: use core frequencyMax Filippov2019-01-241-4/+8
* hw/xtensa: xtfpga: fix bootloader placement in SMPMax Filippov2019-01-241-2/+7
* target/xtensa: xtfpga: provide default memory sizesMax Filippov2018-11-211-0/+10
* hw/xtensa: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-4/+5
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star