summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210726' into...Peter Maydell2021-07-271-22/+0Star
|\
| * bitops.h: revert db1ffc32dd ("qemu/bitops.h: add bitrev8 implementation")Mark Cave-Ayland2021-07-261-22/+0Star
* | Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20210726-pull-request...Peter Maydell2021-07-261-0/+4
|\ \ | |/ |/|
| * ui/gtk: add a keyboard fifo to the VTE consolesVolker Rümelin2021-07-261-0/+4
* | Merge remote-tracking branch 'remotes/stsquad/tags/pull-for-6.1-rc1-230721-1'...Peter Maydell2021-07-262-0/+25
|\ \ | |/ |/|
| * tcg/plugins: implement a qemu_plugin_user_exit helperAlex Bennée2021-07-232-0/+25
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-07-241-0/+27
|\ \ | |/ |/|
| * qapi: introduce forwarding visitorPaolo Bonzini2021-07-231-0/+27
* | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210723-pull-request' ...Peter Maydell2021-07-231-0/+1
|\ \ | |/ |/|
| * hw/display: fix virgl reset regressionMarc-André Lureau2021-07-221-0/+1
* | accel/tcg: Record singlestep_enabled in tb->cflagsRichard Henderson2021-07-211-0/+1
* | accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson2021-07-211-11/+0Star
* | hw/core: Introduce CPUClass.gdb_adjust_breakpointRichard Henderson2021-07-211-0/+4
* | hw/core: Introduce TCGCPUOps.debug_check_breakpointRichard Henderson2021-07-211-0/+6
* | accel/tcg: Add CF_NO_GOTO_TB and CF_NO_GOTO_PTRRichard Henderson2021-07-211-7/+9
* | accel/tcg: Move curr_cflags into cpu-exec.cRichard Henderson2021-07-211-4/+1Star
* | accel/tcg: Reduce CF_COUNT_MASK to match TCG_MAX_INSNSRichard Henderson2021-07-211-1/+3
* | tcg: Rename helper_atomic_*_mmu and provide for user-onlyRichard Henderson2021-07-211-44/+36Star
* | qemu/atomic: Add aligned_{int64,uint64}_t typesRichard Henderson2021-07-212-2/+14
* | qemu/atomic: Remove pre-C11 atomic fallbacksRichard Henderson2021-07-211-194/+10Star
* | qemu/atomic: Use macros for CONFIG_ATOMIC64Richard Henderson2021-07-211-20/+9Star
|/
* iothread: add aio-max-batch parameterStefano Garzarella2021-07-212-0/+15
* hw/ide: Fix crash when plugging a piix3-ide device into the x-remote machineThomas Huth2021-07-192-6/+9
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream3' into stagingPeter Maydell2021-07-168-2/+44
|\
| * hw/pci: Add pci_bus_range() to get PCI bus number rangeXingang Wang2021-07-161-0/+1
| * hw/i386: Add a default_bus_bypass_iommu pc machine optionXingang Wang2021-07-161-0/+1
| * hw/arm/virt: Add default_bus_bypass_iommu machine optionXingang Wang2021-07-161-0/+1
| * hw/pci/pci_host: Allow PCI host to bypass iommuXingang Wang2021-07-162-0/+2
| * hw/virtio: add boilerplate for vhost-user-i2c deviceViresh Kumar2021-07-161-0/+28
| * hw/pci/pcie: Do not set HPC flag if acpihp is usedJulia Suvorova2021-07-161-1/+4
| * hw/acpi/ich9: Enable ACPI PCI hot-plugJulia Suvorova2021-07-161-0/+3
| * hw/i386/acpi-build: Add ACPI PCI hot-plug methods to Q35Julia Suvorova2021-07-162-1/+4
* | Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210...Peter Maydell2021-07-161-0/+3
|\ \ | |/ |/|
| * hw/riscv: opentitan: Add the flash aliasAlistair Francis2021-07-151-0/+2
| * hw/riscv: opentitan: Add the unimplement rv_core_ibex_periAlistair Francis2021-07-151-0/+1
* | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20210714.0' i...Peter Maydell2021-07-151-0/+3
|\ \
| * | vfio/pci: Add pba_offset PCI quirk for BAIDU KUNLUN AI processorCai Huoqing2021-07-141-0/+3
| |/
* | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-plugins-1...Peter Maydell2021-07-151-1/+1
|\ \
| * | plugins: fix-up handling of internal hostaddr for 32 bitAlex Bennée2021-07-141-1/+1
| |/
* / hw/i386: Introduce X86_FW_OVMF Kconfig symbolPhilippe Mathieu-Daudé2021-07-141-0/+1
|/
* Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210708' into...Peter Maydell2021-07-121-1/+1
|\
| * target/s390x: start moving TCG-only code to tcg/Cho, Yu-Chen2021-07-071-1/+1
* | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell2021-07-123-6/+11
|\ \
| * | tcg: Remove TCG_TARGET_HAS_goto_ptrRichard Henderson2021-07-101-2/+1Star
| * | accel/tcg: Introduce translator_use_goto_tbRichard Henderson2021-07-091-0/+10
| * | tcg: Move tb_phys_invalidate_count to tb_ctxRichard Henderson2021-07-091-3/+0Star
| * | tcg: Bake tb_destroy() into tcg_region_treeLiren Wei2021-07-091-1/+0Star
* | | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-07-114-2/+89
|\ \ \
| * | | usb: drop usb_host_dev_is_scsi_storage hookGerd Hoffmann2021-07-091-1/+6
| * | | monitor: allow register hmp commandsGerd Hoffmann2021-07-091-0/+3