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-02-27
target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemu
Philippe Mathieu-Daudé
16
-21
/
+21
2023-02-27
gdbstub: Use vaddr type for generic insert/remove_breakpoint() API
Philippe Mathieu-Daudé
8
-18
/
+17
2023-02-27
cpu: Move breakpoint helpers to common code
Philippe Mathieu-Daudé
2
-71
/
+72
2023-02-27
cpu: Remove capstone meson dependency
Philippe Mathieu-Daudé
1
-1
/
+2
2023-02-27
Merge tag 'pull-target-arm-20230227' of https://git.linaro.org/people/pmaydel...
Peter Maydell
82
-875
/
+918
2023-02-27
hw: Replace qemu_or_irq typedef by OrIRQState
Philippe Mathieu-Daudé
12
-27
/
+25
2023-02-27
hw/or-irq: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()
Philippe Mathieu-Daudé
1
-2
/
+1
2023-02-27
hw/irq: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()
Philippe Mathieu-Daudé
1
-5
/
+4
2023-02-27
iothread: Remove unused IOThreadClass / IOTHREAD_CLASS
Philippe Mathieu-Daudé
1
-4
/
+0
2023-02-27
hw/arm/musicpal: Remove unused dummy MemoryRegion
Philippe Mathieu-Daudé
1
-4
/
+0
2023-02-27
hw/intc/armv7m_nvic: Use QOM cast CPU() macro
Philippe Mathieu-Daudé
1
-3
/
+3
2023-02-27
hw/timer/cmsdk-apb-timer: Remove unused 'qdev-properties.h' header
Philippe Mathieu-Daudé
1
-1
/
+0
2023-02-27
hw/char/cmsdk-apb-uart: Open-code cmsdk_apb_uart_create()
Philippe Mathieu-Daudé
2
-48
/
+27
2023-02-27
hw/char/xilinx_uartlite: Open-code xilinx_uartlite_create()
Philippe Mathieu-Daudé
2
-22
/
+5
2023-02-27
hw/char/xilinx_uartlite: Expose XILINX_UARTLITE QOM type
Philippe Mathieu-Daudé
2
-4
/
+6
2023-02-27
hw/char/pl011: Open-code pl011_luminary_create()
Philippe Mathieu-Daudé
2
-20
/
+8
2023-02-27
hw/char/pl011: Un-inline pl011_create()
Philippe Mathieu-Daudé
2
-18
/
+18
2023-02-27
hw/gpio/max7310: Simplify max7310_realize()
Philippe Mathieu-Daudé
1
-3
/
+2
2023-02-27
tests/avocado: add machine:none tag to version.py
Fabiano Rosas
1
-0
/
+1
2023-02-27
cpu-defs.h: Expose CPUTLBEntryFull to non-TCG code
Fabiano Rosas
1
-0
/
+6
2023-02-27
target/arm: Don't access TCG code when debugging with KVM
Fabiano Rosas
1
-0
/
+4
2023-02-27
target/arm: Move regime_using_lpae_format into internal.h
Fabiano Rosas
2
-21
/
+18
2023-02-27
target/arm: Move hflags code into the tcg directory
Fabiano Rosas
5
-392
/
+411
2023-02-27
target/arm: Wrap arm_rebuild_hflags calls with tcg_enabled
Fabiano Rosas
6
-17
/
+42
2023-02-27
target/arm: Move psci.c into the tcg directory
Claudio Fontana
3
-1
/
+4
2023-02-27
target/arm: move helpers to tcg/
Claudio Fontana
17
-13
/
+38
2023-02-27
target/arm: move translate modules to tcg/
Fabiano Rosas
27
-26
/
+37
2023-02-27
target/arm: Wrap TCG-only code in debug_helper.c
Fabiano Rosas
1
-237
/
+239
2023-02-27
target/arm: Wrap breakpoint/watchpoint updates with tcg_enabled
Fabiano Rosas
3
-8
/
+21
2023-02-27
include/hw/arm/allwinner-a10.h: Remove superfluous includes from the header
Thomas Huth
2
-2
/
+1
2023-02-27
Merge tag 'pull-request-2023-02-27' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
38
-596
/
+527
2023-02-27
Deprecate the "-no-acpi" command line switch
Thomas Huth
2
-0
/
+7
2023-02-27
gitlab-ci.d/base: Mark jobs as interruptible by default
Thomas Huth
1
-0
/
+2
2023-02-27
gitlab-ci.d: Build with --enable-fdt=system by default
Thomas Huth
5
-11
/
+14
2023-02-27
gitlab-ci.d/buildtest-template: Simplify the configure step
Thomas Huth
1
-6
/
+4
2023-02-27
gitlab-ci.d/buildtest: Disintegrate the build-coroutine-sigaltstack job
Thomas Huth
2
-13
/
+2
2023-02-27
gitlab-ci.d/buildtest: Remove aarch64-softmmu from the build-system-ubuntu job
Thomas Huth
1
-1
/
+1
2023-02-27
Updated the FSF address to <https://www.gnu.org/licenses/>
Khadija Kamran
9
-19
/
+9
2023-02-27
meson: fix dependency on qemu-keymap
Steve Sistare
2
-2
/
+2
2023-02-27
qemu-keymap: Silence memory leak warning from Clang's sanitizer
Thomas Huth
1
-0
/
+2
2023-02-27
configure: Add 'mkdir build' check
Dinah Baum
1
-2
/
+6
2023-02-27
tests/tcg/s390x: Add sam.S
Ilya Leoshkevich
2
-0
/
+68
2023-02-27
tests/tcg/s390x: Add bal.S
Ilya Leoshkevich
2
-0
/
+25
2023-02-27
target/s390x: Use tcg_constant_* in translate_vx.c.inc
Richard Henderson
1
-25
/
+20
2023-02-27
target/s390x: Use tcg_constant_i32 for fpinst_extract_m34
Richard Henderson
1
-25
/
+1
2023-02-27
target/s390x: Use tcg_constant_* for DisasCompare
Richard Henderson
1
-22
/
+22
2023-02-27
target/s390x: Use tcg_constant_* in local contexts
Richard Henderson
1
-263
/
+147
2023-02-27
s390x/pv: Add support for asynchronous teardown for reboot
Claudio Imbrenda
3
-1
/
+34
2023-02-27
target/s390x: Hoist some computation in access_memmove
Richard Henderson
1
-6
/
+7
2023-02-27
target/s390x: Inline do_access_{get,set}_byte
Richard Henderson
1
-40
/
+30
[next]