index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
semihosting: Create semihost_sys_poll_one
Richard Henderson
2022-06-28
2
-0
/
+19
*
semihosting: Remove qemu_semihosting_console_outs
Richard Henderson
2022-06-28
1
-13
/
+0
*
semihosting: Remove qemu_semihosting_console_outc
Richard Henderson
2022-06-28
1
-13
/
+0
*
semihosting: Create qemu_semihosting_guestfd_init
Richard Henderson
2022-06-28
2
-0
/
+8
*
semihosting: Add GuestFDConsole
Richard Henderson
2022-06-28
1
-3
/
+4
*
semihosting: Create qemu_semihosting_console_write
Richard Henderson
2022-06-28
1
-0
/
+12
*
semihosting: Cleanup chardev init
Richard Henderson
2022-06-28
1
-11
/
+2
*
semihosting: Expand qemu_semihosting_console_inc to read
Richard Henderson
2022-06-28
1
-5
/
+7
*
semihosting: Pass CPUState to qemu_semihosting_console_inc
Richard Henderson
2022-06-28
1
-2
/
+2
*
semihosting: Fix docs comment for qemu_semihosting_console_inc
Richard Henderson
2022-06-28
1
-5
/
+4
*
gdbstub: Adjust gdb_syscall_complete_cb declaration
Richard Henderson
2022-06-28
1
-2
/
+1
*
semihosting: Create semihost_sys_gettimeofday
Richard Henderson
2022-06-28
1
-0
/
+3
*
semihosting: Create semihost_sys_{stat,fstat}
Richard Henderson
2022-06-28
1
-0
/
+7
*
semihosting: Split out semihost_sys_system
Richard Henderson
2022-06-28
1
-0
/
+3
*
semihosting: Split out semihost_sys_rename
Richard Henderson
2022-06-28
1
-0
/
+4
*
semihosting: Split out semihost_sys_remove
Richard Henderson
2022-06-28
1
-0
/
+3
*
semihosting: Split out semihost_sys_flen
Richard Henderson
2022-06-28
1
-0
/
+4
*
semihosting: Split out semihost_sys_isatty
Richard Henderson
2022-06-28
1
-0
/
+3
*
semihosting: Split out semihost_sys_lseek
Richard Henderson
2022-06-28
2
-0
/
+8
*
semihosting: Split out semihost_sys_write
Richard Henderson
2022-06-28
1
-0
/
+6
*
semihosting: Split out semihost_sys_read
Richard Henderson
2022-06-28
1
-0
/
+8
*
semihosting: Split out semihost_sys_close
Richard Henderson
2022-06-28
1
-0
/
+3
*
semihosting: Split out semihost_sys_open
Richard Henderson
2022-06-28
1
-0
/
+25
*
include/exec: Define errno values in gdbstub.h
Richard Henderson
2022-06-28
1
-0
/
+22
*
include/exec: Move gdb_stat and gdb_timeval to gdbstub.h
Richard Henderson
2022-06-28
1
-0
/
+25
*
include/exec: Move gdb open flags to gdbstub.h
Richard Henderson
2022-06-28
1
-0
/
+9
*
semihosting: Move common-semi.h to include/semihosting/
Richard Henderson
2022-06-28
1
-0
/
+39
*
semihosting: Split out guestfd.c
Richard Henderson
2022-06-28
1
-0
/
+83
*
semihosting: Add target_strlen for softmmu-uaccess.h
Richard Henderson
2022-06-28
1
-0
/
+3
*
semihosting: Move softmmu-uaccess.h functions out of line
Richard Henderson
2022-06-28
1
-37
/
+5
*
semihosting: Return failure from softmmu-uaccess.h functions
Richard Henderson
2022-06-28
1
-52
/
+39
*
semihosting: Move exec/softmmu-semi.h to semihosting/softmmu-uaccess.h
Richard Henderson
2022-06-28
1
-3
/
+3
*
accel: Introduce current_accel_name()
Alexander Graf
2022-06-27
1
-0
/
+1
*
ps2: remove update_irq() function and update_arg parameter
Mark Cave-Ayland
2022-06-26
1
-4
/
+2
*
pckbd: add QEMU interface comment for I8042 device
Mark Cave-Ayland
2022-06-26
1
-0
/
+10
*
pckbd: add QEMU interface comment for I8042_MMIO device
Mark Cave-Ayland
2022-06-26
1
-0
/
+11
*
lasips2: add QEMU interface comment
Mark Cave-Ayland
2022-06-26
1
-0
/
+14
*
lasips2: add base property
Mark Cave-Ayland
2022-06-26
1
-0
/
+1
*
lasips2: move mapping of LASIPS2 registers to HPPA machine
Mark Cave-Ayland
2022-06-26
1
-2
/
+1
*
lasips2: rename lasips2_init() to lasips2_initfn() and update it to return th...
Mark Cave-Ayland
2022-06-26
1
-1
/
+2
*
lasips2: move lasips2 QOM types from lasips2.c to lasips2.h
Mark Cave-Ayland
2022-06-26
1
-0
/
+22
*
pckbd: replace irq_kbd and irq_mouse with qemu_irq array in KBDState
Mark Cave-Ayland
2022-06-26
1
-2
/
+4
*
ps2: add gpio for output IRQ and optionally use it in ps2_raise_irq() and ps2...
Mark Cave-Ayland
2022-06-26
1
-0
/
+4
*
ps2: make ps2_raise_irq() function static
Mark Cave-Ayland
2022-06-26
1
-1
/
+0
*
pckbd: move mapping of I8042_MMIO registers to MIPS magnum machine
Mark Cave-Ayland
2022-06-26
1
-2
/
+1
*
pckbd: alter i8042_mm_init() to return a I8042_MMIO device
Mark Cave-Ayland
2022-06-26
1
-3
/
+3
*
pckbd: implement i8042_mmio_realize() function
Mark Cave-Ayland
2022-06-26
1
-0
/
+1
*
pckbd: add size qdev property to I8042_MMIO device
Mark Cave-Ayland
2022-06-26
1
-0
/
+1
*
pckbd: introduce new I8042_MMIO QOM type
Mark Cave-Ayland
2022-06-26
1
-0
/
+10
*
pckbd: move ISAKBDState from pckbd.c to i8042.h
Mark Cave-Ayland
2022-06-26
1
-0
/
+10
[next]