aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-04clock: Remove clock_get_ns()Peter Maydell
2021-01-04target/mips: Don't use clock_get_ns() in clock period calculationPeter Maydell
2021-01-04clock: Introduce clock_ticks_to_ns()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-04Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell
2021-01-04readline: Fix possible array index out of bounds in readline_hist_add()Alex Chen
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/huth-gitlab/tags/pull-request-2020-12-2...Peter Maydell
2021-01-01Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...Peter Maydell
2021-01-01Merge remote-tracking branch 'remotes/marcel/tags/rdma-pull-request' into sta...Peter Maydell
2020-12-31Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-12-18' in...Peter Maydell
2020-12-31Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2020-12-31Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20201218a'...Peter Maydell
2020-12-31Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.0-pull-re...Peter Maydell
2020-12-30Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-12-1...Peter Maydell
2020-12-22tests/acceptance: Add a test with the Fedora 31 kernel and initrdThomas Huth
2020-12-21s390x/pci: Fix memory_region_access_valid callMatthew Rosato
2020-12-21s390x/pci: fix pcistb lengthMatthew Rosato
2020-12-21tests/acceptance: Test the virtio-balloon device on s390xThomas Huth
2020-12-21tests/acceptance: Test virtio-rng on s390 via /dev/hwrngThomas Huth
2020-12-21tests/acceptance: Extract the code to clear dmesg and wait for CRW reportsThomas Huth
2020-12-21tests/acceptance: test hot(un)plug of ccw devicesCornelia Huck
2020-12-21target/s390x: Improve SUB LOGICAL WITH BORROWRichard Henderson
2020-12-21target/s390x: Improve cc computation for SUBTRACT LOGICALRichard Henderson
2020-12-21target/s390x: Improve ADD LOGICAL WITH CARRYRichard Henderson
2020-12-21target/s390x: Improve cc computation for ADD LOGICALRichard Henderson
2020-12-21qga/commands-posix: Send CCW address on s390x with the fsinfo dataThomas Huth
2020-12-21MAINTAINERS: move my git tree to gitlabCornelia Huck
2020-12-21s390x: pv: Fence additional unavailable SCLP facilities for PV guestsJanosch Frank
2020-12-19qobject: Make QString immutableMarkus Armbruster
2020-12-19block: Use GString instead of QString to build filenamesMarkus Armbruster
2020-12-19keyval: Use GString to accumulate value stringsMarkus Armbruster