aboutsummaryrefslogtreecommitdiffstats
path: root/hw/xtensa (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/xtensa: require libfdtPaolo Bonzini2024-05-102-11/+2
* kconfig: express dependency of individual boards on libfdtPaolo Bonzini2024-05-101-0/+1
* xtensa: switch boards to "default y"Paolo Bonzini2024-05-031-0/+6
* hw/xtensa: Include missing 'exec/cpu-common.h' in 'bootparam.h'Philippe Mathieu-Daudé2024-04-251-0/+2
* hw/xtensa/xtfpga: use qemu_create_nic_device()David Woodhouse2024-02-021-7/+6
* hw/xtensa/virt: use pci_init_nic_devices()David Woodhouse2024-02-021-3/+1
* trivial: Simplify the spots that use TARGET_BIG_ENDIAN as a numeric valueThomas Huth2023-09-082-13/+4
* target/xtensa: Include missing 'qemu/atomic.h' headerPhilippe Mathieu-Daudé2023-08-311-0/+1
* hw: Simplify calls to pci_nic_init_nofail()Thomas Huth2023-07-081-7/+1
* hw/xtensa: Use MachineClass->default_nic in the virt machineThomas Huth2023-05-261-3/+6
* hw/xtensa: fix reset value of MIROUT register of MX PICMax Filippov2022-05-061-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/+0
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-023-3/+0
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* vl: make qemu_get_machine_opts staticPaolo Bonzini2020-12-151-5/+4
* load_elf: Remove unused address variables from callersBALATON Zoltan2020-09-252-4/+2
* 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/+1
* 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-185-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/+0
* Include hw/boards.h a bit lessMarkus Armbruster2019-08-161-1/+0
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-162-2/+0
* Include exec/memory.h slightly lessMarkus Armbruster2019-08-161-1/+0
* 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/+0
* 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