index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
mips
Age
Commit message (
Expand
)
Author
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
2022-03-22
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-08
hw/mips/gt64xxx_pci: Resolve gt64120_register()
Bernhard Beschow
2022-03-08
malta: Move PCI interrupt handling from gt64xxx_pci to piix4
Bernhard Beschow
2022-03-08
hw/mips/gt64xxx_pci: Fix PCI IRQ levels to be preserved during migration
Bernhard Beschow
2022-01-13
hw/mips/jazz: Inline vga_mmio_init() and remove it
Philippe Mathieu-Daudé
2022-01-13
hw/display: Rename VGA_ISA_MM -> VGA_MMIO
Philippe Mathieu-Daudé
2021-12-06
hw/mips/boston: Fix load_elf() error detection
Jiaxun Yang
2021-12-06
hw/mips/bootloader: Fix write_ulong()
Jiaxun Yang
2021-10-18
hw/mips/boston: Add FDT generator
Jiaxun Yang
2021-10-18
hw/mips/boston: Allow loading elf kernel and dtb
Jiaxun Yang
2021-10-18
hw/mips/boston: Massage memory map information
Jiaxun Yang
2021-08-26
arch_init.h: Don't include arch_init.h unnecessarily
Peter Maydell
2021-07-20
hw/mips: Express dependencies of the Boston machine with Kconfig
Philippe Mathieu-Daudé
2021-07-20
hw/mips: Add dependency MIPS_CPS -> MIPS_ITU
Philippe Mathieu-Daudé
2021-07-02
hw/mips/jazz: Map the UART devices unconditionally
Philippe Mathieu-Daudé
2021-07-02
hw/mips/jazz: specify correct endian for dp8393x device
Mark Cave-Ayland
2021-07-02
hw/mips/jazz: move PROM and checksum calculation from dp8393x device to board
Mark Cave-Ayland
2021-06-25
hw/block/fdc: Extract SysBus floppy controllers to fdc-sysbus.c
Philippe Mathieu-Daudé
2021-05-26
target/mips: Fold jazz behaviour into mips_cpu_do_transaction_failed
Richard Henderson
2021-05-05
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...
Peter Maydell
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
Do not include hw/boards.h if it's not really necessary
Thomas Huth
2021-05-02
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
2021-05-02
hw: Do not include qemu/log.h if it is not necessary
Thomas Huth
2021-05-02
hw/mips: Restrict non-virtualized machines to TCG
Philippe Mathieu-Daudé
2021-03-13
hw/mips/gt64xxx: Trace accesses to ISD registers
Philippe Mathieu-Daudé
2021-03-13
hw/mips/gt64xxx: Rename trace events related to interrupt registers
Philippe Mathieu-Daudé
2021-03-13
hw/mips/gt64xxx: Fix typos in qemu_log_mask() formats
Philippe Mathieu-Daudé
2021-03-13
hw/mips/gt64xxx: Simplify ISD MemoryRegion read/write handlers
Philippe Mathieu-Daudé
2021-03-13
hw/mips/gt64xxx: Initialize ISD I/O memory region in DeviceRealize()
Philippe Mathieu-Daudé
2021-03-11
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-docs-xen-upda...
Peter Maydell
2021-03-10
semihosting: Move include/hw/semihosting/ -> include/semihosting/
Philippe Mathieu-Daudé
2021-03-10
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210310'...
Peter Maydell
2021-03-08
clock: Add ClockEvent parameter to callbacks
Peter Maydell
2021-03-07
esp: rename existing ESP QOM type to SYSBUS_ESP
Mark Cave-Ayland
2021-02-21
vt82c686: Move creation of ISA devices to the ISA bridge
BALATON Zoltan
2021-02-21
vt82c686: Fix SMBus IO base and configuration registers
BALATON Zoltan
2021-02-21
hw/mips/boston: Use bootloader helper to set GCRs
Jiaxun Yang
2021-02-21
hw/mips/boston: Use bl_gen_kernel_jump to generate bootloaders
Jiaxun Yang
2021-02-21
hw/mips/fuloong2e: Use bl_gen_kernel_jump to generate bootloaders
Jiaxun Yang
2021-02-21
hw/mips: Add a bootloader helper
Jiaxun Yang
2021-02-21
hw/mips: loongson3: Drop 'struct MemmapEntry'
Bin Meng
2021-02-05
cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
Claudio Fontana
2021-02-05
cpu: move cc->transaction_failed to tcg_ops
Claudio Fontana
2021-01-14
docs/system: Remove deprecated 'fulong2e' machine alias
Philippe Mathieu-Daudé
2021-01-14
hw/mips/boston: Check 64-bit support with cpu_type_is_64bit()
Philippe Mathieu-Daudé
[next]