Sign in
qemu
/
qemu
/
e7a9f35321a048922233c90f32e91d033faac176
/
hw
/
xtensa
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
f8ed85a
Fix bad error handling after memory_region_init_ram()
by Markus Armbruster
· 9 years ago
ebbb419
xtensa: Remove superfluous '\n' around error_report()
by Gonglei
· 10 years ago
12004c9
target-xtensa: xtfpga: fix ml605 flash size
by Max Filippov
· 10 years ago
8bb3b57
hw/xtensa: allow reads/writes in the system I/O region
by Max Filippov
· 11 years ago
6d2e453
hw/xtensa/xtfpga: treat uImage load address as virtual
by Max Filippov
· 10 years ago
25bda50
hw/core/loader: implement address translation in uimage loader
by Max Filippov
· 10 years ago
c9e9521
target-xtensa: avoid duplicate timer interrupt delivery
by Max Filippov
· 10 years ago
4be7463
hw: Convert from BlockDriverState to BlockBackend, mostly
by Markus Armbruster
· 10 years ago
fa1d36d
block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()
by Markus Armbruster
· 10 years ago
4994653
memory: add parameter errp to memory_region_init_ram
by Hu Tao
· 10 years ago
f55b32e
hw/xtensa/xtfpga: implement initrd loading
by Max Filippov
· 11 years ago
996dfe9
hw/xtensa/xtfpga: implement DTB loading
by Max Filippov
· 11 years ago
364d480
hw/xtensa/xtfpga: implement uImage loading
by Max Filippov
· 12 years ago
b6edea8
hw/xtensa/xtfpga: add memory info to bootparam
by Max Filippov
· 11 years ago
a9a2859
hw/xtensa/xtfpga: refactor bootparameters filling
by Max Filippov
· 11 years ago
62dbaed
hw/xtensa/xtfpga: use symbolic constants for bootparam tags
by Max Filippov
· 11 years ago
37b259d
hw/xtensa/xtfpga: retrieve parameters from machine_opts
by Max Filippov
· 11 years ago
8488ab0
hw/xtensa: replace fprintfs with error_report
by Max Filippov
· 11 years ago
b707ab7
hw/xtensa: remove extraneous xtensa_ prefix from file names
by Max Filippov
· 11 years ago
37ed7c4
hw/xtensa/xtfpga: fix FLASH mapping to boot region for KC705
by Max Filippov
· 11 years ago
3ef9622
machine: Conversion of QEMUMachineInitArgs to MachineState
by Marcel Apfelbaum
· 11 years ago
e0db904
hw/xtensa: add support for ML605 and KC705 FPGA board
by Max Filippov
· 11 years ago
9889e04
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 11 years ago
c165473
hw: Clean up bogus default boot order
by Markus Armbruster
· 11 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 11 years ago
00b941e
cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook
by Andreas Färber
· 12 years ago
22fc860
hw/[u-x]*: pass owner to memory_region_init* functions
by Paolo Bonzini
· 12 years ago
2c9b15c
memory: add owner argument to initialization functions
by Paolo Bonzini
· 12 years ago
dccfcd0
sysemu: avoid proliferation of include/ subdirectories
by Paolo Bonzini
· 12 years ago
47b43a1
hw: move private headers to hw/ subdirectories.
by Paolo Bonzini
· 12 years ago
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
c3affe5
cpu: Pass CPUState to cpu_interrupt()
by Andreas Färber
· 12 years ago
d8ed887
exec: Pass CPUState to cpu_reset_interrupt()
by Andreas Färber
· 12 years ago
259186a
cpu: Move halted and interrupt_request fields to CPUState
by Andreas Färber
· 12 years ago
5301821
hw: move boards and other isolated files to hw/ARCH
by Paolo Bonzini
· 12 years ago
5e8861a
build: move obj-TARGET-y variables to nested Makefile.objs
by Paolo Bonzini
· 13 years ago