aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-11meson: Detect libfuseMax Reitz
2020-12-11block/iscsi: Use lock guard macrosGan Qixin
2020-12-11block/throttle-groups: Use lock guard macrosGan Qixin
2020-12-11block/curl: Use lock guard macrosGan Qixin
2020-12-11block/accounting: Use lock guard macrosGan Qixin
2020-12-11Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20201210' into...Peter Maydell
2020-12-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2020-12-11Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2020-12-11s390x/cpu: Use timer_free() in the finalize function to avoid memleaksGan Qixin
2020-12-11tests/acceptance: test s390x zpci fid propagationCornelia Huck
2020-12-11tests/acceptance: verify s390x device detectionCornelia Huck
2020-12-11tests/acceptance: test virtio-ccw revision handlingCornelia Huck
2020-12-11tests/acceptance: add a test for devices on s390xCornelia Huck
2020-12-11hw/watchdog/wdt_diag288: Remove unnecessary includesThomas Huth
2020-12-11sdl2: Add extra mouse buttonsDarrell Walisser
2020-12-11ui/vnc: Add missing lock for send_color_mapPeng Liang
2020-12-11vnc: add alpha cursor supportGerd Hoffmann
2020-12-11vnc: add pseudo encodingsGerd Hoffmann
2020-12-11vnc: drop unused copyrect featureGerd Hoffmann
2020-12-11vnc: use enum for featuresGerd Hoffmann
2020-12-11console: allow con==NULL in dpy_{get, set}_ui_info and dpy_ui_info_supportedGerd Hoffmann
2020-12-11console: drop qemu_console_get_ui_infoGerd Hoffmann
2020-12-10accel/tcg: rename tcg-cpus functions to match module nameClaudio Fontana
2020-12-10accel/tcg: split tcg_start_vcpu_threadClaudio Fontana
2020-12-10accel/tcg: split CpusAccel into three TCG variantsClaudio Fontana
2020-12-10i386/cpu: Make the Intel PT LIP feature configurableLuwei Kang
2020-12-10sev: add sev-inject-launch-secretTobin Feldman-Fitzthum
2020-12-10qom: code hardening - have bound checking while looping with integer valueAni Sinha
2020-12-10scripts: kernel-doc: remove unnecessary change wrt LinuxPaolo Bonzini
2020-12-10Revert "docs: temporarily disable the kernel-doc extension"Paolo Bonzini
2020-12-10scripts: kernel-doc: use :c:union when neededMauro Carvalho Chehab
2020-12-10scripts: kernel-doc: split typedef complex regexMauro Carvalho Chehab
2020-12-10scripts: kernel-doc: fix typedef parsingMauro Carvalho Chehab
2020-12-10Revert "kernel-doc: Handle function typedefs that return pointers"Paolo Bonzini
2020-12-10Revert "kernel-doc: Handle function typedefs without asterisks"Paolo Bonzini
2020-12-10scripts: kernel-doc: try to use c:function if possibleMauro Carvalho Chehab
2020-12-10scripts: kernel-doc: fix line number handlingMauro Carvalho Chehab
2020-12-10scripts: kernel-doc: allow passing desired Sphinx C domain dialectMauro Carvalho Chehab
2020-12-10scripts: kernel-doc: don't mangle with parameter listMauro Carvalho Chehab
2020-12-10scripts: kernel-doc: fix typedef identificationMauro Carvalho Chehab
2020-12-10scripts: kernel-doc: reimplement -nofunction argumentMauro Carvalho Chehab
2020-12-10scripts: kernel-doc: fix troubles with line countsMauro Carvalho Chehab
2020-12-10scripts: kernel-doc: use a less pedantic markup for funcs on Sphinx 3.xMauro Carvalho Chehab
2020-12-10scripts: kernel-doc: make it more compatible with Sphinx 3.xMauro Carvalho Chehab
2020-12-10Revert "kernel-doc: Use c:struct for Sphinx 3.0 and later"Paolo Bonzini
2020-12-10Revert "scripts/kerneldoc: For Sphinx 3 use c:macro for macros with arguments"Paolo Bonzini
2020-12-10scripts: kernel-doc: add support for typedef enumMauro Carvalho Chehab
2020-12-10kernel-doc: add support for ____cacheline_aligned attributeJonathan Cameron
2020-12-10kernel-doc: include line numbers for function prototypesMauro Carvalho Chehab
2020-12-10scripts/kernel-doc: optionally treat warnings as errorsPierre-Louis Bossart