aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-04hw/mips: Make bootloader addresses unsignedJiaxun Yang3-21/+21
2021-01-04docs/system: Update MIPS machine documentationHuacai Chen1-0/+10
2021-01-04hw/mips: Add Loongson-3 machine supportHuacai Chen5-1/+653
2021-01-04hw/mips: Add Loongson-3 boot parameter helpersHuacai Chen4-0/+395
2021-01-04hw/mips: Implement fw_cfg_arch_key_name()Huacai Chen4-0/+58
2021-01-04hw/intc: Rework Loongson LIOINTCHuacai Chen2-20/+38
2021-01-04clock: Define and use new clock_display_freq()Peter Maydell4-3/+26
2021-01-04clock: Remove clock_get_ns()Peter Maydell2-10/+13
2021-01-04target/mips: Don't use clock_get_ns() in clock period calculationPeter Maydell1-2/+2
2021-01-04clock: Introduce clock_ticks_to_ns()Peter Maydell2-0/+70
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 Zoltan3-23/+5
2021-01-04vt82c686: Remove legacy vt82c686b_isa_init() functionBALATON Zoltan3-12/+4
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 Zoltan3-27/+8
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-04Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell1-0/+3
2021-01-04readline: Fix possible array index out of bounds in readline_hist_add()Alex Chen1-0/+3
2021-01-01Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell85-452/+363
2021-01-01Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20201222' into...Peter Maydell12-311/+507
2021-01-01Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-12-2...Peter Maydell3-4/+89
2021-01-01Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...Peter Maydell105-1265/+977
2021-01-01Merge remote-tracking branch 'remotes/marcel/tags/rdma-pull-request' into sta...Peter Maydell1-1/+1
2020-12-31Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-12-18' in...Peter Maydell48-447/+2357
2020-12-31Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell17-193/+361
2020-12-31Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20201218a'...Peter Maydell9-153/+131
2020-12-31Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.0-pull-re...Peter Maydell10-108/+333
2020-12-30Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-12-1...Peter Maydell15-37/+61
2020-12-22tests/acceptance: Add a test with the Fedora 31 kernel and initrdThomas Huth1-0/+110
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-21tests/acceptance: Test the virtio-balloon device on s390xThomas Huth1-1/+11
2020-12-21tests/acceptance: Test virtio-rng on s390 via /dev/hwrngThomas Huth1-2/+15
2020-12-21tests/acceptance: Extract the code to clear dmesg and wait for CRW reportsThomas Huth1-13/+17
2020-12-21tests/acceptance: test hot(un)plug of ccw devicesCornelia Huck1-0/+24
2020-12-21target/s390x: Improve SUB LOGICAL WITH BORROWRichard Henderson5-73/+45
2020-12-21target/s390x: Improve cc computation for SUBTRACT LOGICALRichard Henderson5-82/+43
2020-12-21target/s390x: Improve ADD LOGICAL WITH CARRYRichard Henderson5-67/+34