summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-02hw/arm/virt: add dynamic sysbus device supportEric Auger
2015-06-02hw/arm/boot: arm_load_kernel implemented as a machine init done notifierEric Auger
2015-06-02xen/pt: unknown PCI config space fields should be read-onlyJan Beulich
2015-06-02xen/pt: add a few PCI config space field descriptionsJan Beulich
2015-06-02xen/pt: mark reserved bits in PCI config space fieldsJan Beulich
2015-06-02xen/pt: mark all PCIe capability bits read-onlyJan Beulich
2015-06-02xen/pt: split out calculation of throughable mask in PCI config space handlingJan Beulich
2015-06-02xen/pt: correctly handle PM status bitJan Beulich
2015-06-02xen/pt: consolidate PM capability emu_maskJan Beulich
2015-06-02xen/MSI: don't open-code pass-through of enable bit modificationsJan Beulich
2015-06-02xen/MSI-X: limit error messagesJan Beulich
2015-06-02xen: don't allow guest to control MSI mask registerJan Beulich
2015-06-02xen: properly gate host writes of modified PCI CFG contentsJan Beulich
2015-06-02hw/arm/sysbus-fdt: helpers for platform bus nodes additionEric Auger
2015-06-02target-arm: Remove v8_ prefix from names of non-v8-specific cpreg arraysPeter Maydell
2015-06-02arm_gicv2m: set kvm_gsi_direct_mapping and kvm_msi_via_irqfd_allowedEric Auger
2015-06-02kvm: introduce kvm_arch_msi_data_to_gsiEric Auger
2015-06-02pl061: fix wrong calculation of GPIOMIS registerVictor CLEMENT
2015-06-02target-arm: Add the GICv2m to the virt boardChristoffer Dall
2015-06-02target-arm: Extend the gic node propertiesChristoffer Dall
2015-06-02arm_gicv2m: Add GICv2m widget to support MSIsChristoffer Dall
2015-06-02target-arm: Add GIC phandle to VirtBoardInfoChristoffer Dall
2015-06-02Revert "target-arm: Avoid g_hash_table_get_keys()"Markus Armbruster
2015-06-02target-arm: Add TLBI_VAE2{IS}Edgar E. Iglesias
2015-06-02target-arm: Add TLBI_ALLE2Edgar E. Iglesias
2015-06-02target-arm: Add TLBI_ALLE1{IS}Edgar E. Iglesias
2015-06-02target-arm: Add TTBR0_EL2Edgar E. Iglesias
2015-06-02target-arm: Add TPIDR_EL2Edgar E. Iglesias
2015-06-02target-arm: Add SCTLR_EL2Edgar E. Iglesias
2015-06-02target-arm: Add TCR_EL2Edgar E. Iglesias
2015-06-02target-arm: Add MAIR_EL2Edgar E. Iglesias
2015-06-02target-arm: Break down TLB_LOCKDOWNEdgar E. Iglesias
2015-06-02target-arm: Correct check for non-EL3Edgar E. Iglesias
2015-06-02Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20150602-1' into...Peter Maydell
2015-06-02Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-06-02virtio-input: make virtio devices follow usual naming conventionGerd Hoffmann
2015-06-02virtio-input: const_le16 and const_le32 not build time constantMichael Mueller
2015-06-02monitor: Change return type of monitor_cur_is_qmp() to boolMarkus Armbruster
2015-06-02monitor: Rename monitor_ctrl_mode() to monitor_is_qmp()Markus Armbruster
2015-06-02monitor: Turn int command_mode into bool in_command_modeMarkus Armbruster
2015-06-02monitor: Drop do_qmp_capabilities()'s superfluous QMP checkMarkus Armbruster
2015-06-02monitor: Unbox Monitor member mc and rename to qmpMarkus Armbruster
2015-06-02monitor: Rename monitor_control_read(), monitor_control_event()Markus Armbruster
2015-06-02monitor: Rename handle_user_command() to handle_hmp_command()Markus Armbruster
2015-06-02monitor: Limit QError use to command handlersMarkus Armbruster
2015-06-02monitor: Inline monitor_has_error() into its only callerMarkus Armbruster
2015-06-02monitor: Wean monitor_protocol_emitter() off mon->errorMarkus Armbruster
2015-06-02monitor: Propagate errors through invalid_qmp_mode()Markus Armbruster
2015-06-02monitor: Propagate errors through qmp_check_input_obj()Markus Armbruster
2015-06-02monitor: Propagate errors through qmp_check_client_args()Markus Armbruster