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-03-08
target/mips: Set correct CP0.Config[4, 5] values for M14K(c)
Marcin Nowakowski
1
-2
/
+8
2023-03-08
target/mips: Implement CP0.Config7.WII bit support
Marcin Nowakowski
3
-1
/
+7
2023-03-08
target/mips: Fix SWM32 handling for microMIPS
Marcin Nowakowski
1
-2
/
+2
2023-03-07
roms/openbios: update OpenBIOS images to af97fd7a built from submodule
Mark Cave-Ayland
4
-0
/
+0
2023-03-07
gdbstub: move update guest debug to accel ops
Mads Ynddal
3
-3
/
+17
2023-03-07
gdbstub: Build syscall.c once
Richard Henderson
2
-6
/
+2
2023-03-07
stubs: split semihosting_get_target from system only stubs
Alex Bennée
3
-5
/
+18
2023-03-07
gdbstub: Adjust gdb_do_syscall to only use uint32_t and uint64_t
Richard Henderson
2
-20
/
+26
2023-03-07
gdbstub: Remove gdb_do_syscallv
Richard Henderson
2
-27
/
+10
2023-03-07
gdbstub: split out softmmu/user specifics for syscall handling
Alex Bennée
4
-24
/
+34
2023-03-07
include: split target_long definition from cpu-defs
Alex Bennée
3
-18
/
+44
2023-03-07
testing: probe gdb for supported architectures ahead of time
Alex Bennée
7
-3
/
+109
2023-03-07
gdbstub: only compile gdbstub twice for whole build
Alex Bennée
2
-7
/
+27
2023-03-07
gdbstub: move syscall handling to new file
Alex Bennée
17
-288
/
+387
2023-03-07
gdbstub: move register helpers into standalone include
Alex Bennée
48
-121
/
+149
2023-03-07
gdbstub: don't use target_ulong while handling registers
Alex Bennée
1
-7
/
+10
2023-03-07
gdbstub: fix address type of gdb_set_cpu_pc
Alex Bennée
1
-2
/
+2
2023-03-07
gdbstub: specialise stub_can_reverse
Alex Bennée
4
-11
/
+13
2023-03-07
gdbstub: introduce gdb_get_max_cpus
Alex Bennée
4
-10
/
+28
2023-03-07
gdbstub: specialise target_memory_rw_debug
Alex Bennée
4
-62
/
+96
2023-03-07
gdbstub: specialise handle_query_attached
Alex Bennée
4
-14
/
+15
2023-03-07
gdbstub: abstract target specific details from gdb_put_packet_binary
Alex Bennée
4
-8
/
+44
2023-03-07
gdbstub: rationalise signal mapping in softmmu
Alex Bennée
1
-12
/
+6
2023-03-07
gdbstub: move chunks of user code into own files
Alex Bennée
13
-696
/
+790
2023-03-07
vfio: Fix vfio_get_dev_region() trace event
Cédric Le Goater
1
-1
/
+1
2023-03-07
vfio/migration: Rename entry points
Alex Williamson
4
-11
/
+11
2023-03-07
docs/devel: Document VFIO device dirty page tracking
Avihai Horon
1
-15
/
+31
2023-03-07
vfio/migration: Query device dirty page tracking support
Joao Martins
1
-0
/
+15
2023-03-07
vfio/migration: Block migration with vIOMMU
Joao Martins
4
-0
/
+54
2023-03-07
vfio/common: Add device dirty page bitmap sync
Joao Martins
1
-9
/
+79
2023-03-07
vfio/common: Extract code from vfio_get_dirty_bitmap() to new function
Avihai Horon
1
-22
/
+35
2023-03-07
vfio/common: Add device dirty page tracking start/stop
Joao Martins
3
-5
/
+171
2023-03-07
target/mips: Fix JALS32/J32 instruction handling for microMIPS
Marcin Nowakowski
1
-0
/
+8
2023-03-07
target/mips: Replace [g_]assert(0) -> g_assert_not_reached()
Philippe Mathieu-Daudé
2
-54
/
+53
2023-03-07
docs/system: Remove "mips" board from target-mips.rst
Jiaxun Yang
1
-14
/
+0
2023-03-07
gdbstub: move chunk of softmmu functionality to own file
Alex Bennée
4
-413
/
+478
2023-03-07
gdbstub: make various helpers visible to the rest of the module
Alex Bennée
2
-136
/
+165
2023-03-07
gdbstub: move fromhex/tohex routines to internals
Alex Bennée
2
-20
/
+27
2023-03-07
includes: move tb_flush into its own header
Alex Bennée
14
-2
/
+39
2023-03-07
gdbstub: move GDBState to shared internals header
Alex Bennée
2
-42
/
+50
2023-03-07
gdbstub: define separate user/system structures
Alex Bennée
1
-41
/
+53
2023-03-07
gdbstub: clean-up indent on gdb_exit
Alex Bennée
1
-14
/
+14
2023-03-07
gdbstub: Make syscall_complete/[gs]et_reg target-agnostic typedefs
Philippe Mathieu-Daudé
1
-3
/
+4
2023-03-07
gdbstub: fix-up copyright and license files
Alex Bennée
2
-2
/
+4
2023-03-07
gdbstub/internals.h: clean up include guard
Alex Bennée
1
-3
/
+3
2023-03-07
docs: Update Xen-on-KVM documentation for PV disk support
David Woodhouse
1
-7
/
+23
2023-03-07
MAINTAINERS: Add entry for Xen on KVM emulation
David Woodhouse
1
-0
/
+9
2023-03-07
i386/xen: Initialize Xen backends from pc_basic_device_init() for emulation
David Woodhouse
1
-0
/
+7
2023-03-07
hw/xen: Implement soft reset for emulated gnttab
David Woodhouse
3
-2
/
+30
2023-03-07
hw/xen: Map guest XENSTORE_PFN grant in emulated Xenstore
David Woodhouse
1
-0
/
+16
[prev]
[next]