aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-12-21elf: Add machine type value for LoongArchWANG Xuerui1-0/+2
2021-12-21ui/dbus: add chardev backend & interfaceMarc-André Lureau2-0/+7
2021-12-21option: add g_auto for QemuOptsMarc-André Lureau1-0/+2
2021-12-21chardev: make socket derivableMarc-André Lureau1-0/+84
2021-12-21ui/dbus: add p2p=on/off optionMarc-André Lureau3-0/+33
2021-12-21ui: add a D-Bus display backendMarc-André Lureau1-0/+19
2021-12-21console: save current scanout detailsMarc-André Lureau1-0/+27
2021-12-21ui: move qemu_spice_fill_device_address to ui/util.cMarc-André Lureau2-4/+6
2021-12-21ui: split the GL context in a different objectMarc-André Lureau5-23/+36
2021-12-21ui: simplify gl unblock & flushMarc-André Lureau1-2/+0
2021-12-21ui: factor out qemu_console_set_display_gl_ctx()Marc-André Lureau1-0/+3
2021-12-21ui: do not delay further remote resizeMarc-André Lureau1-1/+1
2021-12-21ui/clipboard: add a clipboard reset serial eventMarc-André Lureau1-0/+9
2021-12-21ui/clipboard: add qemu_clipboard_check_serial()Marc-André Lureau1-0/+10
2021-12-21ui/vdagent: add serial capability supportMarc-André Lureau1-0/+4
2021-12-21ui: generalize clipboard notifierMarc-André Lureau1-2/+30
2021-12-20common-user: Move safe-syscall.* from linux-userRichard Henderson1-0/+140
2021-12-18hw/scsi: Fix scsi_bus_init_named() docstringPhilippe Mathieu-Daudé1-1/+1
2021-12-18cpu: remove unnecessary #ifdef CONFIG_TCGPaolo Bonzini1-2/+0
2021-12-17Merge tag 'trivial-branch-for-7.0-pull-request' of https://gitlab.com/laurent...Richard Henderson1-0/+37
2021-12-17Merge tag 'pull-ppc-20211217' of https://github.com/legoater/qemu into stagingRichard Henderson5-9/+38
2021-12-17ppc/pnv: Introduce a num_stack class attributeCédric Le Goater1-0/+1
2021-12-17ppc/pnv: Introduce a "chip" property under the PHB4 modelCédric Le Goater1-0/+2
2021-12-17ppc/pnv: Introduce version and device_id class atributes for PHB4 devicesCédric Le Goater1-0/+2
2021-12-17ppc/pnv: Introduce a num_pecs class attribute for PHB4 PEC devicesCédric Le Goater1-0/+2
2021-12-17ppc/pnv: Introduce a "chip" property under PHB3Cédric Le Goater1-0/+3
2021-12-17softfloat: Add float64r32 arithmetic routinesRichard Henderson1-0/+12
2021-12-17softfloat: Add flag specific to signaling nansRichard Henderson1-0/+1
2021-12-17softfloat: Add flag specific to convert non-nan to intRichard Henderson1-0/+1
2021-12-17softfloat: Add flag specific to sqrt(-x)Richard Henderson1-0/+1
2021-12-17softfloat: Add flags specific to Inf / Inf and 0 / 0Richard Henderson1-0/+2
2021-12-17softfloat: Add flag specific to Inf * 0Richard Henderson1-0/+1
2021-12-17softfloat: Add flag specific to Inf - InfRichard Henderson1-0/+1
2021-12-17softfloat: Extend float_exception_flags to 16 bitsRichard Henderson2-9/+9
2021-12-17glib-compat: Introduce g_memdup2() wrapperPhilippe Mathieu-Daudé1-0/+37
2021-12-17s390x/pci: add supported DT information to clp responseMatthew Rosato2-1/+3
2021-12-17s390x/pci: use a reserved ID for the default PCI groupMatthew Rosato1-1/+1
2021-12-16Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson10-9/+223
2021-12-15Merge tag 'pull-block-2021-12-15' of git://repo.or.cz/qemu/armbru into stagingRichard Henderson1-1/+0
2021-12-15Merge tag 'pull-target-arm-20211215' of https://git.linaro.org/people/pmaydel...Richard Henderson2-2/+0
2021-12-15Merge tag 'migration-20211214-pull-request' of https://gitlab.com/juan.quinte...Richard Henderson1-0/+1
2021-12-15blockdev: Drop unused drive_get_next()Markus Armbruster1-1/+0
2021-12-15include/hw/i386: Don't include qemu-common.h in .h filesPeter Maydell2-2/+0
2021-12-15Fixed a QEMU hang when guest poweroff in COLO modeRao, Lei1-0/+1
2021-12-15qtest/libqos: add a function to initialize secondary PCI busesLaurent Vivier1-0/+8
2021-12-10numa: Enable numa for SGX EPC sectionsYang Zhong1-0/+3
2021-12-10gdbstub, kvm: let KVM report supported singlestep flagsMaxim Levitsky1-0/+15
2021-12-10linux-headers: update to 5.16-rc1Paolo Bonzini7-8/+205
2021-12-10virtio-gpu: do not byteswap paddingPaolo Bonzini1-1/+0
2021-11-29accel/tcg: introduce CF_NOIRQAlex Bennée2-4/+18