index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
mips
/
malta.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/mips/malta: use pci_init_nic_devices()
David Woodhouse
2024-02-02
1
-12
/
+3
*
hw/mips: Inline 'bios.h' definitions
Philippe Mathieu-Daudé
2024-01-05
1
-1
/
+8
*
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
2023-10-23
1
-2
/
+3
|
\
|
*
hw/isa/piix: Reuse PIIX3 base class' realize method in PIIX4
Bernhard Beschow
2023-10-22
1
-2
/
+3
*
|
hw/mips: Merge 'hw/mips/cpudevs.h' with 'target/mips/cpu.h'
Philippe Mathieu-Daudé
2023-10-19
1
-1
/
+0
*
|
hw/mips/malta: Use sdram_type enum from 'hw/i2c/smbus_eeprom.h'
Philippe Mathieu-Daudé
2023-10-19
1
-1
/
+1
|
/
*
trivial: Simplify the spots that use TARGET_BIG_ENDIAN as a numeric value
Thomas Huth
2023-09-08
1
-17
/
+4
*
hw/mips: spelling fixes
Michael Tokarev
2023-08-31
1
-1
/
+1
*
hw/pci/pci: Remove multifunction parameter from pci_create_simple_multifuncti...
Bernhard Beschow
2023-07-10
1
-1
/
+1
*
hw/mips/malta: Fix the malta machine on big endian hosts
Thomas Huth
2023-06-05
1
-2
/
+2
*
hw/mips/malta: Fix minor dead code issue
Peter Maydell
2023-05-12
1
-4
/
+1
*
hw/mips: Declare all length properties as unsigned
Philippe Mathieu-Daudé
2023-03-08
1
-1
/
+1
*
hw/isa/piix4: Decouple INTx-to-LNKx routing which is board-specific
Bernhard Beschow
2023-01-13
1
-0
/
+27
*
mips: Remove support for trap and emulate KVM
Paolo Bonzini
2023-01-13
1
-39
/
+7
*
hw/mips/malta: Set PIIX4 IRQ routes in embedded bootloader
Philippe Mathieu-Daudé
2023-01-13
1
-0
/
+18
*
hw/mips/malta: Introduce PIIX4_PCI_DEVFN definition
Philippe Mathieu-Daudé
2023-01-13
1
-1
/
+3
*
hw/mips/malta: Merge common BL code as bl_setup_gt64120_jump_kernel()
Philippe Mathieu-Daudé
2023-01-13
1
-87
/
+44
*
hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (5/5)
Philippe Mathieu-Daudé
2023-01-13
1
-57
/
+11
*
hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (4/5)
Philippe Mathieu-Daudé
2023-01-13
1
-33
/
+7
*
hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (3/5)
Philippe Mathieu-Daudé
2023-01-13
1
-32
/
+8
*
hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (2/5)
Philippe Mathieu-Daudé
2023-01-13
1
-29
/
+6
*
hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (1/5)
Philippe Mathieu-Daudé
2023-01-13
1
-18
/
+14
*
hw/mips/bootloader: Handle buffers as opaque arrays
Philippe Mathieu-Daudé
2023-01-13
1
-8
/
+11
*
hw/mips/malta: Explicit GT64120 endianness upon device creation
Philippe Mathieu-Daudé
2023-01-13
1
-1
/
+3
*
hw/mips/gt64xxx_pci: Let the GT64120 manage the lower 512MiB hole
Philippe Mathieu-Daudé
2023-01-13
1
-7
/
+0
*
hw/mips/malta: Trace FPGA LEDs/ASCII display updates
Philippe Mathieu-Daudé
2023-01-13
1
-0
/
+3
*
hw/mips/malta: Split FPGA LEDs/ASCII display updates
Philippe Mathieu-Daudé
2023-01-13
1
-5
/
+8
*
hw/mips/malta: Use bootloader helper to set BAR registers
Jiaxun Yang
2022-10-31
1
-45
/
+40
*
hw/mips: Use bl_gen_kernel_jump to generate bootloaders
Jiaxun Yang
2022-10-31
1
-31
/
+12
*
hw/isa/piix4: Move pci_ide_create_devs() call to board code
Bernhard Beschow
2022-10-31
1
-4
/
+6
*
hw/mips/malta: Reuse dev variable
Bernhard Beschow
2022-10-31
1
-3
/
+2
*
hw: Remove unused MAX_IDE_BUS define
BALATON Zoltan
2022-10-31
1
-2
/
+0
*
mips/malta: pass RNG seed via env var and re-randomize on reboot
Jason A. Donenfeld
2022-10-27
1
-0
/
+27
*
hw/mips/malta: turn off x86 specific features of PIIX4_PM
Igor Mammedov
2022-08-08
1
-0
/
+9
*
hw/isa/piix4: Inline and remove piix4_create()
Bernhard Beschow
2022-06-11
1
-1
/
+4
*
hw/isa/piix4: QOM'ify PIIX4 PM creation
Bernhard Beschow
2022-06-11
1
-1
/
+4
*
hw/isa/piix4: Factor out ISABus retrieval from piix4_create()
Bernhard Beschow
2022-06-11
1
-1
/
+2
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
1
-1
/
+0
*
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
1
-12
/
+12
*
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
2022-03-22
1
-1
/
+1
*
hw/mips/gt64xxx_pci: Resolve gt64120_register()
Bernhard Beschow
2022-03-08
1
-1
/
+2
*
malta: Move PCI interrupt handling from gt64xxx_pci to piix4
Bernhard Beschow
2022-03-08
1
-5
/
+1
*
arch_init.h: Don't include arch_init.h unnecessarily
Peter Maydell
2021-08-26
1
-1
/
+0
*
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
semihosting: Move include/hw/semihosting/ -> include/semihosting/
Philippe Mathieu-Daudé
2021-03-10
1
-1
/
+1
*
hw/mips: Use address translation helper to handle ENVP_ADDR
Jiaxun Yang
2021-01-04
1
-31
/
+31
*
hw/mips/malta: Use address translation helper to calculate bootloader_run_addr
Jiaxun Yang
2021-01-04
1
-2
/
+2
*
hw/mips: Make bootloader addresses unsigned
Jiaxun Yang
2021-01-04
1
-11
/
+11
[next]