aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-06docs: convert docs/devel/replay page to rstPavel Dovgalyuk2-4/+13
2022-06-06replay: simplify async event processingPavel Dovgalyuk4-42/+31
2022-06-06replay: rewrite async event handlingPavel Dovgalyuk8-76/+54
2022-06-06replay: notify vCPU when BH is scheduledPavel Dovgalyuk4-0/+21
2022-06-06replay: fix event queue flush for qemu shutdownPavel Dovgalyuk1-2/+1
2022-06-06modules: generates per-target modinfoJose R. Ziviani2-22/+52
2022-06-06modules: introduces module_kconfig directiveJose R. Ziviani18-0/+28
2022-06-06target/i386: Fix wrong count settingYang Zhong1-1/+1
2022-06-06build: add a "make modules" targetPaolo Bonzini1-0/+3
2022-06-06target/i386/tcg: Fix masking of real-mode addresses with A20 bitStephen Michael Jothen1-1/+3
2022-06-03Merge tag 'nvme-next-pull-request' of git://git.infradead.org/qemu-nvme into ...Richard Henderson7-16/+48
2022-06-03hw/nvme: add new command abort caseDmitry Tikhov1-0/+5
2022-06-03hw/nvme: deprecate the use-intel-id compatibility parameterKlaus Jensen1-0/+8
2022-06-03hw/nvme: bump firmware revisionKlaus Jensen1-1/+1
2022-06-03hw/nvme: do not report null uuidKlaus Jensen1-10/+7
2022-06-03hw/nvme: do not auto-generate uuidKlaus Jensen1-1/+1
2022-06-03hw/nvme: do not auto-generate eui64Klaus Jensen3-1/+9
2022-06-03hw/nvme: enforce common serial per subsystemKlaus Jensen2-0/+8
2022-06-03hw/nvme: fix smart aenKlaus Jensen1-1/+1
2022-06-03hw/nvme: fix copy cmd for pi enabled namespacesDmitry Tikhov1-0/+4
2022-06-03hw/nvme: add missing return statementDmitry Tikhov1-0/+1
2022-06-03hw/nvme: fix narrowing conversionDmitry Tikhov1-2/+3
2022-06-03Merge tag 'pull-request-2022-06-03' of https://gitlab.com/thuth/qemu into sta...Richard Henderson17-227/+151
2022-06-03ui: Remove deprecated options "-sdl" and "-curses"Thomas Huth4-51/+12
2022-06-03ui: Switch "-display sdl" to use the QAPI parserThomas Huth5-74/+36
2022-06-03ui: Remove deprecated parameters of the "-display sdl" optionThomas Huth4-86/+20
2022-06-03tests/qtest: use g_autofree for test_server_create_chrAlex Bennée1-4/+3
2022-06-03qtest/npcm7xx_pwm-test: Fix memory leak in mft_qom_setMiaoqian Lin1-0/+3
2022-06-03MAINTAINERS: Update maintainers for Guest x86 HAXM CPUsWenchao Wang1-1/+0
2022-06-03MAINTAINERS: Change my email addressHailiang Zhang1-1/+1
2022-06-03tests/tcg: Test overflow conditionsGautam Agrawal1-0/+58
2022-06-03MAINTAINERS: Update s390 vhost entriesEric Farman1-2/+1
2022-06-03target/s390x: kvm: Honor storage keys during emulationJanis Schoetterl-Glausch1-0/+9
2022-06-03hw/s390x/s390-virtio-ccw: Improve the machine description stringThomas Huth1-1/+1
2022-06-02s390: Typo fix FLOATING_POINT_SUPPPORT_ENHDr. David Alan Gilbert3-8/+8
2022-06-02Merge tag 'pull-tcg-20220602' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson3-2/+7
2022-06-02tcg/aarch64: Fix illegal insn from out-of-range shliRichard Henderson1-1/+1
2022-06-02tcg/i386: Fix encoding of OPC_VPSRAQ for INDEX_op_sars_vecRichard Henderson1-1/+1
2022-06-02tcg: Add tcg_gen_mov_ptrRichard Henderson1-0/+5
2022-06-02Merge tag 'm68k-for-7.1-pull-request' of https://github.com/vivier/qemu-m68k ...Richard Henderson10-148/+398
2022-06-02target/m68k: Mark helper_raise_exception as noreturnRichard Henderson2-3/+4
2022-06-02linux-user/strace: Adjust get_thread_area for m68kRichard Henderson1-0/+5
2022-06-02linux-user/strace: Use is_error in print_syscall_errRichard Henderson1-1/+1
2022-06-02tests/tcg/m68k: Add trap.cRichard Henderson2-0/+132
2022-06-02target/m68k: Implement FTRAPccRichard Henderson1-0/+30
2022-06-02target/m68k: Implement TRAPVRichard Henderson1-0/+9
2022-06-02target/m68k: Implement TPF in terms of TRAPccRichard Henderson1-17/+2
2022-06-02target/m68k: Implement TRAPccRichard Henderson5-5/+54
2022-06-02target/m68k: Fix stack frame for EXCP_ILLEGALRichard Henderson1-1/+4
2022-06-02target/m68k: Fix address argument for EXCP_TRACERichard Henderson3-18/+36