Age | Commit message (Expand) | Author |
2024-02-02 | hw/xtensa/xtfpga: use qemu_create_nic_device() | David Woodhouse |
2024-02-02 | hw/xtensa/virt: use pci_init_nic_devices() | David Woodhouse |
2023-09-08 | trivial: Simplify the spots that use TARGET_BIG_ENDIAN as a numeric value | Thomas Huth |
2023-08-31 | target/xtensa: Include missing 'qemu/atomic.h' header | Philippe Mathieu-Daudé |
2023-07-08 | hw: Simplify calls to pci_nic_init_nofail() | Thomas Huth |
2023-05-26 | hw/xtensa: Use MachineClass->default_nic in the virt machine | Thomas Huth |
2022-05-06 | hw/xtensa: fix reset value of MIROUT register of MX PIC | Max Filippov |
2022-04-06 | Replace TARGET_WORDS_BIGENDIAN | Marc-André Lureau |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2021-05-02 | Do not include exec/address-spaces.h if it's not really necessary | Thomas Huth |
2021-05-02 | Do not include cpu.h if it's not really necessary | Thomas Huth |
2021-05-02 | Do not include sysemu/sysemu.h if it's not really necessary | Thomas Huth |
2020-12-15 | vl: make qemu_get_machine_opts static | Paolo Bonzini |
2020-09-25 | load_elf: Remove unused address variables from callers | BALATON Zoltan |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi |
2020-08-21 | target/xtensa: implement NMI support | Max Filippov |
2020-08-21 | meson: convert hw/arch* | Marc-André Lureau |
2020-06-23 | qdev: Make qdev_prop_set_drive() match the other helpers | Markus Armbruster |
2020-06-15 | sysbus: Convert to sysbus_realize() etc. with Coccinelle | Markus Armbruster |
2020-06-15 | qdev: Convert uses of qdev_create() with Coccinelle | Markus Armbruster |
2020-02-19 | hw/xtensa/xtfpga:fix leak of fdevice tree blob | Chen Qun |
2020-01-29 | hw/core/loader: Let load_elf() populate a field with CPU-specific flags | Aleksandar Markovic |
2019-10-18 | hw/xtensa: add virt machine | Max Filippov |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Include hw/boards.h a bit less | Markus Armbruster |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster |
2019-08-16 | Include exec/memory.h slightly less | Markus Armbruster |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster |
2019-08-16 | Include sysemu/reset.h a lot less | Markus Armbruster |
2019-07-05 | hw: Replace global smp variables with MachineState for all remaining archs | Like Xu |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-06-10 | target/xtensa: Use env_cpu, env_archcpu | Richard Henderson |
2019-05-13 | Clean up ill-advised or unusual header guards | Markus Armbruster |
2019-03-11 | hw: Use PFLASH_CFI0{1,2} and TYPE_PFLASH_CFI0{1,2} | Markus Armbruster |
2019-03-11 | pflash: Rename pflash_t to PFlashCFI01, PFlashCFI02 | Markus Armbruster |
2019-03-07 | xtensa-softmmu.mak: express dependencies with Kconfig | Paolo Bonzini |
2019-03-07 | build: switch to Kconfig | Paolo Bonzini |
2019-03-07 | kconfig: introduce kconfig files | Paolo Bonzini |
2019-03-07 | xtensa: rename CONFIG_XTENSA_FPGA to CONFIG_XTENSA_XTFPGA | Paolo Bonzini |
2019-02-05 | hw/xtensa/Makefile.objs: Build xtensa_sim and xtensa_fpga conditionally | Ákos Kovács |
2019-02-05 | elf: Add optional function ptr to load_elf() to parse ELF notes | Liam Merwick |
2019-01-28 | hw/xtensa: xtfpga: raise CPU number limit | Max Filippov |
2019-01-28 | hw/xtensa: xtfpga: use MX PIC for SMP | Max Filippov |
2019-01-28 | target/xtensa: add MX interrupt controller | Max Filippov |
2019-01-28 | target/xtensa: expose core runstall as an IRQ line | Max Filippov |
2019-01-28 | target/xtensa: rearrange access to external interrupts | Max Filippov |
2019-01-28 | target/xtensa: drop function xtensa_timer_irq | Max Filippov |