aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-05numa: make hmp 'info numa' fetch numa nodes from qmp_query_cpus() resultIgor Mammedov1-4/+7
2017-06-05numa: make sure that all cpus have has_node_id set if numa is enabledIgor Mammedov5-25/+18
2017-06-05numa: move default mapping init to machineIgor Mammedov2-36/+23
2017-06-05numa: consolidate cpu_preplug fixups/checks for pc/arm/spaprIgor Mammedov5-46/+28
2017-06-05pc: Use "min-[x]level" on compat_propsEduardo Habkost2-21/+59
2017-06-05Merge remote-tracking branch 'remotes/elmarco/tags/chrfe-pull-request' into s...Peter Maydell120-1158/+1126
2017-06-02Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell10-81/+412
2017-06-02spec/vhost-user spec: Add IOMMU supportMaxime Coquelin3-3/+130
2017-06-02vhost-user: add slave-req-fd supportMarc-André Lureau2-2/+157
2017-06-02vhost-user: add vhost_user to hold the chrMarc-André Lureau1-3/+16
2017-06-02vhost: rework IOTLB messagingMaxime Coquelin3-69/+92
2017-06-02vhost: propagate errors in vhost_device_iotlb_miss()Maxime Coquelin2-6/+11
2017-06-02virtio-serial: fix segfault on disconnectStefan Hajnoczi1-0/+3
2017-06-02virtio: add virtqueue_alloc_element tracepointPaolo Bonzini2-0/+2
2017-06-02virtio-serial-bus: Unset hotplug handler when unrealizeLadi Prosek1-0/+3
2017-06-02Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell2-36/+46
2017-06-02gluster: add support for PREALLOC_MODE_FALLOCNiels de Vos2-36/+46
2017-06-02Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...Peter Maydell8-124/+105
2017-06-02Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170601' i...Peter Maydell49-319/+510
2017-06-02Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170602'...Peter Maydell16-157/+648
2017-06-02hw/arm/virt: fdt: generate distance-map when neededAndrew Jones1-0/+21
2017-06-02hw/arm/virt-acpi-build: build SLIT when neededAndrew Jones1-0/+4
2017-06-02aspeed: add some I2C devices to the Aspeed machinesCédric Le Goater1-0/+27
2017-06-02aspeed/i2c: introduce a state machineCédric Le Goater1-3/+33
2017-06-02aspeed/i2c: handle LAST command under the RX commandCédric Le Goater1-3/+6
2017-06-02aspeed/i2c: improve command handlingCédric Le Goater1-6/+18
2017-06-02arm: Implement HFNMIENA support for M profile MPUPeter Maydell3-2/+41
2017-06-02arm: add MPU support to M profile CPUsMichael Davidsaver4-3/+137
2017-06-02armv7m: Classify faults as MemManage or BusFaultMichael Davidsaver1-3/+42
2017-06-02arm: All M profile cores are PMSAPeter Maydell1-0/+8
2017-06-02armv7m: Implement M profile default memory mapMichael Davidsaver1-9/+32
2017-06-02armv7m: Improve "-d mmu" tracing for PMSAv7 MPUMichael Davidsaver1-12/+27
2017-06-02arm: Remove unnecessary check on cpu->pmsav7_dregionPeter Maydell1-2/+1
2017-06-02arm: Don't let no-MPU PMSA cores write to SCTLR.MPeter Maydell1-0/+5
2017-06-02arm: Don't clear ARM_FEATURE_PMSA for no-mpu configsPeter Maydell1-1/+7
2017-06-02arm: Clean up handling of no-MPU PMSA CPUsPeter Maydell4-14/+14
2017-06-02arm: Use different ARMMMUIdx values for M profilePeter Maydell3-2/+27
2017-06-02arm: Add support for M profile CPUs having different MMU index semanticsPeter Maydell6-99/+156
2017-06-02arm: Use the mmu_idx we're passed in arm_cpu_do_unaligned_access()Peter Maydell1-1/+1
2017-06-02target/arm: clear PMUVER field of AA64DFR0 when vPMU=offWei Huang1-1/+1
2017-06-02hw/intc/arm_gicv3_cpuif: Fix priority masking for NS BPR1Peter Maydell1-4/+38
2017-06-02hw/intc/arm_gicv3_cpuif: Don't let BPR be set below its minimumPeter Maydell1-0/+6
2017-06-02hw/intc/arm_gicv3_cpuif: Fix reset value for VMCR_EL2.VBPR1Peter Maydell1-1/+1
2017-06-02load_uboot_image: don't assume a full header readAndrew Jones1-1/+2
2017-06-02libvixl: Correct build failures on NetBSDKamil Rytarowski1-0/+3
2017-06-02char: move char devices to chardev/Marc-André Lureau12-27/+28
2017-06-02char: make chr_fe_deinit() optionaly delete backendMarc-André Lureau16-58/+34
2017-06-02char: rename functions that are not part of feMarc-André Lureau1-8/+7
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau56-623/+664
2017-06-02char: generalize qemu_chr_write_all()Marc-André Lureau1-42/+28