index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-01-17
tcg/arm: Implement direct branch for goto_tb
Richard Henderson
2023-01-17
tcg/sparc64: Reorg goto_tb implementation
Richard Henderson
2023-01-17
tcg/sparc64: Remove USE_REG_TB
Richard Henderson
2023-01-17
tcg/ppc: Reorg goto_tb implementation
Richard Henderson
2023-01-17
tcg/aarch64: Reorg goto_tb implementation
Richard Henderson
2023-01-17
tcg: Remove TCG_TARGET_HAS_direct_jump
Richard Henderson
2023-01-17
tcg: Always define tb_target_set_jmp_target
Richard Henderson
2023-01-17
tcg: Move tb_target_set_jmp_target declaration to tcg.h
Richard Henderson
2023-01-17
tcg: Change tb_target_set_jmp_target arguments
Richard Henderson
2023-01-17
tcg: Add TranslationBlock.jmp_insn_offset
Richard Henderson
2023-01-17
tcg: Add gen_tb to TCGContext
Richard Henderson
2023-01-17
tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALID
Richard Henderson
2023-01-17
tcg: Split out tcg_out_goto_tb
Richard Henderson
2023-01-17
tcg: Introduce get_jmp_target_addr
Richard Henderson
2023-01-17
tcg: Introduce set_jmp_insn_offset
Richard Henderson
2023-01-17
tcg: Replace asserts on tcg_jmp_insn_offset
Richard Henderson
2023-01-17
tcg/sparc64: Remove unused goto_tb code for indirect jump
Richard Henderson
2023-01-17
tcg/ppc: Remove unused goto_tb code for indirect jump
Richard Henderson
2023-01-17
tcg/i386: Remove unused goto_tb code for indirect jump
Richard Henderson
2023-01-17
tcg: Split out tcg_out_exit_tb
Richard Henderson
2023-01-17
Merge tag 'pull-tcg-20230116' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
2023-01-16
accel/tcg: Split out cpu_exec_{setjmp,loop}
Richard Henderson
2023-01-16
util/bufferiszero: Use __attribute__((target)) for avx2/avx512
Richard Henderson
2023-01-16
tcg: add perfmap and jitdump
Ilya Leoshkevich
2023-01-16
accel/tcg: Add debuginfo support
Ilya Leoshkevich
2023-01-16
linux-user: Clean up when exiting due to a signal
Ilya Leoshkevich
2023-01-16
Merge tag 'm68k-next-pull-request' of https://github.com/vivier/qemu-m68k int...
Peter Maydell
2023-01-16
tests/qtest/qom-test: Do not print tested properties by default
Thomas Huth
2023-01-16
Merge tag 'mips-20230113' of https://github.com/philmd/qemu into staging
Peter Maydell
2023-01-16
target/m68k: fix FPSR quotient byte for frem instruction
Mark Cave-Ayland
2023-01-16
target/m68k: fix FPSR quotient byte for fmod instruction
Mark Cave-Ayland
2023-01-16
target/m68k: pass sign directly into make_quotient()
Mark Cave-Ayland
2023-01-16
target/m68k: pass quotient directly into make_quotient()
Mark Cave-Ayland
2023-01-13
scripts/git.orderfile: Display MAINTAINERS changes first
Philippe Mathieu-Daudé
2023-01-13
target/mips: Restrict 'qapi-commands-machine.h' to system emulation
Philippe Mathieu-Daudé
2023-01-13
hw/mips/boston: Rename MachineState 'mc' pointer to 'ms'
Daniel Henrique Barboza
2023-01-13
hw/pci-host/bonito: Declare TYPE_BONITO_PCI_HOST_BRIDGE in header
Philippe Mathieu-Daudé
2023-01-13
hw/pci-host/bonito: Use 'bonito_pci' for PCI function #0 code
Philippe Mathieu-Daudé
2023-01-13
hw/pci-host/bonito: Use 'bonito_host' for PCI host bridge code
Philippe Mathieu-Daudé
2023-01-13
hw/pci-host/bonito: Convert to 3-phase reset
Philippe Mathieu-Daudé
2023-01-13
softmmu/rtc: Emit warning when using driftfix=slew on systems without mc146818
Thomas Huth
2023-01-13
hw/rtc/mc146818rtc: Make the mc146818 RTC device target independent
Thomas Huth
2023-01-13
hw/core/qdev-properties-system: Allow the 'slew' policy only on x86
Thomas Huth
2023-01-13
hw/intc: Extract the IRQ counting functions into a separate file
Thomas Huth
2023-01-13
hw/intc/i8259: Make using the isa_pic singleton more type-safe
Bernhard Beschow
2023-01-13
hw/usb/hcd-uhci: Introduce TYPE_ defines for device models
Bernhard Beschow
2023-01-13
hw/mips/Kconfig: Track Malta's PIIX dependencies via Kconfig
Bernhard Beschow
2023-01-13
hw/isa/piix4: Decouple INTx-to-LNKx routing which is board-specific
Bernhard Beschow
2023-01-13
hw/isa/piix3: Decouple INTx-to-LNKx routing which is board-specific
Bernhard Beschow
2023-01-13
hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()
Bernhard Beschow
[next]