summaryrefslogtreecommitdiff
path: root/hw/mips
AgeCommit message (Expand)Author
2020-05-26hw/mips/mips_int: De-duplicate KVM interrupt deliveryPhilippe Mathieu-Daudé
2020-05-26hw/mips/malta: Add some logging for bad register offset casesAleksandar Markovic
2020-05-26hw/mips: Rename malta/mipssim/r4k/jazz filesAleksandar Markovic
2020-05-26hw/mips/fuloong2e: Fix typo in Fuloong machine namePhilippe Mathieu-Daudé
2020-05-26hw/mips/fuloong2e: Move code and update a commentPhilippe Mathieu-Daudé
2020-05-26hw/pci-host: Use CONFIG_PCI_BONITO to select the Bonito North BridgePhilippe Mathieu-Daudé
2020-05-26hw/mips/mips_fulong2e: Remove unused 'audio/audio.h' includePhilippe Mathieu-Daudé
2020-04-29smbus: Fix spd_data_generate() error API violationMarkus Armbruster
2020-03-17hw/ide: Remove unneeded inclusion of hw/ide.hBALATON Zoltan
2020-03-17hw/ide: Move MAX_IDE_DEVS define to hw/ide/internal.hBALATON Zoltan
2020-03-17hw/ide: Do ide_drive_get() within pci_ide_create_devs()BALATON Zoltan
2020-03-16ide/via: Get rid of via_ide_init()BALATON Zoltan
2020-02-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé
2020-02-27hw/mips: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé
2020-02-27hw/mips/mips_int: Simplify cpu_mips_irq_init_cpu()Philippe Mathieu-Daudé
2020-02-19mips/mips_r4k: use memdev for RAMIgor Mammedov
2020-02-19mips/mips_mipssim: use memdev for RAMIgor Mammedov
2020-02-19mips/mips_malta: use memdev for RAMIgor Mammedov
2020-02-19mips/mips_jazz: add max ram size checkIgor Mammedov
2020-02-19mips/mips_jazz: use memdev for RAMIgor Mammedov
2020-02-19mips/mips_fulong2e: use memdev for RAMIgor Mammedov
2020-02-19mips/mips_fulong2e: drop RAM size fixupIgor Mammedov
2020-02-19mips/boston: use memdev for RAMIgor Mammedov
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-10Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé
2020-01-07mips/cps: fix setting saar propertyMarc-André Lureau
2020-01-07dp8393x: replace PROP_PTR with PROP_LINKMarc-André Lureau
2020-01-07mips: use sysbus_mmio_get_region() instead of internal fieldsMarc-André Lureau
2020-01-07mips: use sysbus_add_io()Marc-André Lureau
2020-01-07mips: baudbase is 115200 by defaultMarc-André Lureau
2020-01-07mips: inline serial_init()Marc-André Lureau
2020-01-07serial: start making SerialMM a sysbus deviceMarc-André Lureau
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini
2019-12-16hw/mips: Deprecate the r4k machinePhilippe Mathieu-Daudé
2019-12-16mips: r4000: Renovate coding styleFilip Bozuta
2019-12-16mips: malta: Renovate coding styleFilip Bozuta
2019-12-16mips: jazz: Renovate coding styleFilip Bozuta
2019-11-19hw/mips/gt64xxx: Remove dynamic field width from trace eventsPhilippe Mathieu-Daudé
2019-11-05hw/pci-host/piix: Define and use the PIIX IRQ Route Control RegistersPhilippe Mathieu-Daudé
2019-11-05hw/isa/piix4: Move piix4_create() to hw/isa/piix4.cPhilippe Mathieu-Daudé
2019-11-05hw/mips/mips_malta: Extract the PIIX4 creation code as piix4_create()Philippe Mathieu-Daudé
2019-11-05hw/mips/mips_malta: Create IDE hard drive array dynamicallyPhilippe Mathieu-Daudé
2019-11-05piix4: Add a MC146818 RTC Controller as specified in datasheetPhilippe Mathieu-Daudé
2019-11-05piix4: Add an i8254 PIT Controller as specified in datasheetHervé Poussineau
2019-11-05piix4: Add an i8257 DMA Controller as specified in datasheetHervé Poussineau
2019-11-05piix4: Rename PIIX4 object to piix4-isaHervé Poussineau
2019-11-05piix4: Add an i8259 Interrupt Controller as specified in datasheetHervé Poussineau
2019-10-24hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé