Sign in
qemu
/
qemu
/
13d4ff07e8ce524ee0f7904b1f7d3a2fdb98b9c4
/
hw
/
lm32
/
milkymist.c
ce14710
pflash: Clean up after commit 368a354f02b, part 2
by Markus Armbruster
· 6 years ago
940d5b1
pflash: Clean up after commit 368a354f02b, part 1
by Markus Armbruster
· 6 years ago
04f3c00
hw: Remove unused 'hw/devices.h' include
by Philippe Mathieu-Daudé
· 6 years ago
4366e1d
elf: Add optional function ptr to load_elf() to parse ELF notes
by Liam Merwick
· 6 years ago
70cc0c1
hw/display/milkymist-tmu2: Move inlined code from header to source
by Philippe Mathieu-Daudé
· 6 years ago
40af11e
milkymist: Check for failure trying to load BIOS image
by Peter Maydell
· 6 years ago
fc0187c
hw/lm32: 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
0a094a5
hw/lm32: Replace fprintf(stderr, "*\n" with error_report()
by Alistair Francis
· 7 years ago
201c160
lm32: milkymist: 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
1d19741
lm32: replace cpu_lm32_init() with cpu_generic_init()
by Igor Mammedov
· 7 years ago
e269fbe
hw/char: QOM'ify milkymist-uart.c
by xiaoqiang zhao
· 9 years ago
c2ddaa6
hw/char: QOM'ify lm32_juart.c
by xiaoqiang zhao
· 9 years ago
cfc58cf
vl: Replace DT_NOGRAPHIC with machine option
by Eduardo Habkost
· 9 years ago
cf3dc71
milkymist: Move DT_NOGRAPHIC check outside milkymist_tmu2_create()
by Eduardo Habkost
· 9 years ago
f348b6d
util: move declarations out of qemu-common.h
by Veronia Bahaa
· 9 years ago
4771d75
hw: explicitly include qemu-common.h and cpu.h
by Paolo Bonzini
· 9 years ago
7ef295e
loader: Add data swap option to load-elf
by Peter Crosthwaite
· 9 years ago
ea99dde
lm32: Clean up includes
by Peter Maydell
· 9 years ago
22d2fb4
lm32: Remove ELF_MACHINE from cpu.h
by Peter Crosthwaite
· 10 years ago
e264d29
Use DEFINE_MACHINE() to register all machines
by Eduardo Habkost
· 9 years ago
a9c8a0d
hw/lm32/milkymist.c: Fix misusing qemu_allocate_irqs for single irq
by Shannon Zhao
· 10 years ago
b7ccb83
lm32: memory: Replace memory_region_init_ram with memory_region_allocate_system_memory
by Dirk Müller
· 10 years ago
c2c17a2
milkymist.c: fix memory leak
by Gonglei
· 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
3ef9622
machine: Conversion of QEMUMachineInitArgs to MachineState
by Marcel Apfelbaum
· 11 years ago
f41152b
hw/lm32: print error if cpu model is not found
by Michael Walle
· 11 years ago
c00eb5c
milkymist: Suppress -kernel/-bios/-drive error for qtest
by Andreas Färber
· 11 years ago
c165473
hw: Clean up bogus default boot order
by Markus Armbruster
· 11 years ago
2c9b15c
memory: add owner argument to initialization functions
by Paolo Bonzini
· 12 years ago
bd2be15
arm: fix location of some include files
by Peter Maydell
· 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
5301821
hw: move boards and other isolated files to hw/ARCH
by Paolo Bonzini
· 12 years ago
[Renamed from hw/milkymist.c]
83c9f4c
hw: include hw header files with full paths
by Paolo Bonzini
· 12 years ago
e4ada29
Make default boot order machine specific
by Avik Sil
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
022c62c
exec: move include files to include/exec/
by Paolo Bonzini
· 12 years ago
7fa22f2
net: do not include net.h everywhere
by Paolo Bonzini
· 12 years ago
a8170e5
Rename target_phys_addr_t to hwaddr
by Avi Kivity
· 12 years ago
5f072e1
create struct for machine initialization arguments
by Eduardo Habkost
· 12 years ago
f6932a8
milkymist: Store LM32 in ResetInfo
by Andreas Färber
· 13 years ago
1328cc0
milkymist: Use cpu_lm32_init() to obtain LM32CPU
by Andreas Färber
· 13 years ago
93a6740
lm32 hw/: Don't use CPUState
by Andreas Färber
· 13 years ago
1bba0dc
Rename cpu_reset() to cpu_state_reset()
by Andreas Färber
· 13 years ago
c5705a7
vmstate, memory: decouple vmstate from memory API
by Avi Kivity
· 13 years ago
779277c
milkymist: new interrupt map
by Michael Walle
· 13 years ago
fcfa339
milkymist_uart: support new core version
by Michael Walle
· 13 years ago
c50a6de
milkymist: convert to memory API
by Avi Kivity
· 13 years ago
cfe5f01
pflash_cfi01/pflash_cfi02: convert to memory API
by Avi Kivity
· 13 years ago
01e0451
Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"
by Anthony Liguori
· 13 years ago
2b90ca0
milkymist: convert to memory API
by Avi Kivity
· 13 years ago
c8a50e5
pflash_cfi01/pflash_cfi02: convert to memory API
by Avi Kivity
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 13 years ago
57aa265
lm32: add Milkymist Minimac2 support
by Michael Walle
· 14 years ago
5052d22
lm32: add support for the Milkymist board
by Michael Walle
· 14 years ago