aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-04ide: fix leak from qemu_allocate_irqsPaolo Bonzini1-0/+1
2019-10-04hw/isa: Introduce a CONFIG_ISA_SUPERIO switch for isa-superio.cThomas Huth3-4/+9
2019-10-03replay: don't synchronize memory operations in replay modePavel Dovgalyuk1-2/+11
2019-10-03qemu-pr-helper: fix crash in mpath_reconstruct_senseMaxim Levitsky1-3/+3
2019-10-03tests/migration: Add a test for auto convergeYury Kotov1-19/+138
2019-10-03accel/kvm: ensure ret always setAlex Bennée1-3/+3
2019-10-01Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-10-0...Peter Maydell6-40/+50
2019-10-01Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-09-28' into ...Peter Maydell183-698/+847
2019-10-01Disallow colons in the parameter of "-accel"Thomas Huth2-1/+6
2019-10-01hw/core/loader: Fix possible crash in rom_copy()Thomas Huth1-1/+1
2019-10-01hw/m68k/next-cube: Avoid static RTC variables and introduce control registerThomas Huth1-33/+40
2019-10-01tests: fix echi/ehci typoMarc-André Lureau1-3/+1
2019-10-01tests: fix usb-hcd-ehci-test compilationMarc-André Lureau1-2/+2
2019-09-30Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20190930' into s...Peter Maydell9-128/+203
2019-09-30s390/kvm: split kvm mem slots at 4TBChristian Borntraeger1-5/+4
2019-09-30s390: do not call memory_region_allocate_system_memory() multiple timesIgor Mammedov2-27/+14
2019-09-30kvm: split too big memory section on several memslotsIgor Mammedov2-44/+81
2019-09-30kvm: clear dirty bitmaps from all overlapping memslotsPaolo Bonzini1-14/+22
2019-09-30kvm: extract kvm_log_clear_one_slotPaolo Bonzini1-46/+57
2019-09-30configure: Remove s390 (31-bit mode) from the list of supported CPUsThomas Huth1-1/+1
2019-09-30s390x: sclp: Report insufficient SCCB lengthClaudio Imbrenda1-0/+12
2019-09-30s390x: sclp: fix error handling for oversize control blocksJanosch Frank1-2/+1
2019-09-30s390x: sclp: boundary checkJanosch Frank1-0/+5
2019-09-30s390x: sclp: refactor invalid command checkJanosch Frank2-4/+16
2019-09-30s390: PCI: fix IOMMU region initMatthew Rosato1-1/+6
2019-09-30MAINTAINERS: Update S390 PCI MaintainerMatthew Rosato1-1/+1
2019-09-30Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190927'...Peter Maydell9-106/+131
2019-09-28qapi: Improve source file read error handlingMarkus Armbruster2-21/+27
2019-09-28qapi: Improve reporting of redefinitionMarkus Armbruster4-3/+14
2019-09-28qapi: Improve reporting of missing documentation commentMarkus Armbruster2-11/+10
2019-09-28qapi: Eliminate check_keys(), rename check_known_keys()Markus Armbruster1-19/+21
2019-09-28qapi: Improve reporting of invalid 'if' furtherMarkus Armbruster10-20/+25
2019-09-28qapi: Avoid redundant definition references in error messagesMarkus Armbruster53-132/+101
2019-09-28qapi: Improve reporting of missing / unknown definition keysMarkus Armbruster7-23/+25
2019-09-28qapi: Improve reporting of invalid flagsMarkus Armbruster5-14/+20
2019-09-28qapi: Improve reporting of invalid 'if' errorsMarkus Armbruster5-2/+6
2019-09-28qapi: Move context-free checking to the proper placeMarkus Armbruster2-9/+9
2019-09-28qapi: Move context-sensitive checking to the proper placeMarkus Armbruster40-270/+230
2019-09-28qapi: Inline check_name() into check_union()Markus Armbruster1-2/+4
2019-09-28qapi: Plumb info to the QAPISchemaMemberMarkus Armbruster2-35/+43
2019-09-28qapi: Make check_type()'s array case a bit more obviousMarkus Armbruster1-1/+2
2019-09-28qapi: Move check for reserved names out of add_name()Markus Armbruster3-8/+12
2019-09-28qapi: Report invalid '*' prefix like any other invalid nameMarkus Armbruster5-8/+6
2019-09-28qapi: Use check_name_str() where it sufficesMarkus Armbruster1-5/+4
2019-09-28qapi: Improve reporting of invalid name errorsMarkus Armbruster10-4/+25
2019-09-28qapi: Reorder check_FOO() parameters for consistencyMarkus Armbruster1-41/+39
2019-09-28qapi: Improve reporting of member name clashesMarkus Armbruster10-22/+32
2019-09-28qapi: Change frontend error messages to start with lower caseMarkus Armbruster121-210/+222
2019-09-28qapi: Clean up member name case checkingMarkus Armbruster7-19/+22
2019-09-28qapi: Prefix frontend errors with an "in definition" lineMarkus Armbruster97-1/+110