index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
nios2
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/nios2: set machine->fdt in nios2_load_dtb()
Daniel Henrique Barboza
2022-10-17
2
-2
/
+8
*
hw/nios2: virt: pass random seed to fdt
Jason A. Donenfeld
2022-07-22
1
-0
/
+5
*
hw/nios2: Machine with a Vectored Interrupt Controller
Amir Gonnen
2022-04-26
2
-9
/
+53
*
hw/nios2: Move memory regions into Nios2Machine
Richard Henderson
2022-04-26
1
-14
/
+16
*
hw/nios2: Introduce Nios2MachineState
Richard Henderson
2022-04-26
1
-2
/
+22
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
2
-2
/
+0
*
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
1
-1
/
+1
*
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
3
-3
/
+0
*
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
hw: Do not include hw/sysbus.h if it is not necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2020-12-15
1
-5
/
+4
|
\
|
*
vl: make qemu_get_machine_opts static
Paolo Bonzini
2020-12-15
1
-5
/
+4
*
|
target/nios2: Move nios2_check_interrupts() into target/nios2
Peter Maydell
2020-12-15
2
-37
/
+1
*
|
target/nios2: Move IIC code into CPU object proper
Peter Maydell
2020-12-15
2
-42
/
+2
|
/
*
vl: extract softmmu/datadir.c
Paolo Bonzini
2020-12-10
1
-0
/
+1
*
nios2: do not use ram_size global
Paolo Bonzini
2020-12-10
1
-4
/
+4
*
load_elf: Remove unused address variables from callers
BALATON Zoltan
2020-09-26
1
-2
/
+2
*
meson: convert hw/arch*
Marc-André Lureau
2020-08-21
2
-3
/
+6
*
hw/nios2: exit to main CPU loop only when unmasking interrupts
Wentong Wu
2020-07-13
1
-1
/
+2
*
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
1
-3
/
+3
*
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-06-15
1
-6
/
+6
*
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
1
-2
/
+1
*
hw: Make MachineClass::is_default a boolean type
Philippe Mathieu-Daudé
2020-02-28
1
-1
/
+1
*
hw/nios2:fix leak of fdevice tree blob
Chen Qun
2020-02-19
1
-0
/
+1
*
hw/core/loader: Let load_elf() populate a field with CPU-specific flags
Aleksandar Markovic
2020-01-29
1
-2
/
+2
*
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
3
-3
/
+0
*
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include sysemu/reset.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
2
-2
/
+0
*
target/nios2: Use env_cpu, env_archcpu
Richard Henderson
2019-06-10
1
-4
/
+1
*
Add generic Nios II board.
Sandra Loosemore
2019-04-29
4
-6
/
+122
*
nios2-softmmu.mak: express dependencies with Kconfig
Paolo Bonzini
2019-03-07
1
-0
/
+3
*
kconfig: introduce kconfig files
Paolo Bonzini
2019-03-07
1
-0
/
+5
*
hw/nios2/Makefile.objs: Conditionally build nios2
Yang Zhong
2019-02-05
1
-1
/
+2
*
elf: Add optional function ptr to load_elf() to parse ELF notes
Liam Merwick
2019-02-05
1
-3
/
+4
*
Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.
Nick Hudson
2019-01-07
1
-1
/
+1
*
hw/nios2: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2018-07-02
1
-3
/
+3
*
Change references to serial_hds[] to serial_hd()
Peter Maydell
2018-04-26
1
-1
/
+1
*
nios2: 10m50_devboard: replace cpu_model with cpu_type
Igor Mammedov
2018-03-19
1
-1
/
+1
*
Include qapi/error.h exactly where needed
Markus Armbruster
2018-02-09
1
-1
/
+0
*
nios2: remove duplicated includes (in code commented out)
Philippe Mathieu-Daudé
2017-12-18
1
-1
/
+0
*
nios2: replace cpu_nios2_init() with cpu_generic_init()
Igor Mammedov
2017-09-01
1
-1
/
+1
*
hw: Use new memory_region_init_{ram, rom, rom_device}() functions
Peter Maydell
2017-07-14
1
-4
/
+4
*
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
2017-07-14
1
-2
/
+2
*
Remove reduntant qemu: from error functions
Ishani Chugh
2017-05-07
1
-1
/
+1
*
nios2: iic: Convert CPU prop to qom link
Marek Vasut
2017-03-18
1
-1
/
+2
*
nios2: Add Altera 10M50 GHRD emulation
Marek Vasut
2017-01-24
5
-0
/
+431