index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xtensa
/
xtfpga.c
Age
Commit message (
Expand
)
Author
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-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-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include migration/vmstate.h 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-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-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: rearrange access to external interrupts
Max Filippov
2019-01-24
hw/xtensa: xtfpga: use core frequency
Max Filippov
2019-01-24
hw/xtensa: xtfpga: fix bootloader placement in SMP
Max Filippov
2018-11-21
target/xtensa: xtfpga: provide default memory sizes
Max Filippov
2018-07-02
hw/xtensa: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2018-06-01
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Philippe Mathieu-Daudé
2018-04-26
Change references to serial_hds[] to serial_hd()
Peter Maydell
2018-04-26
hw/xtensa/xtfpga.c: Don't create "null" chardevs for serial devices
Peter Maydell
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-01-22
target/xtensa: allow different default CPU for MMU/noMMU
Max Filippov
2018-01-11
hw/xtensa/xtfpga: support noMMU cores
Max Filippov
2018-01-11
hw/xtensa/xtfpga: extract flash configuration
Max Filippov
2018-01-11
hw/xtensa: extract xtensa_create_memory_regions
Max Filippov
2018-01-11
hw/xtensa/xtfpga: clean up function/structure names
Max Filippov
2018-01-11
hw/xtensa/xtfpga: rewrite mini bootloader
Max Filippov
2017-10-27
xtensa: lx60/lx200/ml605/kc705: use generic cpu_model parsing
Igor Mammedov
2017-09-19
cpu: make cpu_generic_init() abort QEMU on error
Igor Mammedov
2017-09-01
xtensa: replace cpu_xtensa_init() with cpu_generic_init()
Igor Mammedov
2017-07-14
hw: Use new memory_region_init_{ram, rom, rom_device}() functions
Peter Maydell
2017-07-14
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
2017-06-02
chardev: move headers to include/chardev
Marc-André Lureau
2017-05-23
shutdown: Add source information to SHUTDOWN and RESET
Eric Blake
2017-03-11
target/xtensa: xtfpga: load DTB only when FDT support is enabled
Max Filippov
2016-10-24
char: remove init callback
Marc-André Lureau
2016-07-14
target-xtensa: xtfpga: fix FLASH interface width
Max Filippov
2016-03-22
hw: explicitly include qemu-common.h and cpu.h
Paolo Bonzini
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-16
machine: Use type_init() to register machine classes
Eduardo Habkost
2016-03-04
loader: Add data swap option to load-elf
Peter Crosthwaite
2016-01-29
xtensa: Clean up includes
Peter Maydell
2015-10-21
target-xtensa: xtfpga: attach FLASH to system IO
Max Filippov
2015-09-25
xtensa: Remove ELF_MACHINE from cpu.h
Peter Crosthwaite
2015-09-19
Revert use of DEFINE_MACHINE() for registrations of multiple machines
Andreas Färber
[next]