- dc696c6 hw/xtensa/xtfpga: Remove TARGET_BIG_ENDIAN #ifdef'ry by Philippe Mathieu-Daudé · 5 months ago
- 7e6b549 hw/char: Extract serial-mm by Bernhard Beschow · 6 months ago
- 47771d6 hw/xtensa: require libfdt by Paolo Bonzini · 1 year, 1 month ago
- d641ec3 kconfig: express dependency of individual boards on libfdt by Paolo Bonzini · 10 months ago
- 0a12e7b xtensa: switch boards to "default y" by Paolo Bonzini · 1 year, 1 month ago
- 206e562 hw/xtensa: Include missing 'exec/cpu-common.h' in 'bootparam.h' by Philippe Mathieu-Daudé · 11 months ago
- 7db00af hw/xtensa/xtfpga: use qemu_create_nic_device() by David Woodhouse · 1 year, 4 months ago
- 1863929 hw/xtensa/virt: use pci_init_nic_devices() by David Woodhouse · 1 year, 4 months ago
- ded625e trivial: Simplify the spots that use TARGET_BIG_ENDIAN as a numeric value by Thomas Huth · 1 year, 6 months ago
- b8be052 target/xtensa: Include missing 'qemu/atomic.h' header by Philippe Mathieu-Daudé · 1 year, 6 months ago
- b697a48 hw: Simplify calls to pci_nic_init_nofail() by Thomas Huth · 1 year, 8 months ago
- 69720ff hw/xtensa: Use MachineClass->default_nic in the virt machine by Thomas Huth · 1 year, 9 months ago
- c6f3f33 hw/xtensa: fix reset value of MIROUT register of MX PIC by Max Filippov · 2 years, 10 months ago
- ee3eb3a Replace TARGET_WORDS_BIGENDIAN by Marc-André Lureau · 3 years ago
- b21e238 Use g_new() & friends where that makes obvious sense by Markus Armbruster · 3 years ago
- ee86213 Do not include exec/address-spaces.h if it's not really necessary by Thomas Huth · 3 years, 11 months ago
- 2068cab Do not include cpu.h if it's not really necessary by Thomas Huth · 3 years, 11 months ago
- 4c386f8 Do not include sysemu/sysemu.h if it's not really necessary by Thomas Huth · 3 years, 11 months ago
- f2ce39b vl: make qemu_get_machine_opts static by Paolo Bonzini · 4 years, 4 months ago
- 617160c load_elf: Remove unused address variables from callers by BALATON Zoltan · 4 years, 8 months ago
- d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 5 months ago
- a7d479e target/xtensa: implement NMI support by Max Filippov · 4 years, 8 months ago
- 2c44220 meson: convert hw/arch* by Marc-André Lureau · 6 years ago
- 934df91 qdev: Make qdev_prop_set_drive() match the other helpers by Markus Armbruster · 4 years, 8 months ago
- 3c6ef47 sysbus: Convert to sysbus_realize() etc. with Coccinelle by Markus Armbruster · 4 years, 9 months ago
- 3e80f69 qdev: Convert uses of qdev_create() with Coccinelle by Markus Armbruster · 4 years, 9 months ago
- d1cb678 hw/xtensa/xtfpga:fix leak of fdevice tree blob by Chen Qun · 5 years ago
- 6cdda0f hw/core/loader: Let load_elf() populate a field with CPU-specific flags by Aleksandar Markovic · 5 years ago
- d9e8553 hw/xtensa: add virt machine by Max Filippov · 6 years ago
- 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 6 years ago
- d5938f2 Clean up inclusion of sysemu/sysemu.h by Markus Armbruster · 6 years ago
- 12e9493 Include hw/boards.h a bit less by Markus Armbruster · 6 years ago
- a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
- 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 6 years ago
- d484205 Include exec/memory.h slightly less by Markus Armbruster · 6 years ago
- d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
- 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 6 years ago
- 71e8a91 Include sysemu/reset.h a lot less by Markus Armbruster · 6 years ago
- 33decbd hw: Replace global smp variables with MachineState for all remaining archs by Like Xu · 6 years ago
- a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
- 92fddfb target/xtensa: Use env_cpu, env_archcpu by Richard Henderson · 6 years ago
- a8b991b Clean up ill-advised or unusual header guards by Markus Armbruster · 6 years ago
- 81c7db7 hw: Use PFLASH_CFI0{1,2} and TYPE_PFLASH_CFI0{1,2} by Markus Armbruster · 6 years ago
- 1643406 pflash: Rename pflash_t to PFlashCFI01, PFlashCFI02 by Markus Armbruster · 6 years ago
- 3a56c2f xtensa-softmmu.mak: express dependencies with Kconfig by Paolo Bonzini · 6 years ago
- e0e312f build: switch to Kconfig by Paolo Bonzini · 6 years ago
- 82f5181 kconfig: introduce kconfig files by Paolo Bonzini · 6 years ago
- 28ba6bd xtensa: rename CONFIG_XTENSA_FPGA to CONFIG_XTENSA_XTFPGA by Paolo Bonzini · 6 years ago
- d84929d hw/xtensa/Makefile.objs: Build xtensa_sim and xtensa_fpga conditionally by Ákos Kovács · 6 years ago
- 4366e1d elf: Add optional function ptr to load_elf() to parse ELF notes by Liam Merwick · 6 years ago
- 174e09b hw/xtensa: xtfpga: raise CPU number limit by Max Filippov · 6 years ago
- 1acd90b hw/xtensa: xtfpga: use MX PIC for SMP by Max Filippov · 6 years ago
- 10df8ff target/xtensa: add MX interrupt controller by Max Filippov · 12 years ago
- 17a86b0 target/xtensa: expose core runstall as an IRQ line by Max Filippov · 6 years ago
- 66f03d7 target/xtensa: rearrange access to external interrupts by Max Filippov · 6 years ago
- 3f75038 target/xtensa: drop function xtensa_timer_irq by Max Filippov · 6 years ago
- fa92bd4 target/xtensa: fix access to the INTERRUPT SR by Max Filippov · 6 years ago
- fff7bf1 hw/xtensa: xtfpga: use core frequency by Max Filippov · 6 years ago
- 288a3f2 hw/xtensa: xtfpga: fix bootloader placement in SMP by Max Filippov · 6 years ago
- 59b5e9b target/xtensa: xtfpga: provide default memory sizes by Max Filippov · 6 years ago
- b941329 hw/xtensa: Use the IEC binary prefix definitions by Philippe Mathieu-Daudé · 7 years ago
- 0304f9e hw: Do not include "sysemu/block-backend.h" if it is not necessary by Philippe Mathieu-Daudé · 7 years ago
- 9bca0ed Change references to serial_hds[] to serial_hd() by Peter Maydell · 7 years ago
- b82fcd3 hw/xtensa/xtfpga.c: Don't create "null" chardevs for serial devices by Peter Maydell · 7 years ago
- 922a01a Move include qemu/option.h from qemu-common.h to actual users by Markus Armbruster · 7 years ago
- 8f0a371 Clean up includes by Markus Armbruster · 7 years ago
- a3c5e49 target/xtensa: allow different default CPU for MMU/noMMU by Max Filippov · 7 years ago
- 85e2d8d hw/xtensa/xtfpga: support noMMU cores by Max Filippov · 9 years ago
- 740ad9f hw/xtensa/xtfpga: extract flash configuration by Max Filippov · 7 years ago
- e53fa62 hw/xtensa: extract xtensa_create_memory_regions by Max Filippov · 7 years ago
- 188ce01 hw/xtensa/xtfpga: clean up function/structure names by Max Filippov · 7 years ago
- 339ef8f hw/xtensa/xtfpga: rewrite mini bootloader by Max Filippov · 7 years ago
- f83eb10 xtensa: lx60/lx200/ml605/kc705: use generic cpu_model parsing by Igor Mammedov · 7 years ago
- d58eeae xtensa: sim: use generic cpu_model parsing by Igor Mammedov · 7 years ago
- 4482e05 cpu: make cpu_generic_init() abort QEMU on error by Igor Mammedov · 7 years ago
- 8e36271 xtensa: replace cpu_xtensa_init() with cpu_generic_init() by Igor Mammedov · 8 years ago
- 98a99ce hw: Use new memory_region_init_{ram, rom, rom_device}() functions by Peter Maydell · 8 years ago
- 1cfe48c memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() by Peter Maydell · 8 years ago
- 8128b3e target/xtensa: support output to chardev console by Max Filippov · 8 years ago
- 199e19e Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into staging by Peter Maydell · 8 years ago
- bb0b6f3 hw/xtensa: sim: use g_string/g_new by Max Filippov · 8 years ago
- 8228e35 chardev: move headers to include/chardev by Marc-André Lureau · 8 years ago
- cf83f14 shutdown: Add source information to SHUTDOWN and RESET by Eric Blake · 8 years ago
- 0e80359 target/xtensa: xtfpga: load DTB only when FDT support is enabled by Max Filippov · 8 years ago
- b68755c target/xtensa: sim: instantiate local memories by Max Filippov · 8 years ago
- 59a71f7 target/xtensa: refactor CCOUNT/CCOMPARE by Max Filippov · 11 years ago
- b4948be char: remove init callback by Marc-André Lureau · 8 years ago
- f9a555e target-xtensa: xtfpga: fix FLASH interface width by Max Filippov · 9 years ago
- 2a6a407 Clean up ill-advised or unusual header guards by Markus Armbruster · 9 years ago
- c00dc67 replace muldiv64(a, b, c) by (uint64_t)a * b / c by Laurent Vivier · 9 years ago
- 33c1187 qemu-common: push cpu.h inclusion out of qemu-common.h by Paolo Bonzini · 9 years ago
- 4771d75 hw: explicitly include qemu-common.h and cpu.h by Paolo Bonzini · 9 years ago
- da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
- 0e6aac8 machine: Use type_init() to register machine classes by Eduardo Habkost · 9 years ago
- 7ef295e loader: Add data swap option to load-elf by Peter Crosthwaite · 9 years ago
- 09aae23 xtensa: Clean up includes by Peter Maydell · 9 years ago
- 68931a4 target-xtensa: xtfpga: attach FLASH to system IO by Max Filippov · 9 years ago
- 943cd38 xtensa: Remove ELF_MACHINE from cpu.h by Peter Crosthwaite · 10 years ago
- 8a661ae Revert use of DEFINE_MACHINE() for registrations of multiple machines by Andreas Färber · 9 years ago
- e264d29 Use DEFINE_MACHINE() to register all machines by Eduardo Habkost · 9 years ago