aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-20compat: disable edid on correct virtio-gpu deviceCornelia Huck1-1/+1
2020-03-19Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell8-461/+395
2020-03-19Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell50-279/+490
2020-03-19Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' i...Peter Maydell9-12/+300
2020-03-19Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell24-127/+61
2020-03-19Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-03-17' into ...Peter Maydell42-752/+907
2020-03-18Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200317' into stagingPeter Maydell3-241/+122
2020-03-18Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-gdbstub-1...Peter Maydell54-701/+1497
2020-03-18block/qcow2-bitmap: use bdrv_dirty_bitmap_next_dirtyVladimir Sementsov-Ogievskiy1-10/+5
2020-03-18nbd/server: use bdrv_dirty_bitmap_next_dirty_areaVladimir Sementsov-Ogievskiy1-40/+19
2020-03-18nbd/server: introduce NBDExtentArrayVladimir Sementsov-Ogievskiy1-92/+118
2020-03-18block/dirty-bitmap: improve _next_dirty_area APIVladimir Sementsov-Ogievskiy5-46/+75
2020-03-18block/dirty-bitmap: add _next_dirty APIVladimir Sementsov-Ogievskiy5-85/+126
2020-03-18block/dirty-bitmap: switch _next_dirty_area and _next_zero to int64_tVladimir Sementsov-Ogievskiy6-34/+36
2020-03-18hbitmap: drop meta bitmaps as they are unusedVladimir Sementsov-Ogievskiy3-152/+0
2020-03-18hbitmap: unpublish hbitmap_iter_skip_wordsVladimir Sementsov-Ogievskiy2-8/+1
2020-03-18hbitmap: move hbitmap_iter_next_word to hbitmap.cVladimir Sementsov-Ogievskiy2-30/+29
2020-03-18hbitmap: assert that we don't create bitmap larger than INT64_MAXVladimir Sementsov-Ogievskiy1-0/+2
2020-03-18build: Silence clang warning on older glib autoptr usageEric Blake1-0/+20
2020-03-18Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-03-17' into...Peter Maydell6-26/+26
2020-03-18Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200317' into...Peter Maydell29-853/+863
2020-03-17hw/i386: Rename apicid_from_topo_ids to x86_apicid_from_topo_idsBabu Moger2-4/+4
2020-03-17hw/i386: Update structures to save the number of nodes per packageBabu Moger6-20/+25
2020-03-17hw/i386: Remove unnecessary initialization in x86_cpu_newBabu Moger1-4/+0
2020-03-17machine: Add SMP Sockets in CpuTopologyBabu Moger4-0/+5
2020-03-17hw/i386: Consolidate topology functionsBabu Moger3-85/+75
2020-03-17hw/i386: Introduce X86CPUTopoInfo to contain topology infoBabu Moger5-47/+81
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell41-108/+144
2020-03-17machine/memory encryption: Disable mem mergeDr. David Alan Gilbert1-0/+8
2020-03-17hw/i386: Rename X86CPUTopoInfo structure to X86CPUTopoIDsBabu Moger3-50/+57
2020-03-17i386: Add 2nd Generation AMD EPYC processorsMoger, Babu2-1/+103
2020-03-17i386: Add missing cpu feature bits in EPYC modelMoger, Babu1-4/+13
2020-03-17target/i386: Add new property note to versioned CPU modelsTao Xu1-2/+9
2020-03-17target/i386: Add Denverton-v2 (no MPX) CPU modelTao Xu1-0/+12
2020-03-17tests/docker: make "buildah bud" output similar to "docker build"Cleber Rosa1-1/+1
2020-03-17tests/docker: add CentOS 8 DockerfileCleber Rosa1-0/+32
2020-03-17Acceptance tests: add make targets to download imagesCleber Rosa1-2/+18
2020-03-17Acceptance test: add "boot_linux" testsCleber Rosa3-1/+224
2020-03-17Acceptance tests: introduce BUILD_DIR and SOURCE_DIRCleber Rosa1-6/+19
2020-03-17python/qemu/qmp.py: QMP debug with VM labelOksana Vohchana2-2/+6
2020-03-17net: Track netdevs in NetClientState rather than QemuOptEric Blake3-29/+13
2020-03-17net: Complete qapi-fication of netdev_addEric Blake4-19/+4
2020-03-17qmp: constify QmpCommand and listMarc-André Lureau7-15/+16
2020-03-17qapi: Mark deprecated QMP parts with feature 'deprecated'Markus Armbruster6-57/+115
2020-03-17qapi: New special feature flag "deprecated"Markus Armbruster8-6/+24
2020-03-17qapi: Replace qmp_dispatch()'s TODO comment by an explanationMarkus Armbruster1-1/+5
2020-03-17qapi: Simplify how qmp_dispatch() gets the request IDMarkus Armbruster1-11/+12
2020-03-17qapi: Simplify how qmp_dispatch() deals with QCO_NO_SUCCESS_RESPMarkus Armbruster1-12/+13
2020-03-17qapi: Inline do_qmp_dispatch() into qmp_dispatch()Markus Armbruster1-49/+41
2020-03-17qapi: Add feature flags to struct membersMarkus Armbruster11-14/+46