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
/
arm
/
mainstone.c
Age
Commit message (
Expand
)
Author
2020-03-05
hw/arm/mainstone: Simplify since the machines are little-endian only
Philippe Mathieu-Daudé
2020-02-21
mainstone: Make providing flash images non-mandatory
Guenter Roeck
2019-09-03
hw/arm: simplify arm_load_dtb
Tao Xu
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-05-23
arm: Rename hw/arm/arm.h to hw/arm/boot.h
Peter Maydell
2019-04-29
hw/devices: Move SMSC 91C111 declaration into a new header
Philippe Mathieu-Daudé
2019-03-11
pflash: Clean up after commit 368a354f02b, part 2
Markus Armbruster
2019-03-11
pflash: Clean up after commit 368a354f02b, part 1
Markus Armbruster
2018-06-01
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Philippe Mathieu-Daudé
2018-02-06
hw/arm: Replace fprintf(stderr, "*\n" with error_report()
Alistair Francis
2017-09-19
arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directly
Igor Mammedov
2017-09-07
hw/arm: Set ignore_memory_transaction_failures for most ARM boards
Peter Maydell
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
2016-10-04
mainstone: Add mapping for dot, slash and backspace.
Vijay Kumar B
2016-10-04
mainstone: Fix incorrect key mapping for Enter key.
Vijay Kumar B
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-01-18
hw/arm: Clean up includes
Peter Maydell
2015-09-19
Use DEFINE_MACHINE() to register all machines
Eduardo Habkost
2015-09-18
Fix bad error handling after memory_region_init_ram()
Markus Armbruster
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-10-20
block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()
Markus Armbruster
2014-09-09
memory: add parameter errp to memory_region_init_ram
Hu Tao
2014-05-28
machine: Conversion of QEMUMachineInitArgs to MachineState
Marcel Apfelbaum
2014-01-01
mainstone: Fix duplicate array values for key 'space'
Stefan Weil
2014-01-01
pxa27x: Add 'const' attribute to keyboard maps
Stefan Weil
2013-11-05
mainstone: Don't enforce use of -pflash for qtest
Andreas Färber
2013-08-28
hw: Clean up bogus default boot order
Markus Armbruster
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-04-15
arm: fix location of some include files
Peter Maydell
2013-04-08
hw: move headers to include/
Paolo Bonzini
2013-03-01
hw: move boards and other isolated files to hw/ARCH
Paolo Bonzini