aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2021-01-04hw/mips/fuloong2e: Remove define DEBUG_FULOONG2E_INITJiaxun Yang
2021-01-04hw/mips: Use address translation helper to handle ENVP_ADDRJiaxun Yang
2021-01-04hw/mips/malta: Use address translation helper to calculate bootloader_run_addrJiaxun Yang
2021-01-04hw/mips: Make bootloader addresses unsignedJiaxun Yang
2021-01-04hw/mips: Add Loongson-3 machine supportHuacai Chen
2021-01-04hw/mips: Add Loongson-3 boot parameter helpersHuacai Chen
2021-01-04hw/mips: Implement fw_cfg_arch_key_name()Huacai Chen
2021-01-04hw/intc: Rework Loongson LIOINTCHuacai Chen
2021-01-04clock: Define and use new clock_display_freq()Peter Maydell
2021-01-04vt82c686: Rename superio config related partsBALATON Zoltan
2021-01-04vt82c686: Use shorter name for local variable holding object stateBALATON Zoltan
2021-01-04vt82c686: Remove unneeded includes and definesBALATON Zoltan
2021-01-04vt82c686: Convert debug printf to trace pointsBALATON Zoltan
2021-01-04vt82c686: Remove legacy vt82c686b_pm_init() functionBALATON Zoltan
2021-01-04vt82c686: Remove legacy vt82c686b_isa_init() functionBALATON Zoltan
2021-01-04audio/via-ac97: Simplify code and set user_creatable to falseBALATON Zoltan
2021-01-04vt82c686: Split off via-[am]c97 into separate file in hw/audioBALATON Zoltan
2021-01-04vt82c686: Remove vt82c686b_[am]c97_init() functionsBALATON Zoltan
2021-01-04vt82c686: Rename VT82C686B to VT82C686B_ISABALATON Zoltan
2021-01-04vt82c686: Remove unnecessary _DEVICE suffix from type macrosBALATON Zoltan
2021-01-04vt82c686: Rename AC97/MC97 parts from VT82C686B to VIABALATON Zoltan
2021-01-04hw/pci-host/bonito: Use pci_config_set_interrupt_pin()Philippe Mathieu-Daudé
2021-01-04hw/pci-host/bonito: Display hexadecimal value with '0x' prefixPhilippe Mathieu-Daudé
2021-01-04hw: Use the PCI_DEVFN() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé
2021-01-04hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé
2021-01-04hw/pci-host/uninorth: Use the PCI_FUNC() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé
2021-01-04hw/pci-host: Use the PCI_BUILD_BDF() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé
2021-01-01Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell
2021-01-01Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20201222' into...Peter Maydell
2021-01-01Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...Peter Maydell
2020-12-31Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2020-12-30Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-12-1...Peter Maydell
2020-12-21s390x/pci: Fix memory_region_access_valid callMatthew Rosato
2020-12-21s390x/pci: fix pcistb lengthMatthew Rosato
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster
2020-12-19hw/rdma: Replace QList by GQueueMarkus Armbruster
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake
2020-12-19rocker: Revamp fp_port_get_infoEric Blake
2020-12-18qdev: Avoid unnecessary DeviceState* variable at set_prop_arraylen()Eduardo Habkost
2020-12-18qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr()Eduardo Habkost
2020-12-18qdev: Move qdev_prop_tpm declaration to tpm_prop.hEduardo Habkost
2020-12-18qdev: Make qdev_class_add_property() more flexibleEduardo Habkost
2020-12-18qdev: Make PropertyInfo.create return ObjectProperty*Eduardo Habkost
2020-12-18qdev: Move dev->realized check to qdev_property_set()Eduardo Habkost
2020-12-18qdev: Wrap getters and setters in separate helpersEduardo Habkost
2020-12-18qdev: Add name argument to PropertyInfo.create methodEduardo Habkost
2020-12-18qdev: Add name parameter to qdev_class_add_property()Eduardo Habkost
2020-12-18qdev: Avoid using prop->name unnecessarilyEduardo Habkost
2020-12-18qdev: Get just property name at error_set_from_qdev_prop_error()Eduardo Habkost
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost