aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-10-04include/hw/core: Create struct CPUJumpCacheRichard Henderson3-14/+3
2022-10-03accel/tcg: Use DisasContextBase in plugin_gen_tb_startRichard Henderson1-3/+4
2022-10-03include/exec: Introduce TARGET_PAGE_ENTRY_EXTRARichard Henderson1-0/+9
2022-10-03accel/tcg: Introduce tlb_set_page_fullRichard Henderson2-0/+36
2022-10-03accel/tcg: Introduce probe_access_fullRichard Henderson2-0/+16
2022-10-03accel/tcg: Drop addr member from SavedIOTLBRichard Henderson1-1/+0
2022-10-03accel/tcg: Rename CPUIOTLBEntry to CPUTLBEntryFullRichard Henderson1-11/+11
2022-10-03cpu: cache CPUClass in CPUState for hot code pathsAlex Bennée1-0/+9
2022-10-03Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi5-6/+13
2022-10-03Merge tag 'pull-target-arm-20220930' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi1-0/+3
2022-09-30hw/ide/core.c: Implement ATA INITIALIZE_DEVICE_PARAMETERS commandLev Kujawski1-0/+3
2022-09-30block: move bdrv_qiov_is_aligned to file-posixKeith Busch1-1/+0
2022-09-30block: make serializing requests functions 'void'Denis V. Lunev1-1/+1
2022-09-30block: add missed block_acct_setup with new block device init procedureDenis V. Lunev1-1/+6
2022-09-30block: pass OnOffAuto instead of bool to block_acct_setup()Denis V. Lunev1-3/+3
2022-09-29Merge tag 'char-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi3-3/+21
2022-09-29hw/arm/xlnx-zynqmp: Connect ZynqMP's USB controllersFrancisco Iglesias1-0/+3
2022-09-29oslib-posix: Introduce qemu_socketpair()Guoyi Tu1-0/+18
2022-09-29chardev: src buffer const for write functionsArwed Meyer2-3/+3
2022-09-28Merge tag 'linux-user-for-7.2-pull-request' of https://gitlab.com/laurent_viv...Stefan Hajnoczi1-0/+6
2022-09-27Merge tag 'pull-request-2022-09-26' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi16-42/+253
2022-09-27Merge tag 'kraxel-20220927-pull-request' of https://gitlab.com/kraxel/qemu in...Stefan Hajnoczi5-15/+5
2022-09-27linux-user: Passthrough MADV_DONTNEED for certain file mappingsIlya Leoshkevich1-0/+6
2022-09-27usb/msd: add usb_msd_fatal_error() and fix guest-triggerable assertGerd Hoffmann1-0/+1
2022-09-27hw/riscv/sifive_e: Fix inheritance of SiFiveEStateBernhard Beschow1-1/+2
2022-09-27hw/riscv: opentitan: Expose the resetvec as a SoC propertyAlistair Francis1-0/+2
2022-09-26s390x/s390-virtio-ccw: add zpcii-disable machine propertyMatthew Rosato1-0/+1
2022-09-26s390x/pci: let intercept devices have separate PCI groupsMatthew Rosato1-1/+5
2022-09-26s390x/pci: enable adapter event notification for interpreted devicesMatthew Rosato2-0/+15
2022-09-26s390x/pci: enable for load/store interpretationMatthew Rosato2-0/+25
2022-09-26s390x/pci: add routine to get host function handle from CLP infoMatthew Rosato1-0/+5
2022-09-26Update linux headers to v6.0-rc4Chenyi Qiang12-41/+202
2022-09-23Revert "main-loop: Disable block backend global state assertion on Cocoa"Akihiko Odaki1-13/+0
2022-09-23ui/cocoa: Run qemu_init in the main threadAkihiko Odaki2-2/+3
2022-09-23ui/console: Get tab completion working again in the SDL monitor vcCal Peake1-0/+1
2022-09-21Merge tag 'pull-ppc-20220920' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi1-2/+3
2022-09-20hw/ppc/spapr: Fix code style problems reported by checkpatchBernhard Beschow1-2/+3
2022-09-20hw/loongarch: Improve acpi dsdt tableXiaojuan Yang1-0/+1
2022-09-20hw/loongarch: Add platform bus supportXiaojuan Yang2-0/+6
2022-09-17Merge tag 'pull-semi-20220914' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi1-2/+8
2022-09-14target/arm: Make boards pass base address to armv7m_load_kernel()Peter Maydell1-1/+4
2022-09-13semihosting: Allow optional use of semihosting from userspacePeter Maydell1-2/+8
2022-09-07hw/intc: Move mtimer/mtimecmp to aclintAtish Patra2-0/+4
2022-09-07hw/riscv: virt: fix the plic's address cellsConor Dooley1-0/+1
2022-09-07hw/riscv: microchip_pfsoc: fix kernel panics due to missing peripheralsConor Dooley1-1/+13
2022-09-07hw/riscv: opentitan: bump opentitan versionWilfred Mallawa1-5/+6
2022-09-07hw/riscv: remove 'fdt' param from riscv_setup_rom_reset_vec()Daniel Henrique Barboza1-1/+1
2022-09-06accel/tcg: Add fast path for translator_ld*Richard Henderson1-27/+36
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson2-5/+20
2022-09-06accel/tcg: Remove translator_ldswRichard Henderson1-1/+0