aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-10-11kvm: expose struct KVMStateChenyi Qiang
2022-10-10kvm: allow target-specific accelerator propertiesPaolo Bonzini
2022-10-06plugins: add [pre|post]fork helpers to linux-userAlex Bennée
2022-10-06accel/kvm: move kvm_update_guest_debug to inline stubAlex Bennée
2022-10-06gdbstub: move guest debug support check to opsAlex Bennée
2022-10-06gdbstub: move breakpoint logic to accel opsAlex Bennée
2022-10-06gdbstub: move sstep flags probing into AccelClassAlex Bennée
2022-10-06monitor: expose monitor_puts to rest of codeAlex Bennée
2022-10-05Merge tag 'pull-tcg-20221004' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2022-10-04accel/tcg: Introduce TARGET_TB_PCRELRichard Henderson
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson
2022-10-04include/hw/core: Create struct CPUJumpCacheRichard Henderson
2022-10-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2022-10-03accel/tcg: Use DisasContextBase in plugin_gen_tb_startRichard Henderson
2022-10-03include/exec: Introduce TARGET_PAGE_ENTRY_EXTRARichard Henderson
2022-10-03accel/tcg: Introduce tlb_set_page_fullRichard Henderson
2022-10-03accel/tcg: Introduce probe_access_fullRichard Henderson
2022-10-03accel/tcg: Drop addr member from SavedIOTLBRichard Henderson
2022-10-03accel/tcg: Rename CPUIOTLBEntry to CPUTLBEntryFullRichard Henderson
2022-10-03cpu: cache CPUClass in CPUState for hot code pathsAlex Bennée
2022-10-03Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2022-10-03Merge tag 'pull-target-arm-20220930' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2022-09-30hw/ide/core.c: Implement ATA INITIALIZE_DEVICE_PARAMETERS commandLev Kujawski
2022-09-30block: move bdrv_qiov_is_aligned to file-posixKeith Busch
2022-09-30block: make serializing requests functions 'void'Denis V. Lunev
2022-09-30block: add missed block_acct_setup with new block device init procedureDenis V. Lunev
2022-09-30block: pass OnOffAuto instead of bool to block_acct_setup()Denis V. Lunev
2022-09-29Merge tag 'char-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi
2022-09-29hw/arm/xlnx-zynqmp: Connect ZynqMP's USB controllersFrancisco Iglesias
2022-09-29oslib-posix: Introduce qemu_socketpair()Guoyi Tu
2022-09-29chardev: src buffer const for write functionsArwed Meyer
2022-09-29watchdog: remove -watchdog optionPaolo Bonzini
2022-09-28Merge tag 'linux-user-for-7.2-pull-request' of https://gitlab.com/laurent_viv...Stefan Hajnoczi
2022-09-27Merge tag 'pull-request-2022-09-26' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi
2022-09-27Merge tag 'kraxel-20220927-pull-request' of https://gitlab.com/kraxel/qemu in...Stefan Hajnoczi
2022-09-27x86: return modified setup_data only if read as memory, not as fileJason A. Donenfeld
2022-09-27linux-user: Passthrough MADV_DONTNEED for certain file mappingsIlya Leoshkevich
2022-09-27usb/msd: add usb_msd_fatal_error() and fix guest-triggerable assertGerd Hoffmann
2022-09-27hw/riscv/sifive_e: Fix inheritance of SiFiveEStateBernhard Beschow
2022-09-27hw/riscv: opentitan: Expose the resetvec as a SoC propertyAlistair Francis
2022-09-26s390x/s390-virtio-ccw: add zpcii-disable machine propertyMatthew Rosato
2022-09-26s390x/pci: let intercept devices have separate PCI groupsMatthew Rosato
2022-09-26s390x/pci: enable adapter event notification for interpreted devicesMatthew Rosato
2022-09-26s390x/pci: enable for load/store interpretationMatthew Rosato
2022-09-26s390x/pci: add routine to get host function handle from CLP infoMatthew Rosato
2022-09-26Update linux headers to v6.0-rc4Chenyi Qiang
2022-09-23Revert "main-loop: Disable block backend global state assertion on Cocoa"Akihiko Odaki
2022-09-23ui/cocoa: Run qemu_init in the main threadAkihiko Odaki
2022-09-23ui/console: Get tab completion working again in the SDL monitor vcCal Peake