aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-06target/i386: Fix wrong count settingYang Zhong
2022-06-06build: add a "make modules" targetPaolo Bonzini
2022-06-06target/i386/tcg: Fix masking of real-mode addresses with A20 bitStephen Michael Jothen
2022-06-03Merge tag 'nvme-next-pull-request' of git://git.infradead.org/qemu-nvme into ...Richard Henderson
2022-06-03hw/nvme: add new command abort caseDmitry Tikhov
2022-06-03hw/nvme: deprecate the use-intel-id compatibility parameterKlaus Jensen
2022-06-03hw/nvme: bump firmware revisionKlaus Jensen
2022-06-03hw/nvme: do not report null uuidKlaus Jensen
2022-06-03hw/nvme: do not auto-generate uuidKlaus Jensen
2022-06-03hw/nvme: do not auto-generate eui64Klaus Jensen
2022-06-03hw/nvme: enforce common serial per subsystemKlaus Jensen
2022-06-03hw/nvme: fix smart aenKlaus Jensen
2022-06-03hw/nvme: fix copy cmd for pi enabled namespacesDmitry Tikhov
2022-06-03hw/nvme: add missing return statementDmitry Tikhov
2022-06-03hw/nvme: fix narrowing conversionDmitry Tikhov
2022-06-03Merge tag 'pull-request-2022-06-03' of https://gitlab.com/thuth/qemu into sta...Richard Henderson
2022-06-03ui: Remove deprecated options "-sdl" and "-curses"Thomas Huth
2022-06-03ui: Switch "-display sdl" to use the QAPI parserThomas Huth
2022-06-03ui: Remove deprecated parameters of the "-display sdl" optionThomas Huth
2022-06-03tests/qtest: use g_autofree for test_server_create_chrAlex Bennée
2022-06-03qtest/npcm7xx_pwm-test: Fix memory leak in mft_qom_setMiaoqian Lin
2022-06-03MAINTAINERS: Update maintainers for Guest x86 HAXM CPUsWenchao Wang
2022-06-03MAINTAINERS: Change my email addressHailiang Zhang
2022-06-03tests/tcg: Test overflow conditionsGautam Agrawal
2022-06-03MAINTAINERS: Update s390 vhost entriesEric Farman
2022-06-03target/s390x: kvm: Honor storage keys during emulationJanis Schoetterl-Glausch
2022-06-03hw/s390x/s390-virtio-ccw: Improve the machine description stringThomas Huth
2022-06-02s390: Typo fix FLOATING_POINT_SUPPPORT_ENHDr. David Alan Gilbert
2022-06-02Merge tag 'pull-tcg-20220602' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2022-06-02tcg/aarch64: Fix illegal insn from out-of-range shliRichard Henderson
2022-06-02tcg/i386: Fix encoding of OPC_VPSRAQ for INDEX_op_sars_vecRichard Henderson
2022-06-02tcg: Add tcg_gen_mov_ptrRichard Henderson
2022-06-02Merge tag 'm68k-for-7.1-pull-request' of https://github.com/vivier/qemu-m68k ...Richard Henderson
2022-06-02target/m68k: Mark helper_raise_exception as noreturnRichard Henderson
2022-06-02linux-user/strace: Adjust get_thread_area for m68kRichard Henderson
2022-06-02linux-user/strace: Use is_error in print_syscall_errRichard Henderson
2022-06-02tests/tcg/m68k: Add trap.cRichard Henderson
2022-06-02target/m68k: Implement FTRAPccRichard Henderson
2022-06-02target/m68k: Implement TRAPVRichard Henderson
2022-06-02target/m68k: Implement TPF in terms of TRAPccRichard Henderson
2022-06-02target/m68k: Implement TRAPccRichard Henderson
2022-06-02target/m68k: Fix stack frame for EXCP_ILLEGALRichard Henderson
2022-06-02target/m68k: Fix address argument for EXCP_TRACERichard Henderson
2022-06-02target/m68k: Fix pc, c flag, and address argument for EXCP_DIV0Richard Henderson
2022-06-02target/m68k: Fix address argument for EXCP_CHKRichard Henderson
2022-06-02target/m68k: Remove retaddr in m68k_interrupt_allRichard Henderson
2022-06-02linux-user/m68k: Handle EXCP_TRAP1 through EXCP_TRAP15Richard Henderson
2022-06-02target/m68k: Fix coding style in m68k_interrupt_allRichard Henderson
2022-06-02target/m68k: Switch over exception type in m68k_interrupt_allRichard Henderson
2022-06-02target/m68k: Raise the TRAPn exception with the correct pcRichard Henderson