aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-19sun4u: fix assert when adding NICs which aren't the in-built modelMark Cave-Ayland1-2/+2
2017-10-19sun4u: update PCI topology to include simba PCI bridgesMark Cave-Ayland3-28/+79
2017-10-18scsi: reject configurations with logical block size > physical block sizeMark Kanda1-0/+8
2017-10-18qdev: defer DEVICE_DEL event until instance_finalize()Michael Roth1-11/+12
2017-10-18Revert "qdev: Free QemuOpts when the QOM path goes away"Michael Roth1-3/+1
2017-10-18qdev: store DeviceState's canonical path to use when unparentingMichael Roth2-3/+15
2017-10-18qemu-pr-helper: use new libmultipath APIPaolo Bonzini2-5/+24
2017-10-18watch_mem_write: implement 8-byte accessesPaolo Bonzini1-0/+16
2017-10-18notdirty_mem_write: implement 8-byte accessesAndrew Baumann1-0/+13
2017-10-18memory: reuse section_from_flat_range()David Hildenbrand1-8/+2
2017-10-18kvm: simplify kvm_align_section()David Hildenbrand1-12/+6
2017-10-18kvm: region_add and region_del is not called on updatesDavid Hildenbrand1-7/+1
2017-10-18kvm: fix error message when failing to unregister slotDavid Hildenbrand1-1/+1
2017-10-18kvm: tolerate non-existing slot for log_start/log_stop/log_syncDavid Hildenbrand1-4/+4
2017-10-18kvm: fix alignment of ram addressDavid Hildenbrand1-1/+2
2017-10-18memory: call log_start after region_addDavid Hildenbrand1-3/+3
2017-10-17linux-user: Fix TARGET_MTIOCTOP/MTIOCGET/MTIOCPOS valuesPeter Maydell1-3/+28
2017-10-17linux-user/main: support dfilterAlex Bennée1-0/+7
2017-10-17Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20171017' int...Peter Maydell33-614/+378
2017-10-17Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell11-15/+35
2017-10-17Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2017-10-16-1' in...Peter Maydell4-124/+187
2017-10-17Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell1-2/+2
2017-10-17Merge remote-tracking branch 'remotes/kraxel/tags/ui-20171016-pull-request' i...Peter Maydell47-2067/+24555
2017-10-17egl-headless: add dmabuf supportGerd Hoffmann1-2/+57
2017-10-17egl-helpers: add egl_texture_blit and egl_texture_blendGerd Hoffmann2-0/+31
2017-10-17egl-helpers: add dmabuf import supportGerd Hoffmann2-0/+49
2017-10-17opengl: add flipping vertex shaderGerd Hoffmann5-6/+24
2017-10-17opengl: move shader init from console-gl.c to shader.cGerd Hoffmann12-73/+69
2017-10-17console: add support for dmabufsGerd Hoffmann3-0/+59
2017-10-17cirrus: fix oob access in mode4and5 write functionsGerd Hoffmann1-4/+2
2017-10-17vga: add ram_addr_t castGerd Hoffmann1-1/+1
2017-10-17vga: handle cirrus vbe mode wraparounds.Gerd Hoffmann1-7/+21
2017-10-17vga: drop line_offset variableGerd Hoffmann1-4/+3
2017-10-17spapr_cpu_core: rewrite machine type sanity checkGreg Kurz1-4/+8
2017-10-17spapr_pci: fail gracefully with non-pseries machine typesGreg Kurz1-1/+11
2017-10-17spapr: Correct RAM size calculation for HPT resizingDavid Gibson1-2/+2
2017-10-17ppc: pnv: consolidate type definitions and batch register themIgor Mammedov1-58/+34
2017-10-17ppc: pnv: drop PnvChipClass::cpu_model fieldIgor Mammedov4-19/+13
2017-10-17ppc: pnv: define core types staticallyIgor Mammedov1-28/+20
2017-10-17ppc: pnv: drop PnvCoreClass::cpu_oc fieldIgor Mammedov2-7/+12
2017-10-17ppc: pnv: normalize core/chip type namesIgor Mammedov4-6/+11
2017-10-17ppc: pnv: use generic cpu_model parsingIgor Mammedov3-17/+15
2017-10-17ppc: spapr: use generic cpu_model parsingIgor Mammedov7-39/+24
2017-10-17ppc: move ppc_cpu_lookup_alias() before its first userIgor Mammedov1-13/+13
2017-10-17ppc: spapr: use cpu model names as tcg defaults instead of aliasesIgor Mammedov1-2/+2
2017-10-17ppc: spapr: register 'host' core type along with the rest of core typesIgor Mammedov3-13/+4
2017-10-17ppc: spapr: use cpu type name directlyIgor Mammedov4-14/+10
2017-10-17ppc: spapr: define core types staticallyIgor Mammedov2-59/+30
2017-10-17ppc: move '-cpu foo,compat=xxx' parsing into ppc_cpu_parse_featurestr()Igor Mammedov5-52/+59
2017-10-17ppc: spapr: replace ppc_cpu_parse_features() with cpu_parse_cpu_model()Igor Mammedov3-32/+4