index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
mips
/
fuloong2e.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-13
hw/mips/bootloader: Handle buffers as opaque arrays
Philippe Mathieu-Daudé
1
-1
/
+1
2022-10-31
hw/mips/bootloader: Allow bl_gen_jump_kernel to optionally set register
Philippe Mathieu-Daudé
1
-2
/
+6
2022-10-31
hw: Remove unused MAX_IDE_BUS define
BALATON Zoltan
1
-1
/
+0
2022-10-31
hw/isa/vt82c686: Create rtc-time alias in boards instead
Bernhard Beschow
1
-0
/
+4
2022-10-31
hw/mips/fuloong2e: Inline vt82c686b_southbridge_init() and remove it
Bernhard Beschow
1
-18
/
+10
2022-10-31
hw/isa/vt82c686: Instantiate AC97 and MC97 functions in host device
Bernhard Beschow
1
-4
/
+0
2022-10-31
hw/isa/vt82c686: Instantiate PM function in host device
Bernhard Beschow
1
-1
/
+1
2022-10-31
hw/isa/vt82c686: Instantiate USB functions in host device
Bernhard Beschow
1
-3
/
+0
2022-10-31
hw/isa/vt82c686: Introduce TYPE_VT82C686B_USB_UHCI define
Bernhard Beschow
1
-2
/
+2
2022-10-31
hw/isa/vt82c686: Instantiate IDE function in host device
Bernhard Beschow
1
-4
/
+4
2022-10-31
hw/isa/vt82c686: Introduce TYPE_VIA_IDE define
Bernhard Beschow
1
-1
/
+1
2022-05-09
Warn user if the vga flag is passed but no vga device is created
Gautam Agrawal
1
-0
/
+1
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
1
-1
/
+0
2022-03-22
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
1
-1
/
+1
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-05-02
hw: Do not include qemu/log.h if it is not necessary
Thomas Huth
1
-1
/
+0
2021-02-21
vt82c686: Move creation of ISA devices to the ISA bridge
BALATON Zoltan
1
-24
/
+5
2021-02-21
vt82c686: Fix SMBus IO base and configuration registers
BALATON Zoltan
1
-3
/
+1
2021-02-21
hw/mips/fuloong2e: Use bl_gen_kernel_jump to generate bootloaders
Jiaxun Yang
1
-24
/
+3
2021-01-14
docs/system: Remove deprecated 'fulong2e' machine alias
Philippe Mathieu-Daudé
1
-1
/
+0
2021-01-04
hw/mips/fuloong2e: Correct cpuclock in PROM environment
Jiaxun Yang
1
-3
/
+3
2021-01-04
hw/mips/fuloong2e: Remove unused env entry
Jiaxun Yang
1
-1
/
+0
2021-01-04
hw/mips/fuloong2e: Replace faulty documentation links
Jiaxun Yang
1
-10
/
+3
2021-01-04
hw/mips/fuloong2e: Remove define DEBUG_FULOONG2E_INIT
Jiaxun Yang
1
-2
/
+0
2021-01-04
hw/mips: Use address translation helper to handle ENVP_ADDR
Jiaxun Yang
1
-12
/
+12
2021-01-04
hw/mips: Make bootloader addresses unsigned
Jiaxun Yang
1
-6
/
+6
2021-01-04
vt82c686: Remove legacy vt82c686b_pm_init() function
BALATON Zoltan
1
-1
/
+4
2021-01-04
vt82c686: Remove legacy vt82c686b_isa_init() function
BALATON Zoltan
1
-1
/
+3
2021-01-04
vt82c686: Remove vt82c686b_[am]c97_init() functions
BALATON Zoltan
1
-2
/
+2
2020-12-10
vl: extract softmmu/datadir.c
Paolo Bonzini
1
-0
/
+1
2020-12-10
mips: do not use ram_size global
Paolo Bonzini
1
-2
/
+2
2020-12-10
mips: remove bios_name
Paolo Bonzini
1
-3
/
+3
2020-10-17
hw/mips: Remove exit(1) in case of missing ROM
Pavel Dovgalyuk
1
-5
/
+3
2020-10-17
hw/mips: Simplify code using ROUND_UP(INITRD_PAGE_SIZE)
Philippe Mathieu-Daudé
1
-2
/
+1
2020-10-17
hw/mips/fuloong2e: Set CPU frequency to 533 MHz
Philippe Mathieu-Daudé
1
-1
/
+6
2020-09-25
load_elf: Remove unused address variables from callers
BALATON Zoltan
1
-4
/
+4
2020-09-09
hw/mips/fuloong2e: Convert pointless error message to an assert()
Philippe Mathieu-Daudé
1
-4
/
+1
2020-06-15
pci: Convert uses of pci_create() etc. with Coccinelle
Markus Armbruster
1
-2
/
+4
2020-06-01
hw/mips: fuloong2e: Set preferred page size to 16KB
Huacai Chen
1
-0
/
+1
2020-05-26
hw/mips/fuloong2e: Fix typo in Fuloong machine name
Philippe Mathieu-Daudé
1
-0
/
+397