aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2021-01-04hw/mips/fuloong2e: Correct cpuclock in PROM environmentJiaxun Yang1-3/+3
2021-01-04hw/mips/fuloong2e: Remove unused env entryJiaxun Yang1-1/+0
2021-01-04hw/mips/fuloong2e: Replace faulty documentation linksJiaxun Yang1-10/+3
2021-01-04hw/mips/fuloong2e: Remove define DEBUG_FULOONG2E_INITJiaxun Yang1-2/+0
2021-01-04hw/mips: Use address translation helper to handle ENVP_ADDRJiaxun Yang2-43/+43
2021-01-04hw/mips/malta: Use address translation helper to calculate bootloader_run_addrJiaxun Yang1-2/+2
2021-01-04hw/mips: Make bootloader addresses unsignedJiaxun Yang3-21/+21
2021-01-04hw/mips: Add Loongson-3 machine supportHuacai Chen3-1/+651
2021-01-04hw/mips: Add Loongson-3 boot parameter helpersHuacai Chen3-0/+393
2021-01-04hw/mips: Implement fw_cfg_arch_key_name()Huacai Chen4-0/+58
2021-01-04hw/intc: Rework Loongson LIOINTCHuacai Chen1-20/+16
2021-01-04clock: Define and use new clock_display_freq()Peter Maydell1-0/+6
2021-01-04vt82c686: Rename superio config related partsBALATON Zoltan1-24/+24
2021-01-04vt82c686: Use shorter name for local variable holding object stateBALATON Zoltan1-15/+15
2021-01-04vt82c686: Remove unneeded includes and definesBALATON Zoltan1-5/+0
2021-01-04vt82c686: Convert debug printf to trace pointsBALATON Zoltan2-36/+21
2021-01-04vt82c686: Remove legacy vt82c686b_pm_init() functionBALATON Zoltan2-19/+4
2021-01-04vt82c686: Remove legacy vt82c686b_isa_init() functionBALATON Zoltan2-10/+3
2021-01-04audio/via-ac97: Simplify code and set user_creatable to falseBALATON Zoltan1-32/+19
2021-01-04vt82c686: Split off via-[am]c97 into separate file in hw/audioBALATON Zoltan3-91/+107
2021-01-04vt82c686: Remove vt82c686b_[am]c97_init() functionsBALATON Zoltan2-25/+6
2021-01-04vt82c686: Rename VT82C686B to VT82C686B_ISABALATON Zoltan1-10/+10
2021-01-04vt82c686: Remove unnecessary _DEVICE suffix from type macrosBALATON Zoltan1-25/+23
2021-01-04vt82c686: Rename AC97/MC97 parts from VT82C686B to VIABALATON Zoltan1-14/+14
2021-01-04hw/pci-host/bonito: Use pci_config_set_interrupt_pin()Philippe Mathieu-Daudé1-1/+2
2021-01-04hw/pci-host/bonito: Display hexadecimal value with '0x' prefixPhilippe Mathieu-Daudé1-2/+2
2021-01-04hw: Use the PCI_DEVFN() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé3-6/+5
2021-01-04hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé8-8/+8
2021-01-04hw/pci-host/uninorth: Use the PCI_FUNC() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé1-1/+1
2021-01-04hw/pci-host: Use the PCI_BUILD_BDF() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé2-3/+2
2021-01-01Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell76-282/+231
2021-01-01Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20201222' into...Peter Maydell1-6/+8
2021-01-01Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...Peter Maydell22-99/+73
2020-12-31Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-11/+1
2020-12-30Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-12-1...Peter Maydell3-30/+23
2020-12-21s390x/pci: Fix memory_region_access_valid callMatthew Rosato1-4/+6
2020-12-21s390x/pci: fix pcistb lengthMatthew Rosato1-2/+2
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster11-15/+16
2020-12-19hw/rdma: Replace QList by GQueueMarkus Armbruster4-26/+30
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake4-43/+15
2020-12-19rocker: Revamp fp_port_get_infoEric Blake3-15/+12
2020-12-18qdev: Avoid unnecessary DeviceState* variable at set_prop_arraylen()Eduardo Habkost1-3/+2
2020-12-18qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr()Eduardo Habkost6-63/+63
2020-12-18qdev: Move qdev_prop_tpm declaration to tpm_prop.hEduardo Habkost1-0/+2
2020-12-18qdev: Make qdev_class_add_property() more flexibleEduardo Habkost1-8/+6
2020-12-18qdev: Make PropertyInfo.create return ObjectProperty*Eduardo Habkost1-6/+6
2020-12-18qdev: Move dev->realized check to qdev_property_set()Eduardo Habkost6-176/+18
2020-12-18qdev: Wrap getters and setters in separate helpersEduardo Habkost1-4/+40
2020-12-18qdev: Add name argument to PropertyInfo.create methodEduardo Habkost1-3/+4
2020-12-18qdev: Add name parameter to qdev_class_add_property()Eduardo Habkost1-4/+5