aboutsummaryrefslogtreecommitdiff
path: root/hw/xtensa
AgeCommit message (Expand)AuthorFilesLines
2023-07-08hw: Simplify calls to pci_nic_init_nofail()Thomas Huth1-7/+1
2023-05-26hw/xtensa: Use MachineClass->default_nic in the virt machineThomas Huth1-3/+6
2022-05-06hw/xtensa: fix reset value of MIROUT register of MX PICMax Filippov1-1/+1
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau2-3/+3
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth3-3/+0
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth3-3/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2020-12-15vl: make qemu_get_machine_opts staticPaolo Bonzini1-5/+4
2020-09-25load_elf: Remove unused address variables from callersBALATON Zoltan2-4/+2
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-2/+2
2020-08-21target/xtensa: implement NMI supportMax Filippov1-1/+5
2020-08-21meson: convert hw/arch*Marc-André Lureau2-6/+11
2020-06-23qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster1-2/+1
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2-3/+3
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2-6/+6
2020-02-19hw/xtensa/xtfpga:fix leak of fdevice tree blobChen Qun1-0/+1
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2-2/+2
2019-10-18hw/xtensa: add virt machineMax Filippov5-15/+202
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-0/+1
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster1-1/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster2-2/+0
2019-08-16Include exec/memory.h slightly lessMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster2-0/+2
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster2-0/+2
2019-07-05hw: Replace global smp variables with MachineState for all remaining archsLike Xu2-1/+2
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster3-3/+0
2019-06-10target/xtensa: Use env_cpu, env_archcpuRichard Henderson1-1/+1
2019-05-13Clean up ill-advised or unusual header guardsMarkus Armbruster1-2/+2
2019-03-11hw: Use PFLASH_CFI0{1,2} and TYPE_PFLASH_CFI0{1,2}Markus Armbruster1-2/+2
2019-03-11pflash: Rename pflash_t to PFlashCFI01, PFlashCFI02Markus Armbruster1-5/+5
2019-03-07xtensa-softmmu.mak: express dependencies with KconfigPaolo Bonzini1-0/+3
2019-03-07build: switch to KconfigPaolo Bonzini1-1/+1
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+5
2019-03-07xtensa: rename CONFIG_XTENSA_FPGA to CONFIG_XTENSA_XTFPGAPaolo Bonzini1-1/+1
2019-02-05hw/xtensa/Makefile.objs: Build xtensa_sim and xtensa_fpga conditionallyÁkos Kovács1-2/+2
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2-5/+9
2019-01-28hw/xtensa: xtfpga: raise CPU number limitMax Filippov1-8/+8
2019-01-28hw/xtensa: xtfpga: use MX PIC for SMPMax Filippov1-1/+21
2019-01-28target/xtensa: add MX interrupt controllerMax Filippov2-0/+355
2019-01-28target/xtensa: expose core runstall as an IRQ lineMax Filippov1-0/+12
2019-01-28target/xtensa: rearrange access to external interruptsMax Filippov2-16/+16
2019-01-28target/xtensa: drop function xtensa_timer_irqMax Filippov1-6/+1
2019-01-24target/xtensa: fix access to the INTERRUPT SRMax Filippov1-2/+2
2019-01-24hw/xtensa: xtfpga: use core frequencyMax Filippov1-4/+8
2019-01-24hw/xtensa: xtfpga: fix bootloader placement in SMPMax Filippov1-2/+7
2018-11-21target/xtensa: xtfpga: provide default memory sizesMax Filippov1-0/+10