| Commit message (Expand) | Author | Age | Files | Lines |
* | hw/mips/fuloong2e: Inline vt82c686b_southbridge_init() and remove it | Bernhard Beschow | 2022-10-31 | 1 | -18/+10 |
* | hw/isa/vt82c686: Instantiate AC97 and MC97 functions in host device | Bernhard Beschow | 2022-10-31 | 1 | -4/+0 |
* | hw/isa/vt82c686: Instantiate PM function in host device | Bernhard Beschow | 2022-10-31 | 1 | -1/+1 |
* | hw/isa/vt82c686: Instantiate USB functions in host device | Bernhard Beschow | 2022-10-31 | 1 | -3/+0 |
* | hw/isa/vt82c686: Introduce TYPE_VT82C686B_USB_UHCI define | Bernhard Beschow | 2022-10-31 | 1 | -2/+2 |
* | hw/isa/vt82c686: Instantiate IDE function in host device | Bernhard Beschow | 2022-10-31 | 1 | -4/+4 |
* | hw/isa/vt82c686: Introduce TYPE_VIA_IDE define | Bernhard Beschow | 2022-10-31 | 1 | -1/+1 |
* | mips/malta: pass RNG seed via env var and re-randomize on reboot | Jason A. Donenfeld | 2022-10-27 | 1 | -0/+27 |
* | mips/boston: re-randomize rng-seed on reboot | Jason A. Donenfeld | 2022-10-27 | 1 | -0/+3 |
* | hw/mips/malta: turn off x86 specific features of PIIX4_PM | Igor Mammedov | 2022-08-08 | 1 | -0/+9 |
* | hw/mips: boston: pass random seed to fdt | Jason A. Donenfeld | 2022-07-22 | 1 | -0/+5 |
* | pckbd: remove legacy i8042_mm_init() function | Mark Cave-Ayland | 2022-07-18 | 1 | -3/+10 |
* | pckbd: move mapping of I8042_MMIO registers to MIPS magnum machine | Mark Cave-Ayland | 2022-06-26 | 1 | -4/+7 |
* | hw/mips/boston: Initialize g_autofree pointers | Bernhard Beschow | 2022-06-11 | 1 | -1/+2 |
* | 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 |
* | hw/block/fdc-sysbus: Always mark sysbus floppy controllers as not having DMA | Peter Maydell | 2022-06-11 | 1 | -1/+1 |
* | Warn user if the vga flag is passed but no vga device is created | Gautam Agrawal | 2022-05-09 | 1 | -0/+1 |
* | Remove qemu-common.h include from most units | Marc-André Lureau | 2022-04-06 | 5 | -5/+0 |
* | Replace TARGET_WORDS_BIGENDIAN | Marc-André Lureau | 2022-04-06 | 4 | -17/+17 |
* | Replace GCC_FMT_ATTR with G_GNUC_PRINTF | Marc-André Lureau | 2022-03-22 | 2 | -2/+2 |
* | Use g_new() & friends where that makes obvious sense | Markus Armbruster | 2022-03-21 | 1 | -1/+1 |
* | hw/mips/gt64xxx_pci: Resolve gt64120_register() | Bernhard Beschow | 2022-03-08 | 2 | -18/+6 |
* | malta: Move PCI interrupt handling from gt64xxx_pci to piix4 | Bernhard Beschow | 2022-03-08 | 2 | -60/+6 |
* | hw/mips/gt64xxx_pci: Fix PCI IRQ levels to be preserved during migration | Bernhard Beschow | 2022-03-08 | 1 | -5/+2 |
* | hw/mips/jazz: Inline vga_mmio_init() and remove it | Philippe Mathieu-Daudé | 2022-01-13 | 1 | -1/+8 |
* | hw/display: Rename VGA_ISA_MM -> VGA_MMIO | Philippe Mathieu-Daudé | 2022-01-13 | 2 | -2/+2 |
* | hw/mips/boston: Fix load_elf() error detection | Jiaxun Yang | 2021-12-06 | 1 | -2/+3 |
* | hw/mips/bootloader: Fix write_ulong() | Jiaxun Yang | 2021-12-06 | 1 | -1/+5 |
* | hw/mips/boston: Add FDT generator | Jiaxun Yang | 2021-10-18 | 1 | -9/+236 |
* | hw/mips/boston: Allow loading elf kernel and dtb | Jiaxun Yang | 2021-10-18 | 1 | -4/+32 |
* | hw/mips/boston: Massage memory map information | Jiaxun Yang | 2021-10-18 | 1 | -28/+80 |
* | arch_init.h: Don't include arch_init.h unnecessarily | Peter Maydell | 2021-08-26 | 2 | -2/+0 |
* | hw/mips: Express dependencies of the Boston machine with Kconfig | Philippe Mathieu-Daudé | 2021-07-20 | 1 | -0/+5 |
* | hw/mips: Add dependency MIPS_CPS -> MIPS_ITU | Philippe Mathieu-Daudé | 2021-07-20 | 1 | -0/+1 |
* | hw/mips/jazz: Map the UART devices unconditionally | Philippe Mathieu-Daudé | 2021-07-02 | 1 | -10/+6 |
* | hw/mips/jazz: specify correct endian for dp8393x device | Mark Cave-Ayland | 2021-07-02 | 1 | -1/+8 |
* | hw/mips/jazz: move PROM and checksum calculation from dp8393x device to board | Mark Cave-Ayland | 2021-07-02 | 1 | -1/+22 |
* | hw/block/fdc: Extract SysBus floppy controllers to fdc-sysbus.c | Philippe Mathieu-Daudé | 2021-06-25 | 1 | -1/+1 |
* | target/mips: Fold jazz behaviour into mips_cpu_do_transaction_failed | Richard Henderson | 2021-05-27 | 1 | -32/+3 |
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul... | Peter Maydell | 2021-05-05 | 8 | -15/+0 |
|\ |
|
| * | Do not include exec/address-spaces.h if it's not really necessary | Thomas Huth | 2021-05-02 | 7 | -7/+0 |
| * | Do not include cpu.h if it's not really necessary | Thomas Huth | 2021-05-02 | 4 | -4/+0 |
| * | Do not include hw/boards.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 |
| * | hw: Do not include qemu/log.h if it is not necessary | Thomas Huth | 2021-05-02 | 2 | -2/+0 |
* | | hw/mips: Restrict non-virtualized machines to TCG | Philippe Mathieu-Daudé | 2021-05-02 | 1 | -3/+6 |
|/ |
|
* | hw/mips/gt64xxx: Trace accesses to ISD registers | Philippe Mathieu-Daudé | 2021-03-13 | 2 | -0/+4 |
* | hw/mips/gt64xxx: Rename trace events related to interrupt registers | Philippe Mathieu-Daudé | 2021-03-13 | 2 | -10/+10 |