aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-15Merge remote-tracking branch 'kraxel/tags/pull-ui-20170512-1' into stagingStefan Hajnoczi
2017-05-15Merge remote-tracking branch 'ehabkost/tags/x86-and-machine-pull-request' int...Stefan Hajnoczi
2017-05-15Merge remote-tracking branch 'kraxel/tags/pull-vga-20170511-1' into stagingStefan Hajnoczi
2017-05-15Merge remote-tracking branch 'dgibson/tags/ppc-for-2.10-20170511' into stagingStefan Hajnoczi
2017-05-12Merge tag 'tracing-pull-request' into stagingStefan Hajnoczi
2017-05-12Merge tag 'block-pull-request' into stagingStefan Hajnoczi
2017-05-12Merge remote-tracking branch 'kwolf/tags/for-upstream' into stagingStefan Hajnoczi
2017-05-12trace: add sanity checkAnthony Xu
2017-05-12aio: add missing aio_notify() to aio_enable_external()Stefan Hajnoczi
2017-05-12block: Simplify BDRV_BLOCK_RAW recursionEric Blake
2017-05-12coroutine: remove GThread implementationDaniel P. Berrange
2017-05-12vnc: replace hweight_long() with ctpopl()Cédric Le Goater
2017-05-12vnc: simple clean upWei Qi
2017-05-12opengl: add egl-headless displayGerd Hoffmann
2017-05-12egl: explicitly ask for core contextGerd Hoffmann
2017-05-12egl-helpers: add missing error checkGerd Hoffmann
2017-05-12egl-helpers: fix display init for x11Gerd Hoffmann
2017-05-12egl-helpers: drop support for gles and debug loggingGerd Hoffmann
2017-05-12virtio-gpu: move virtio_gpu_gl_blockGerd Hoffmann
2017-05-11migration/i386: Remove support for pre-0.12 formatsDr. David Alan Gilbert
2017-05-11vmstatification: i386 FPRegDr. David Alan Gilbert
2017-05-11migration/i386: Remove old non-softfloat 64bit FP supportDr. David Alan Gilbert
2017-05-11tests: check -numa node,cpu=props_list usecaseIgor Mammedov
2017-05-11numa: add '-numa cpu,...' option for property based node mappingIgor Mammedov
2017-05-11numa: remove node_cpu bitmaps as they are no longer usedIgor Mammedov
2017-05-11numa: use possible_cpus for not mapped CPUs checkIgor Mammedov
2017-05-11machine: call machine init from wrapperIgor Mammedov
2017-05-11numa: remove no longer need numa_post_machine_init()Igor Mammedov
2017-05-11tests: numa: add case for QMP command query-cpusIgor Mammedov
2017-05-11QMP: include CpuInstanceProperties into query_cpus output outputIgor Mammedov
2017-05-11virt-arm: get numa node mapping from possible_cpus instead of numa_get_node_f...Igor Mammedov
2017-05-11spapr: get numa node mapping from possible_cpus instead of numa_get_node_for_...Igor Mammedov
2017-05-11pc: get numa node mapping from possible_cpus instead of numa_get_node_for_cpu()Igor Mammedov
2017-05-11numa: do default mapping based on possible_cpus instead of node_cpu bitmapsIgor Mammedov
2017-05-11numa: mirror cpu to node mapping in MachineState::possible_cpusIgor Mammedov
2017-05-11numa: add check that board supports cpu_index to node mappingIgor Mammedov
2017-05-11virt-arm: add node-id property to CPUIgor Mammedov
2017-05-11pc: add node-id property to CPUIgor Mammedov
2017-05-11spapr: add node-id property to sPAPR coreIgor Mammedov
2017-05-11numa: move source of default CPUs to NUMA node mapping into boardsIgor Mammedov
2017-05-11hw/arm/virt: explicitly allocate cpu_index for cpusIgor Mammedov
2017-05-11hw/arm/virt: use machine->possible_cpus for storing possible topology infoIgor Mammedov
2017-05-11hw/arm/virt: extract mp-affinity calculation in separate functionIgor Mammedov
2017-05-11tests: add CPUs to numa node mapping testIgor Mammedov
2017-05-11tests: acpi: extend cphp and memhp testcase with numa distance checkHe Chen
2017-05-11numa: equally distribute memory on nodesLaurent Vivier
2017-05-11numa: Allow setting NUMA distance for different NUMA nodesHe Chen
2017-05-11maintainers: Add myself as linux-user reviewerLaurent Vivier
2017-05-11i386: rewrite way CPUID index is validatedDaniel P. Berrange
2017-05-11Merge remote-tracking branch 'mreitz/tags/pull-block-2017-05-11' into queue-b...Kevin Wolf