aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-07target/riscv: Fix checks in hmode/hmode32Weiwei Li2-7/+7
2022-09-07target/riscv: Add check for csrs existed with U extensionWeiwei Li1-3/+21
2022-09-07target/riscv: Fix checkpatch warning may triggered in csr_ops tableWeiwei Li1-207/+234
2022-09-07target/riscv: H extension depends on I extensionWeiwei Li1-0/+6
2022-09-07target/riscv: Add check for supported privilege mode combinationsWeiwei Li1-0/+6
2022-09-07hw/riscv: virt: pass random seed to fdtJason A. Donenfeld1-0/+6
2022-09-07target/riscv: move zmmul out of the experimental propertiesWeiwei Li1-1/+2
2022-09-07target/riscv: fix shifts shamt value for rv128cFrédéric Pétrot3-11/+43
2022-09-07target/riscv: Force disable extensions if priv spec version does not matchAnup Patel1-56/+94
2022-09-07target/riscv: Update [m|h]tinst CSR in riscv_cpu_do_interrupt()Anup Patel3-6/+296
2022-09-06Merge tag 'samuel-thibault' of https://people.debian.org/~sthibault/qemu into...Stefan Hajnoczi1-2/+14
2022-09-06Merge tag 'pull-tcg-20220906' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi43-364/+963
2022-09-06target/riscv: Make translator stop before the end of a pageRichard Henderson3-4/+93
2022-09-06target/riscv: Add MAX_INSN_LEN and insn_lenRichard Henderson1-1/+9
2022-09-06target/i386: Make translator stop before the end of a pageIlya Leoshkevich3-25/+115
2022-09-06target/s390x: Make translator stop before the end of a pageIlya Leoshkevich4-4/+257
2022-09-06accel/tcg: Add fast path for translator_ld*Richard Henderson3-71/+141
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson25-53/+97
2022-09-06accel/tcg: Remove translator_ldswRichard Henderson2-2/+1
2022-09-06accel/tcg: Document the faulting lookup in tb_lookup_cmpRichard Henderson1-1/+10
2022-09-06accel/tcg: Use probe_access_internal for softmmu get_page_addr_code_hostpRichard Henderson1-50/+26
2022-09-06accel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.cRichard Henderson3-12/+13
2022-09-06accel/tcg: Make tb_htable_lookup staticRichard Henderson2-64/+61
2022-09-06accel/tcg: Unlock mmap_lock after longjmpRichard Henderson2-9/+6
2022-09-06accel/tcg: Properly implement get_page_addr_code for user-onlyRichard Henderson3-58/+38
2022-09-06accel/tcg: Introduce is_same_page()Ilya Leoshkevich1-0/+10
2022-09-06tests/tcg/i386: Move smc_code2 to an executable sectionRichard Henderson1-1/+1
2022-09-06linux-user: Clear translations on mprotect()Ilya Leoshkevich1-2/+4
2022-09-06linux-user: Honor PT_GNU_STACKRichard Henderson3-1/+20
2022-09-06linux-user/x86_64: Allocate vsyscall page as a commpageRichard Henderson1-0/+23
2022-09-06linux-user/hppa: Allocate page zero as a commpageRichard Henderson1-3/+31
2022-09-06linux-user/arm: Mark the commpage executableRichard Henderson2-3/+7
2022-09-06usb-braille: Better explain that one also has to create a chardev backendSamuel Thibault1-2/+14
2022-09-05Merge tag 'pull-or1k-20220904' of https://github.com/stffrdhrn/qemu into stagingStefan Hajnoczi23-114/+1017
2022-09-04docs/system: openrisc: Add OpenRISC documentationStafford Horne6-0/+197
2022-09-04hw/openrisc: virt: pass random seed to fdtJason A. Donenfeld1-0/+6
2022-09-04target/openrisc: Interrupt handling fixesStafford Horne2-1/+7
2022-09-04target/openrisc: Enable MTTCGStafford Horne3-1/+9
2022-09-04target/openrisc: Add interrupted CPU to logStafford Horne1-1/+3
2022-09-04hw/openrisc: Initialize timer time at startupStafford Horne1-1/+21
2022-09-04hw/openrisc: Add PCI bus support to virtStafford Horne2-6/+157
2022-09-04hw/openrisc: Add the OpenRISC virtual machineStafford Horne4-0/+428
2022-09-04goldfish_rtc: Add big-endian propertyStafford Horne3-9/+31
2022-09-04target/openrisc: Fix memory reading in debuggerStafford Horne1-1/+7
2022-09-04hw/openrisc: Split re-usable boot time apis out to boot.cStafford Horne4-100/+157
2022-09-02Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi36-1425/+7069
2022-09-02Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi15-173/+248
2022-09-02Merge tag 'char-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi10-46/+85
2022-09-02audio: exit(1) if audio backend failed to be found or initializedMarc-André Lureau3-5/+15
2022-09-02tests/unit: Update test-io-channel-socket.c for WindowsBin Meng3-14/+48