Age | Commit message (Expand) | Author | Files | Lines |
2022-10-31 | hw/mips/malta: Use bootloader helper to set BAR registers | Jiaxun Yang | 1 | -45/+40 |
2022-10-31 | hw/mips: Use bl_gen_kernel_jump to generate bootloaders | Jiaxun Yang | 1 | -31/+12 |
2022-10-31 | hw/mips/bootloader: Allow bl_gen_jump_kernel to optionally set register | Philippe Mathieu-Daudé | 3 | -10/+31 |
2022-10-31 | hw/mips/boston: Don't set link_up for xilinx-pcie | Jiaxun Yang | 1 | -5/+4 |
2022-10-31 | hw/isa/piix4: Move pci_ide_create_devs() call to board code | Bernhard Beschow | 1 | -4/+6 |
2022-10-31 | hw/mips/malta: Reuse dev variable | Bernhard Beschow | 1 | -3/+2 |
2022-10-31 | hw: Remove unused MAX_IDE_BUS define | BALATON Zoltan | 2 | -3/+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-10-27 | mips/malta: pass RNG seed via env var and re-randomize on reboot | Jason A. Donenfeld | 1 | -0/+27 |
2022-10-27 | mips/boston: re-randomize rng-seed on reboot | Jason A. Donenfeld | 1 | -0/+3 |
2022-08-08 | hw/mips/malta: turn off x86 specific features of PIIX4_PM | Igor Mammedov | 1 | -0/+9 |
2022-07-22 | hw/mips: boston: pass random seed to fdt | Jason A. Donenfeld | 1 | -0/+5 |
2022-07-18 | pckbd: remove legacy i8042_mm_init() function | Mark Cave-Ayland | 1 | -3/+10 |
2022-06-26 | pckbd: move mapping of I8042_MMIO registers to MIPS magnum machine | Mark Cave-Ayland | 1 | -4/+7 |
2022-06-11 | hw/mips/boston: Initialize g_autofree pointers | Bernhard Beschow | 1 | -1/+2 |
2022-06-11 | hw/isa/piix4: Inline and remove piix4_create() | Bernhard Beschow | 1 | -1/+4 |
2022-06-11 | hw/isa/piix4: QOM'ify PIIX4 PM creation | Bernhard Beschow | 1 | -1/+4 |
2022-06-11 | hw/isa/piix4: Factor out ISABus retrieval from piix4_create() | Bernhard Beschow | 1 | -1/+2 |
2022-06-11 | hw/block/fdc-sysbus: Always mark sysbus floppy controllers as not having DMA | Peter Maydell | 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 | 5 | -5/+0 |
2022-04-06 | Replace TARGET_WORDS_BIGENDIAN | Marc-André Lureau | 4 | -17/+17 |
2022-03-22 | Replace GCC_FMT_ATTR with G_GNUC_PRINTF | Marc-André Lureau | 2 | -2/+2 |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster | 1 | -1/+1 |
2022-03-08 | hw/mips/gt64xxx_pci: Resolve gt64120_register() | Bernhard Beschow | 2 | -18/+6 |
2022-03-08 | malta: Move PCI interrupt handling from gt64xxx_pci to piix4 | Bernhard Beschow | 2 | -60/+6 |
2022-03-08 | hw/mips/gt64xxx_pci: Fix PCI IRQ levels to be preserved during migration | Bernhard Beschow | 1 | -5/+2 |
2022-01-13 | hw/mips/jazz: Inline vga_mmio_init() and remove it | Philippe Mathieu-Daudé | 1 | -1/+8 |
2022-01-13 | hw/display: Rename VGA_ISA_MM -> VGA_MMIO | Philippe Mathieu-Daudé | 2 | -2/+2 |
2021-12-06 | hw/mips/boston: Fix load_elf() error detection | Jiaxun Yang | 1 | -2/+3 |
2021-12-06 | hw/mips/bootloader: Fix write_ulong() | Jiaxun Yang | 1 | -1/+5 |
2021-10-18 | hw/mips/boston: Add FDT generator | Jiaxun Yang | 1 | -9/+236 |
2021-10-18 | hw/mips/boston: Allow loading elf kernel and dtb | Jiaxun Yang | 1 | -4/+32 |
2021-10-18 | hw/mips/boston: Massage memory map information | Jiaxun Yang | 1 | -28/+80 |
2021-08-26 | arch_init.h: Don't include arch_init.h unnecessarily | Peter Maydell | 2 | -2/+0 |
2021-07-20 | hw/mips: Express dependencies of the Boston machine with Kconfig | Philippe Mathieu-Daudé | 1 | -0/+5 |
2021-07-20 | hw/mips: Add dependency MIPS_CPS -> MIPS_ITU | Philippe Mathieu-Daudé | 1 | -0/+1 |
2021-07-02 | hw/mips/jazz: Map the UART devices unconditionally | Philippe Mathieu-Daudé | 1 | -10/+6 |
2021-07-02 | hw/mips/jazz: specify correct endian for dp8393x device | Mark Cave-Ayland | 1 | -1/+8 |
2021-07-02 | hw/mips/jazz: move PROM and checksum calculation from dp8393x device to board | Mark Cave-Ayland | 1 | -1/+22 |
2021-06-25 | hw/block/fdc: Extract SysBus floppy controllers to fdc-sysbus.c | Philippe Mathieu-Daudé | 1 | -1/+1 |
2021-05-26 | target/mips: Fold jazz behaviour into mips_cpu_do_transaction_failed | Richard Henderson | 1 | -32/+3 |
2021-05-05 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul... | Peter Maydell | 8 | -15/+0 |