aboutsummaryrefslogtreecommitdiff
path: root/hw/mips
AgeCommit message (Expand)AuthorFilesLines
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic4-4/+5
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-10Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-2/+2
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé2-2/+2
2020-01-07mips/cps: fix setting saar propertyMarc-André Lureau1-1/+1
2020-01-07dp8393x: replace PROP_PTR with PROP_LINKMarc-André Lureau1-1/+2
2020-01-07mips: use sysbus_mmio_get_region() instead of internal fieldsMarc-André Lureau1-1/+2
2020-01-07mips: use sysbus_add_io()Marc-André Lureau1-2/+1
2020-01-07mips: baudbase is 115200 by defaultMarc-André Lureau1-1/+0
2020-01-07mips: inline serial_init()Marc-André Lureau1-3/+12
2020-01-07serial: start making SerialMM a sysbus deviceMarc-André Lureau2-2/+2
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini4-4/+4
2019-12-16hw/mips: Deprecate the r4k machinePhilippe Mathieu-Daudé1-0/+1
2019-12-16mips: r4000: Renovate coding styleFilip Bozuta1-21/+34
2019-12-16mips: malta: Renovate coding styleFilip Bozuta1-85/+87
2019-12-16mips: jazz: Renovate coding styleFilip Bozuta1-13/+19
2019-11-19hw/mips/gt64xxx: Remove dynamic field width from trace eventsPhilippe Mathieu-Daudé2-10/+10
2019-11-05hw/pci-host/piix: Define and use the PIIX IRQ Route Control RegistersPhilippe Mathieu-Daudé1-2/+2
2019-11-05hw/isa/piix4: Move piix4_create() to hw/isa/piix4.cPhilippe Mathieu-Daudé2-28/+1
2019-11-05hw/mips/mips_malta: Extract the PIIX4 creation code as piix4_create()Philippe Mathieu-Daudé1-18/+29
2019-11-05hw/mips/mips_malta: Create IDE hard drive array dynamicallyPhilippe Mathieu-Daudé1-2/+5
2019-11-05piix4: Add a MC146818 RTC Controller as specified in datasheetPhilippe Mathieu-Daudé1-3/+1
2019-11-05piix4: Add an i8254 PIT Controller as specified in datasheetHervé Poussineau1-4/+0
2019-11-05piix4: Add an i8257 DMA Controller as specified in datasheetHervé Poussineau1-2/+0
2019-11-05piix4: Rename PIIX4 object to piix4-isaHervé Poussineau1-1/+1
2019-11-05piix4: Add an i8259 Interrupt Controller as specified in datasheetHervé Poussineau1-19/+13
2019-10-24hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé4-4/+4
2019-10-04mips: fix memory leaks in board initializationPaolo Bonzini2-0/+3
2019-10-04hw/isa: Introduce a CONFIG_ISA_SUPERIO switch for isa-superio.cThomas Huth1-0/+1
2019-09-12hw/mips/mips_jazz: Remove no-longer-necessary override of do_unassigned_accessPeter Maydell1-23/+4
2019-09-12hw/mips/mips_jazz: Override do_transaction_failed hookPeter Maydell1-8/+46
2019-08-19target/mips: Style improvements in mips_mipssim.cAleksandar Markovic1-7/+12
2019-08-19target/mips: Style improvements in mips_malta.cAleksandar Markovic1-88/+128
2019-08-19target/mips: Style improvements in mips_int.cAleksandar Markovic1-1/+2
2019-08-19target/mips: Style improvements in mips_fulong2e.cAleksandar Markovic1-38/+58
2019-08-19target/mips: Style improvements in cps.cAleksandar Markovic1-2/+4
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster3-0/+3
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster2-0/+2
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster9-9/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster3-0/+3
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster6-0/+8
2019-07-05hw: Replace global smp variables with MachineState for all remaining archsLike Xu2-1/+3
2019-07-05machine: Refactor smp-related call chains to pass MachineStateLike Xu1-11/+11
2019-07-02hw/mips: Express dependencies of the r4k platform with KconfigPhilippe Mathieu-Daudé1-0/+10
2019-07-02hw/mips: Express dependencies of the Jazz machine with KconfigPhilippe Mathieu-Daudé1-0/+17
2019-07-02hw/mips: Express dependencies of the MIPSsim machine with KconfigPhilippe Mathieu-Daudé1-0/+3
2019-06-26hw/mips/gt64xxx_pci: Align the pci0-mem sizePhilippe Mathieu-Daudé1-1/+2
2019-06-26hw/mips/gt64xxx_pci: Convert debug printf()s to trace eventsPhilippe Mathieu-Daudé2-19/+14
2019-06-26hw/mips/gt64xxx_pci: Use qemu_log_mask() instead of debug printf()Philippe Mathieu-Daudé1-11/+37