aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-18qapi: make rtc-reset-reinjection and SEV depend on TARGET_I386Marc-André Lureau
2019-02-18qapi: New module target.jsonMarkus Armbruster
2019-02-18build: Deal with all of QAPI's .o in qapi/Makefile.objsMarkus Armbruster
2019-02-18build-sys: move qmp-introspect per targetMarc-André Lureau
2019-02-18qapi: Generate QAPIEvent stuff into separate filesMarkus Armbruster
2019-02-18qapi: Prepare for system modules other than 'builtin'Markus Armbruster
2019-02-18qapi: Clean up modular built-in code generation a bitMarkus Armbruster
2019-02-18qapi: Fix up documentation for recent commit a95291007b2Markus Armbruster
2019-02-18qapi: Belatedly document modular code generationMarkus Armbruster
2019-02-18Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190218' into stagingPeter Maydell
2019-02-18s390x: upgrade status of KVM cores to "supported"Cornelia Huck
2019-02-18s390x/kvm: add tracepoint to ioeventfd interfaceCornelia Huck
2019-02-18s390x/cpumodel: add z14 GA2 modelCollin Walling
2019-02-18s390x/cpumodel: default enable mepoch for z14 and laterCollin Walling
2019-02-18s390x/cpumodel: mepochptff: warn when no mepoch and re-align group initCollin Walling
2019-02-18s390x: add zPCI feature to "qemu" CPU modelDavid Hildenbrand
2019-02-18target/s390x: Implement STCK et al for CONFIG_USER_ONLYRichard Henderson
2019-02-18target/s390x: Split out s390-tod.hRichard Henderson
2019-02-18s390x: always provide pci supportCornelia Huck
2019-02-18s390x: Fix the confusing contributions-after-2012 license statementsThomas Huth
2019-02-18target/ppc: convert vmin* and vmax* to vector operationsRichard Henderson
2019-02-18target/ppc: convert vadd*s and vsub*s to vector operationsRichard Henderson
2019-02-18target/ppc: Split out VSCR_SAT to a vector fieldRichard Henderson
2019-02-18target/ppc: Add set_vscr_satRichard Henderson
2019-02-18target/ppc: Use mtvscr/mfvscr for vmstateRichard Henderson
2019-02-18target/ppc: Add helper_mfvscrRichard Henderson
2019-02-18target/ppc: Remove vscr_nj and vscr_satRichard Henderson
2019-02-18target/ppc: Use helper_mtvscr for reset and gdbRichard Henderson
2019-02-18target/ppc: Pass integer to helper_mtvscrRichard Henderson
2019-02-18target/ppc: convert xxsel to vector operationsRichard Henderson
2019-02-18target/ppc: convert xxspltw to vector operationsRichard Henderson
2019-02-18target/ppc: convert xxspltib to vector operationsRichard Henderson
2019-02-18target/ppc: convert VSX logical operations to vector operationsRichard Henderson
2019-02-18target/ppc: convert vsplt[bhw] to use vector operationsRichard Henderson
2019-02-18target/ppc: convert vspltis[bhw] to use vector operationsRichard Henderson
2019-02-18target/ppc: convert vaddu[b,h,w,d] and vsubu[b,h,w,d] over to use vector oper...Mark Cave-Ayland
2019-02-18target/ppc: convert VMX logical instructions to use vector operationsMark Cave-Ayland
2019-02-18xics: Drop the KVM ICS classGreg Kurz
2019-02-18spapr/irq: Use the "simple" ICS class for KVMGreg Kurz
2019-02-18xics: Handle KVM interrupt presentation from "simple" ICS codeGreg Kurz
2019-02-18xics: Handle KVM ICS reset from the "simple" ICS codeGreg Kurz
2019-02-18xics: Explicitely call KVM ICS methods from the common codeGreg Kurz
2019-02-18xics: Drop the KVM ICP classGreg Kurz
2019-02-18spapr/irq: Use the base ICP class for KVMGreg Kurz
2019-02-18xics: Handle KVM ICP realize from the common codeGreg Kurz
2019-02-18xics: Handle KVM ICP reset from the common codeGreg Kurz
2019-02-18xics: Explicitely call KVM ICP methods from the common codeGreg Kurz
2019-02-17spapr/irq: remove the XICS offset adjustmentCédric Le Goater
2019-02-17spapr/irq: add an 'nr_irq' parameter to initialize the backend.Cédric Le Goater
2019-02-17spapr: fix out of bounds write in spapr_populate_drmem_v2Fabiano Rosas