index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-17
tcg/arm: Implement direct branch for goto_tb
Richard Henderson
1
-15
/
+37
2023-01-17
tcg/sparc64: Reorg goto_tb implementation
Richard Henderson
1
-50
/
+37
2023-01-17
tcg/sparc64: Remove USE_REG_TB
Richard Henderson
1
-41
/
+21
2023-01-17
tcg/ppc: Reorg goto_tb implementation
Richard Henderson
2
-114
/
+41
2023-01-17
tcg/aarch64: Reorg goto_tb implementation
Richard Henderson
2
-39
/
+29
2023-01-17
tcg: Remove TCG_TARGET_HAS_direct_jump
Richard Henderson
17
-27
/
+14
2023-01-17
tcg: Always define tb_target_set_jmp_target
Richard Henderson
4
-0
/
+24
2023-01-17
tcg: Move tb_target_set_jmp_target declaration to tcg.h
Richard Henderson
11
-40
/
+3
2023-01-17
tcg: Change tb_target_set_jmp_target arguments
Richard Henderson
17
-36
/
+61
2023-01-17
tcg: Add TranslationBlock.jmp_insn_offset
Richard Henderson
3
-6
/
+8
2023-01-17
tcg: Add gen_tb to TCGContext
Richard Henderson
4
-27
/
+14
2023-01-17
tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALID
Richard Henderson
3
-7
/
+7
2023-01-17
tcg: Split out tcg_out_goto_tb
Richard Henderson
11
-171
/
+197
2023-01-17
tcg: Introduce get_jmp_target_addr
Richard Henderson
5
-4
/
+13
2023-01-17
tcg: Introduce set_jmp_insn_offset
Richard Henderson
7
-14
/
+19
2023-01-17
tcg: Replace asserts on tcg_jmp_insn_offset
Richard Henderson
6
-6
/
+6
2023-01-17
tcg/sparc64: Remove unused goto_tb code for indirect jump
Richard Henderson
1
-29
/
+12
2023-01-17
tcg/ppc: Remove unused goto_tb code for indirect jump
Richard Henderson
1
-19
/
+13
2023-01-17
tcg/i386: Remove unused goto_tb code for indirect jump
Richard Henderson
1
-9
/
+5
2023-01-17
tcg: Split out tcg_out_exit_tb
Richard Henderson
11
-97
/
+121
2023-01-17
Merge tag 'pull-tcg-20230116' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
19
-101
/
+763
2023-01-16
accel/tcg: Split out cpu_exec_{setjmp,loop}
Richard Henderson
1
-57
/
+54
2023-01-16
util/bufferiszero: Use __attribute__((target)) for avx2/avx512
Richard Henderson
2
-41
/
+8
2023-01-16
tcg: add perfmap and jitdump
Ilya Leoshkevich
10
-0
/
+505
2023-01-16
accel/tcg: Add debuginfo support
Ilya Leoshkevich
7
-0
/
+191
2023-01-16
linux-user: Clean up when exiting due to a signal
Ilya Leoshkevich
1
-3
/
+5
2023-01-16
Merge tag 'm68k-next-pull-request' of https://github.com/vivier/qemu-m68k int...
Peter Maydell
1
-18
/
+31
2023-01-16
tests/qtest/qom-test: Do not print tested properties by default
Thomas Huth
1
-1
/
+11
2023-01-16
Merge tag 'mips-20230113' of https://github.com/philmd/qemu into staging
Peter Maydell
62
-622
/
+690
2023-01-16
target/m68k: fix FPSR quotient byte for frem instruction
Mark Cave-Ayland
1
-10
/
+19
2023-01-16
target/m68k: fix FPSR quotient byte for fmod instruction
Mark Cave-Ayland
1
-5
/
+4
2023-01-16
target/m68k: pass sign directly into make_quotient()
Mark Cave-Ayland
1
-10
/
+13
2023-01-16
target/m68k: pass quotient directly into make_quotient()
Mark Cave-Ayland
1
-9
/
+11
2023-01-13
scripts/git.orderfile: Display MAINTAINERS changes first
Philippe Mathieu-Daudé
1
-0
/
+2
2023-01-13
target/mips: Restrict 'qapi-commands-machine.h' to system emulation
Philippe Mathieu-Daudé
3
-29
/
+40
2023-01-13
hw/mips/boston: Rename MachineState 'mc' pointer to 'ms'
Daniel Henrique Barboza
1
-2
/
+2
2023-01-13
hw/pci-host/bonito: Declare TYPE_BONITO_PCI_HOST_BRIDGE in header
Philippe Mathieu-Daudé
3
-3
/
+20
2023-01-13
hw/pci-host/bonito: Use 'bonito_pci' for PCI function #0 code
Philippe Mathieu-Daudé
1
-6
/
+6
2023-01-13
hw/pci-host/bonito: Use 'bonito_host' for PCI host bridge code
Philippe Mathieu-Daudé
1
-6
/
+6
2023-01-13
hw/pci-host/bonito: Convert to 3-phase reset
Philippe Mathieu-Daudé
1
-5
/
+4
2023-01-13
softmmu/rtc: Emit warning when using driftfix=slew on systems without mc146818
Thomas Huth
1
-1
/
+5
2023-01-13
hw/rtc/mc146818rtc: Make the mc146818 RTC device target independent
Thomas Huth
3
-16
/
+2
2023-01-13
hw/core/qdev-properties-system: Allow the 'slew' policy only on x86
Thomas Huth
1
-1
/
+27
2023-01-13
hw/intc: Extract the IRQ counting functions into a separate file
Thomas Huth
11
-43
/
+81
2023-01-13
hw/intc/i8259: Make using the isa_pic singleton more type-safe
Bernhard Beschow
3
-10
/
+8
2023-01-13
hw/usb/hcd-uhci: Introduce TYPE_ defines for device models
Bernhard Beschow
5
-16
/
+22
2023-01-13
hw/mips/Kconfig: Track Malta's PIIX dependencies via Kconfig
Bernhard Beschow
2
-2
/
+1
2023-01-13
hw/isa/piix4: Decouple INTx-to-LNKx routing which is board-specific
Bernhard Beschow
2
-26
/
+27
2023-01-13
hw/isa/piix3: Decouple INTx-to-LNKx routing which is board-specific
Bernhard Beschow
2
-13
/
+15
2023-01-13
hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()
Bernhard Beschow
9
-16
/
+27
[next]