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
2022-06-29
hw/i386/xen/xen-hvm: Inline xen_piix_pci_write_config_client() and remove it
Bernhard Beschow
4
-24
/
+14
2022-06-29
hw/i386/xen/xen-hvm: Allow for stubbing xen_set_pci_link_route()
Bernhard Beschow
4
-7
/
+12
2022-06-28
hw/ide/atapi.c: Correct typos (CD-CDROM -> CD-ROM)
Lev Kujawski
1
-2
/
+2
2022-06-28
common-user: Only compile the common user code if have_user is set
Thomas Huth
1
-0
/
+4
2022-06-28
hw/pci-host/i440fx: Remove unused parameter from i440fx_init()
Bernhard Beschow
3
-7
/
+1
2022-06-28
MAINTAINERS: Add softmmu/runstate.c to "Main loop"
Markus Armbruster
1
-0
/
+1
2022-06-28
trivial typos: namesapce
Dr. David Alan Gilbert
3
-6
/
+6
2022-06-28
Trivial: 3 char repeat typos
Dr. David Alan Gilbert
9
-9
/
+10
2022-06-28
util: Return void on iova_tree_remove
Eugenio Pérez
2
-6
/
+2
2022-06-28
qom/object: Remove circular include dependency
Philippe Mathieu-Daudé
1
-1
/
+0
2022-06-28
vga: avoid crash if no default vga card
Guo Zhi
1
-1
/
+2
2022-06-28
Merge tag 'pull-semi-20220628' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
50
-1307
/
+2180
2022-06-28
target/nios2: Move nios2-semi.c to nios2_softmmu_ss
Richard Henderson
2
-7
/
+2
2022-06-28
target/nios2: Eliminate nios2_semi_is_lseek
Richard Henderson
1
-36
/
+23
2022-06-28
target/mips: Drop pread and pwrite syscalls from semihosting
Richard Henderson
1
-32
/
+7
2022-06-28
target/mips: Add UHI errno values
Richard Henderson
1
-0
/
+40
2022-06-28
target/mips: Use an exception for semihosting
Richard Henderson
10
-21
/
+19
2022-06-28
target/m68k: Make semihosting system only
Richard Henderson
3
-43
/
+4
2022-06-28
target/m68k: Eliminate m68k_semi_is_fseek
Richard Henderson
1
-32
/
+23
2022-06-28
semihosting: Create semihost_sys_poll_one
Richard Henderson
4
-2
/
+106
2022-06-28
semihosting: Remove qemu_semihosting_console_outs
Richard Henderson
3
-79
/
+0
2022-06-28
semihosting: Use console_out_gf for SYS_WRITE0
Richard Henderson
1
-2
/
+9
2022-06-28
semihosting: Remove qemu_semihosting_console_outc
Richard Henderson
3
-47
/
+0
2022-06-28
semihosting: Use console_out_gf for SYS_WRITEC
Richard Henderson
1
-4
/
+16
2022-06-28
semihosting: Use console_in_gf for SYS_READC
Richard Henderson
1
-9
/
+18
2022-06-28
semihosting: Create qemu_semihosting_guestfd_init
Richard Henderson
5
-10
/
+61
2022-06-28
semihosting: Add GuestFDConsole
Richard Henderson
2
-3
/
+72
2022-06-28
semihosting: Create qemu_semihosting_console_write
Richard Henderson
3
-0
/
+26
2022-06-28
semihosting: Cleanup chardev init
Richard Henderson
5
-44
/
+26
2022-06-28
semihosting: Expand qemu_semihosting_console_inc to read
Richard Henderson
4
-15
/
+34
2022-06-28
semihosting: Pass CPUState to qemu_semihosting_console_inc
Richard Henderson
4
-10
/
+10
2022-06-28
semihosting: Fix docs comment for qemu_semihosting_console_inc
Richard Henderson
1
-5
/
+4
2022-06-28
gdbstub: Adjust gdb_syscall_complete_cb declaration
Richard Henderson
7
-29
/
+20
2022-06-28
semihosting: Create semihost_sys_gettimeofday
Richard Henderson
2
-0
/
+45
2022-06-28
semihosting: Create semihost_sys_{stat,fstat}
Richard Henderson
2
-0
/
+144
2022-06-28
semihosting: Split out semihost_sys_system
Richard Henderson
3
-11
/
+44
2022-06-28
semihosting: Split out semihost_sys_rename
Richard Henderson
3
-20
/
+62
2022-06-28
semihosting: Split out semihost_sys_remove
Richard Henderson
3
-12
/
+44
2022-06-28
semihosting: Split out semihost_sys_flen
Richard Henderson
3
-61
/
+66
2022-06-28
semihosting: Split out semihost_sys_isatty
Richard Henderson
3
-26
/
+53
2022-06-28
semihosting: Split out semihost_sys_lseek
Richard Henderson
4
-38
/
+102
2022-06-28
semihosting: Bound length for semihost_sys_{read,write}
Richard Henderson
1
-0
/
+16
2022-06-28
semihosting: Split out semihost_sys_write
Richard Henderson
3
-51
/
+61
2022-06-28
semihosting: Split out semihost_sys_read
Richard Henderson
3
-65
/
+113
2022-06-28
semihosting: Split out semihost_sys_close
Richard Henderson
4
-41
/
+57
2022-06-28
semihosting: Split out semihost_sys_open
Richard Henderson
5
-45
/
+193
2022-06-28
semihosting: Move GET_ARG/SET_ARG earlier in the file
Richard Henderson
1
-24
/
+24
2022-06-28
semihosting: Use env more often in do_common_semihosting
Richard Henderson
1
-4
/
+3
2022-06-28
semihosting: Split out common-semi-target.h
Richard Henderson
3
-93
/
+113
2022-06-28
semihosting: Split out common_semi_has_synccache
Richard Henderson
1
-7
/
+13
[next]