aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-17tcg/arm: Implement direct branch for goto_tbRichard Henderson
2023-01-17tcg/sparc64: Reorg goto_tb implementationRichard Henderson
2023-01-17tcg/sparc64: Remove USE_REG_TBRichard Henderson
2023-01-17tcg/ppc: Reorg goto_tb implementationRichard Henderson
2023-01-17tcg/aarch64: Reorg goto_tb implementationRichard Henderson
2023-01-17tcg: Remove TCG_TARGET_HAS_direct_jumpRichard Henderson
2023-01-17tcg: Always define tb_target_set_jmp_targetRichard Henderson
2023-01-17tcg: Move tb_target_set_jmp_target declaration to tcg.hRichard Henderson
2023-01-17tcg: Change tb_target_set_jmp_target argumentsRichard Henderson
2023-01-17tcg: Add TranslationBlock.jmp_insn_offsetRichard Henderson
2023-01-17tcg: Add gen_tb to TCGContextRichard Henderson
2023-01-17tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALIDRichard Henderson
2023-01-17tcg: Split out tcg_out_goto_tbRichard Henderson
2023-01-17tcg: Introduce get_jmp_target_addrRichard Henderson
2023-01-17tcg: Introduce set_jmp_insn_offsetRichard Henderson
2023-01-17tcg: Replace asserts on tcg_jmp_insn_offsetRichard Henderson
2023-01-17tcg/sparc64: Remove unused goto_tb code for indirect jumpRichard Henderson
2023-01-17tcg/ppc: Remove unused goto_tb code for indirect jumpRichard Henderson
2023-01-17tcg/i386: Remove unused goto_tb code for indirect jumpRichard Henderson
2023-01-17tcg: Split out tcg_out_exit_tbRichard Henderson
2023-01-17Merge tag 'pull-tcg-20230116' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2023-01-16accel/tcg: Split out cpu_exec_{setjmp,loop}Richard Henderson
2023-01-16util/bufferiszero: Use __attribute__((target)) for avx2/avx512Richard Henderson
2023-01-16tcg: add perfmap and jitdumpIlya Leoshkevich
2023-01-16accel/tcg: Add debuginfo supportIlya Leoshkevich
2023-01-16linux-user: Clean up when exiting due to a signalIlya Leoshkevich
2023-01-16Merge tag 'm68k-next-pull-request' of https://github.com/vivier/qemu-m68k int...Peter Maydell
2023-01-16tests/qtest/qom-test: Do not print tested properties by defaultThomas Huth
2023-01-16Merge tag 'mips-20230113' of https://github.com/philmd/qemu into stagingPeter Maydell
2023-01-16target/m68k: fix FPSR quotient byte for frem instructionMark Cave-Ayland
2023-01-16target/m68k: fix FPSR quotient byte for fmod instructionMark Cave-Ayland
2023-01-16target/m68k: pass sign directly into make_quotient()Mark Cave-Ayland
2023-01-16target/m68k: pass quotient directly into make_quotient()Mark Cave-Ayland
2023-01-13scripts/git.orderfile: Display MAINTAINERS changes firstPhilippe Mathieu-Daudé
2023-01-13target/mips: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé
2023-01-13hw/mips/boston: Rename MachineState 'mc' pointer to 'ms'Daniel Henrique Barboza
2023-01-13hw/pci-host/bonito: Declare TYPE_BONITO_PCI_HOST_BRIDGE in headerPhilippe Mathieu-Daudé
2023-01-13hw/pci-host/bonito: Use 'bonito_pci' for PCI function #0 codePhilippe Mathieu-Daudé
2023-01-13hw/pci-host/bonito: Use 'bonito_host' for PCI host bridge codePhilippe Mathieu-Daudé
2023-01-13hw/pci-host/bonito: Convert to 3-phase resetPhilippe Mathieu-Daudé
2023-01-13softmmu/rtc: Emit warning when using driftfix=slew on systems without mc146818Thomas Huth
2023-01-13hw/rtc/mc146818rtc: Make the mc146818 RTC device target independentThomas Huth
2023-01-13hw/core/qdev-properties-system: Allow the 'slew' policy only on x86Thomas Huth
2023-01-13hw/intc: Extract the IRQ counting functions into a separate fileThomas Huth
2023-01-13hw/intc/i8259: Make using the isa_pic singleton more type-safeBernhard Beschow
2023-01-13hw/usb/hcd-uhci: Introduce TYPE_ defines for device modelsBernhard Beschow
2023-01-13hw/mips/Kconfig: Track Malta's PIIX dependencies via KconfigBernhard Beschow
2023-01-13hw/isa/piix4: Decouple INTx-to-LNKx routing which is board-specificBernhard Beschow
2023-01-13hw/isa/piix3: Decouple INTx-to-LNKx routing which is board-specificBernhard Beschow
2023-01-13hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()Bernhard Beschow