aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-22spapr: Use maximum page size capability to simplify memory backend checkingDavid Gibson5-30/+31
2018-06-22spapr: Maximum (HPT) pagesize propertyDavid Gibson3-1/+71
2018-06-22pseries: Update SLOF firmware image to qemu-slof-20180621Alexey Kardashevskiy3-1/+1
2018-06-21target/ppc: Add missing opcode for icbt on PPC440BALATON Zoltan1-0/+2
2018-06-21ppc4xx_i2c: Implement directcntl registerBALATON Zoltan4-1/+19
2018-06-21ppc4xx_i2c: Remove unimplemented sdata and intr registersBALATON Zoltan2-18/+2
2018-06-21sm501: Fix hardware cursor color conversionSebastian Bauer1-3/+3
2018-06-21fpu_helper.c: fix helper_fpscr_clrbit() functionJohn Arbuckle1-0/+28
2018-06-21spapr: remove unused spapr_irq routinesCédric Le Goater2-83/+1
2018-06-21spapr: split the IRQ allocation sequenceCédric Le Goater5-8/+97
2018-06-21target/ppc: Add kvmppc_hpt_needs_host_contiguous_pages() helperDavid Gibson2-2/+21
2018-06-21spapr: Add cpu_apply hook to capabilitiesDavid Gibson3-0/+22
2018-06-21spapr: Compute effective capability values earlierDavid Gibson3-6/+12
2018-06-21target/ppc: Allow cpu compatiblity checks based on type, not instanceDavid Gibson4-22/+38
2018-06-21ppc/pnv: consolidate the creation of the ISA bus device treeCédric Le Goater1-28/+23
2018-06-21ppc/pnv: introduce Pnv8Chip and Pnv9Chip modelsCédric Le Goater2-103/+202
2018-06-21spapr_cpu_core: migrate VPA related stateGreg Kurz1-0/+65
2018-06-21spapr_cpu_core: migrate per-CPU dataGreg Kurz3-3/+27
2018-06-21ppc/pnv: introduce a new isa_create() operation to the chip modelCédric Le Goater4-22/+46
2018-06-21ppc/pnv: introduce a new intc_create() operation to the chip modelCédric Le Goater3-11/+29
2018-06-20Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180619' into stagingPeter Maydell14-104/+240
2018-06-19Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20180618' i...Peter Maydell4-0/+0
2018-06-19Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20180618' into...Peter Maydell3-24/+172
2018-06-19Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20180618' into stagingPeter Maydell1-1/+1
2018-06-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell24-319/+1836
2018-06-19Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2018-06-18' in...Peter Maydell4-59/+121
2018-06-19Merge remote-tracking branch 'remotes/kraxel/tags/input-20180618-pull-request...Peter Maydell1-1/+1
2018-06-19Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180618-pull-request' ...Peter Maydell10-1/+193
2018-06-19Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180618-pull-request' ...Peter Maydell4-19/+1
2018-06-19Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180618' into...Peter Maydell31-284/+1930
2018-06-19Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...Peter Maydell9-274/+494
2018-06-18Update OpenBIOS images to 8fe6f5f96f built from submodule.Mark Cave-Ayland4-0/+0
2018-06-18Merge remote-tracking branch 'mreitz/tags/pull-block-2018-06-18' into queue-b...Kevin Wolf16-152/+799
2018-06-18Merge tag 'tags/s390x-2018-06-18' into stagingCornelia Huck9-83/+173
2018-06-18iotests: Add test for active mirroringMax Reitz3-0/+126
2018-06-18block/mirror: Add copy mode QAPI interfaceMax Reitz4-9/+27
2018-06-18block/mirror: Add active mirroringMax Reitz2-5/+265
2018-06-18job: Add job_progress_increase_remaining()Max Reitz2-0/+20
2018-06-18block/mirror: Add MirrorBDSOpaqueMax Reitz1-0/+12
2018-06-18block/dirty-bitmap: Add bdrv_dirty_iter_next_areaMax Reitz2-0/+57
2018-06-18test-hbitmap: Add non-advancing iter_next testsMax Reitz1-12/+24
2018-06-18hbitmap: Add @advance param to hbitmap_iter_next()Max Reitz5-19/+26
2018-06-18block: Generalize should_update_child() ruleMax Reitz1-10/+34
2018-06-18block/mirror: Use source as a BdrvChildMax Reitz1-8/+6
2018-06-18block/mirror: Wait for in-flight op conflictsMax Reitz1-18/+84
2018-06-18block/mirror: Use CoQueue to wait on in-flight opsMax Reitz1-11/+23
2018-06-18block/mirror: Convert to coroutinesMax Reitz1-62/+90
2018-06-18block/mirror: Pull out mirror_perform()Max Reitz1-22/+29
2018-06-18monitor: add lock to protect mon_fdsetsPeter Xu3-12/+45
2018-06-18monitor: move init global earlierPeter Xu1-6/+1