summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-12xhci: relax link checkLadi Prosek1-1/+1
2017-05-12usb-hub: clear PORT_STAT_SUSPEND on wakeupLadi Prosek1-0/+1
2017-05-12xhci: fix loggingLadi Prosek1-5/+2
2017-05-12usb-redir: fix stack overflow in usbredir_log_dataGerd Hoffmann1-12/+1
2017-05-12qemu-doc: Update to use the new way of attaching USB devicesThomas Huth2-45/+54
2017-05-12opengl: add egl-headless displayGerd Hoffmann4-0/+178
2017-05-12egl: explicitly ask for core contextGerd Hoffmann2-3/+5
2017-05-12egl-helpers: add missing error checkGerd Hoffmann1-1/+6
2017-05-12egl-helpers: fix display init for x11Gerd Hoffmann3-10/+29
2017-05-12egl-helpers: drop support for gles and debug loggingGerd Hoffmann3-49/+7
2017-05-12virtio-gpu: move virtio_gpu_gl_blockGerd Hoffmann3-16/+19
2017-05-11migration/i386: Remove support for pre-0.12 formatsDr. David Alan Gilbert1-81/+34
2017-05-11vmstatification: i386 FPRegDr. David Alan Gilbert1-22/+30
2017-05-11migration/i386: Remove old non-softfloat 64bit FP supportDr. David Alan Gilbert1-101/+6
2017-05-11tests: check -numa node,cpu=props_list usecaseIgor Mammedov1-0/+151
2017-05-11numa: add '-numa cpu,...' option for property based node mappingIgor Mammedov3-2/+54
2017-05-11numa: remove node_cpu bitmaps as they are no longer usedIgor Mammedov2-44/+0
2017-05-11numa: use possible_cpus for not mapped CPUs checkIgor Mammedov2-10/+58
2017-05-11machine: call machine init from wrapperIgor Mammedov3-1/+8
2017-05-11numa: remove no longer need numa_post_machine_init()Igor Mammedov3-23/+0
2017-05-11tests: numa: add case for QMP command query-cpusIgor Mammedov2-14/+45
2017-05-11QMP: include CpuInstanceProperties into query_cpus output outputIgor Mammedov2-1/+15
2017-05-11virt-arm: get numa node mapping from possible_cpus instead of numa_get_node_f...Igor Mammedov2-18/+14
2017-05-11spapr: get numa node mapping from possible_cpus instead of numa_get_node_for_...Igor Mammedov2-14/+4
2017-05-11pc: get numa node mapping from possible_cpus instead of numa_get_node_for_cpu()Igor Mammedov3-19/+17
2017-05-11numa: do default mapping based on possible_cpus instead of node_cpu bitmapsIgor Mammedov1-8/+12
2017-05-11numa: mirror cpu to node mapping in MachineState::possible_cpusIgor Mammedov3-0/+107
2017-05-11numa: add check that board supports cpu_index to node mappingIgor Mammedov1-3/+10
2017-05-11virt-arm: add node-id property to CPUIgor Mammedov2-0/+16
2017-05-11pc: add node-id property to CPUIgor Mammedov2-0/+18
2017-05-11spapr: add node-id property to sPAPR coreIgor Mammedov4-3/+28
2017-05-11numa: move source of default CPUs to NUMA node mapping into boardsIgor Mammedov7-32/+75
2017-05-11hw/arm/virt: explicitly allocate cpu_index for cpusIgor Mammedov1-0/+4
2017-05-11hw/arm/virt: use machine->possible_cpus for storing possible topology infoIgor Mammedov1-3/+37
2017-05-11hw/arm/virt: extract mp-affinity calculation in separate functionIgor Mammedov3-20/+37
2017-05-11tests: add CPUs to numa node mapping testIgor Mammedov2-0/+111
2017-05-11tests: acpi: extend cphp and memhp testcase with numa distance checkHe Chen7-4/+12
2017-05-11numa: equally distribute memory on nodesLaurent Vivier8-13/+55
2017-05-11numa: Allow setting NUMA distance for different NUMA nodesHe Chen8-5/+215
2017-05-11maintainers: Add myself as linux-user reviewerLaurent Vivier1-0/+1
2017-05-11i386: rewrite way CPUID index is validatedDaniel P. Berrange1-20/+15
2017-05-11Merge remote-tracking branch 'mreitz/tags/pull-block-2017-05-11' into queue-b...Kevin Wolf25-328/+1311
2017-05-11MAINTAINERS: Add qemu-progress to the block layerMax Reitz1-0/+1
2017-05-11qcow2: Discard/zero clusters by byte countEric Blake4-41/+39
2017-05-11qcow2: Assert that cluster operations are alignedEric Blake1-4/+11
2017-05-11qcow2: Optimize write zero of unaligned tail clusterEric Blake3-2/+293
2017-05-11iotests: Add test 179 to cover write zeroes with unmapEric Blake3-0/+287
2017-05-11iotests: Improve _filter_qemu_img_mapEric Blake3-24/+26
2017-05-11qcow2: Optimize zero_single_l2() to minimize L2 churnEric Blake1-2/+13
2017-05-11qcow2: Make distinction between zero cluster types obviousEric Blake5-83/+63