aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2021-05-04hw/sparc/sun4m: Have sun4m machines inherit new TYPE_SUN4M_MACHINEPhilippe Mathieu-Daudé1-9/+21
2021-05-04Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20210503' int...Peter Maydell9-63/+768
2021-05-04usb/mtp: avoid dynamic stack allocationGerd Hoffmann1-1/+2
2021-05-04usb/redir: avoid dynamic stack allocation (CVE-2021-3527)Gerd Hoffmann1-3/+3
2021-05-04usb/hid: avoid dynamic stack allocationGerd Hoffmann2-2/+2
2021-05-04hw/usb: Do not build USB subsystem if not requiredPhilippe Mathieu-Daudé1-6/+3
2021-05-04hw/usb/host-stub: Remove unused headerPhilippe Mathieu-Daudé1-1/+0
2021-05-04hw/ppc/pnv_psi: Use device_cold_reset() instead of device_legacy_reset()Peter Maydell1-2/+2
2021-05-04hw/ppc/spapr_vio: Reset TCE table object with device_cold_reset()Peter Maydell1-1/+1
2021-05-04hw/intc/spapr_xive: Use device_cold_reset() instead of device_legacy_reset()Peter Maydell1-1/+1
2021-05-04target/ppc: Add POWER10 exception modelNicholas Piggin1-1/+6
2021-05-04target/ppc: rework AIL logic in interrupt deliveryNicholas Piggin1-1/+2
2021-05-04spapr_drc.c: handle hotunplug errors in drc_unisolate_logical()Daniel Henrique Barboza1-0/+23
2021-05-04spapr.c: do not use MachineClass::max_cpus to limit CPUsDaniel Henrique Barboza1-1/+10
2021-05-04ppc/spapr: Add support for implement support for H_SCM_HEALTHVaibhav Jain1-0/+36
2021-05-04spapr: Rename RTAS_MAX_ADDR to FDT_MAX_ADDRAlexey Kardashevskiy1-4/+4
2021-05-04hw/ppc: Add emulation of Genesi/bPlan Pegasos IIBALATON Zoltan3-0/+155
2021-05-04hw/pci-host: Add emulation of Marvell MV64361 PPC system controllerBALATON Zoltan5-0/+1881
2021-05-04vt82c686: Add emulation of VT8231 south bridgeBALATON Zoltan1-0/+84
2021-05-04vt82c686: Introduce abstract TYPE_VIA_ISA and base vt82c686b_isa on itBALATON Zoltan1-31/+39
2021-05-04vt82c686: Add VT8231_SUPERIO based on VIA_SUPERIOBALATON Zoltan1-0/+102
2021-05-04vt82c686: QOM-ify superio related functionalityBALATON Zoltan1-64/+132
2021-05-04hw/ppc/spapr_rtas: Update hflags after setting msrRichard Henderson1-0/+2
2021-05-04hw/ppc/pnv_core: Update hflags after setting msrRichard Henderson1-1/+2
2021-05-04hw/ppc/mac_newworld: Restrict RAM to 2 GiBPhilippe Mathieu-Daudé1-0/+4
2021-05-03hw/rx/rx-gdbsim: Do not accept invalid memory sizePhilippe Mathieu-Daudé1-0/+1
2021-05-02mc146818rtc: put it into the 'misc' categoryGan Qixin1-0/+1
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth114-114/+0
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth91-91/+0
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth31-32/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth40-40/+0
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth41-41/+0
2021-05-02hw: Do not include hw/irq.h if it is not necessaryThomas Huth12-12/+0
2021-05-02hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth27-27/+0
2021-05-02hw: Remove superfluous includes of hw/hw.hThomas Huth19-19/+0
2021-05-02hw/usb: Constify VMStateDescriptionPhilippe Mathieu-Daudé2-5/+5
2021-05-02hw/display/qxl: Constify VMStateDescriptionPhilippe Mathieu-Daudé1-4/+4
2021-05-02hw/arm: Constify VMStateDescriptionPhilippe Mathieu-Daudé7-10/+10
2021-05-02vmstate: Constify some VMStateDescriptionsKeqian Zhu1-1/+1
2021-05-02hw/pcmcia: Do not register PCMCIA type if not requiredPhilippe Mathieu-Daudé1-1/+1
2021-05-02hw/ide: Add Kconfig dependency MICRODRIVE -> PCMCIAPhilippe Mathieu-Daudé1-0/+1
2021-05-02hw/arm/pxa2xx: Declare PCMCIA bus with KconfigPhilippe Mathieu-Daudé1-0/+1
2021-05-02hw/mips: Restrict non-virtualized machines to TCGPhilippe Mathieu-Daudé1-3/+6
2021-05-02hw/isa/piix4: Use qdev_get_gpio_in_named() to get ISA IRQPhilippe Mathieu-Daudé1-2/+3
2021-05-01aspeed: Add support for the quanta-q7l1-bmc boardPatrick Venture1-0/+62
2021-05-01hw/block: m25p80: Add support for mt25ql02g and mt25qu02gCédric Le Goater1-0/+2
2021-05-01aspeed: Add support for the rainier-bmc boardCédric Le Goater1-0/+79
2021-05-01aspeed: Deprecate the swift-bmc machineCédric Le Goater1-0/+3
2021-05-01aspeed/smc: Add extra controls to request DMACédric Le Goater1-7/+67
2021-05-01aspeed/smc: Add a 'features' attribute to the object classCédric Le Goater1-19/+25