aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-09-01hw/timer/armv7m_systick: Add input clocksPeter Maydell
2021-09-01hw/timer/armv7m_systick: Add usual QEMU interface commentPeter Maydell
2021-09-01arm: Move system PPB container handling to armv7mPeter Maydell
2021-09-01arm: Move systick device creation from NVIC to ARMv7M objectPeter Maydell
2021-09-01arm: Move M-profile RAS register block into its own devicePeter Maydell
2021-09-01hw: Add compat machines for 6.2Yanan Wang
2021-09-01Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210901-pull-request' ...Peter Maydell
2021-09-01hw/registerfields: Use 64-bit bitfield for FIELD_DP64Joe Komlodi
2021-09-01hw/core/register: Add more 64-bit utilitiesJoe Komlodi
2021-08-31ui/gtk-clipboard: use qemu_clipboard_info helperMarc-André Lureau
2021-08-31ui/clipboard: add qemu_clipboard_peer_release() helperMarc-André Lureau
2021-08-31ui/clipboard: add qemu_clipboard_peer_owns() helperMarc-André Lureau
2021-08-31ui/clipboard: add helper to retrieve current clipboardMarc-André Lureau
2021-08-31ui/vdagent: fix leak on error pathMarc-André Lureau
2021-08-31ui/console: Restrict udmabuf_fd() to LinuxPhilippe Mathieu-Daudé
2021-08-27include/qemu/int128.h: introduce bswap128sMatheus Ferst
2021-08-27include/qemu/int128.h: define struct Int128 according to the host endiannessMatheus Ferst
2021-08-27ppc/xive: Export xive_presenter_notify()Cédric Le Goater
2021-08-27ppc/xive: Export PQ get/set routinesCédric Le Goater
2021-08-27ppc/pnv: Use a simple incrementing index for the chip-idCédric Le Goater
2021-08-27ppc/pnv: Change the POWER10 machine to support DD2 onlyCédric Le Goater
2021-08-26hw/arm/xlnx-zynqmp: Add unimplemented APU mmioTong Ho
2021-08-26hw/arm/xlnx-versal: Add unimplemented APU mmioTong Ho
2021-08-26stubs: Remove unused arch_type.c stubPeter Maydell
2021-08-26arch_init.h: Move QEMU_ARCH_VIRTIO_* to qdev-monitor.cPeter Maydell
2021-08-26arch_init.h: Add QEMU_ARCH_HEXAGONPeter Maydell
2021-08-26monitor: Use accel_find("kvm") instead of kvm_available()Peter Maydell
2021-08-26softmmu: Use accel_find("xen") instead of xen_available()Peter Maydell
2021-08-26hw/dma/xlnx-zdma Always expect 'dma' link property to be setPhilippe Mathieu-Daudé
2021-08-26hw/dma/xlnx_csu_dma: Always expect 'dma' link property to be setPhilippe Mathieu-Daudé
2021-08-25fsl-imx7: Instantiate SAI1/2/3 as unimplemented devicesGuenter Roeck
2021-08-05chardev: mark explicitly first argument as poisonedMarc-André Lureau
2021-07-29ppc/vof: Fix Coverity issuesAlexey Kardashevskiy
2021-07-27Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...Peter Maydell
2021-07-27Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210726' into...Peter Maydell
2021-07-26Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20210726-pull-request...Peter Maydell
2021-07-26hw/nvme: use symbolic names for registersKlaus Jensen
2021-07-26hw/nvme: split pmrmsc register into upper and lowerKlaus Jensen
2021-07-26bitops.h: revert db1ffc32dd ("qemu/bitops.h: add bitrev8 implementation")Mark Cave-Ayland
2021-07-26Merge remote-tracking branch 'remotes/stsquad/tags/pull-for-6.1-rc1-230721-1'...Peter Maydell
2021-07-26ui/gtk: add a keyboard fifo to the VTE consolesVolker Rümelin
2021-07-24Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-07-23tcg/plugins: implement a qemu_plugin_user_exit helperAlex Bennée
2021-07-23qapi: introduce forwarding visitorPaolo Bonzini
2021-07-23Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210723-pull-request' ...Peter Maydell
2021-07-22hw/display: fix virgl reset regressionMarc-André Lureau
2021-07-21accel/tcg: Record singlestep_enabled in tb->cflagsRichard Henderson
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson
2021-07-21hw/core: Introduce CPUClass.gdb_adjust_breakpointRichard Henderson
2021-07-21hw/core: Introduce TCGCPUOps.debug_check_breakpointRichard Henderson