index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
python
/
qemu
/
utils
/
accel.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-01-13
ui/gtk: pass horizontal scroll information to the device code
Dmitry Petrov
1
-12
/
+42
2022-01-13
ui/cocoa: pass horizontal scroll information to the device code
Dmitry Petrov
1
-6
/
+12
2022-01-13
ps2: Initial horizontal scroll support
Dmitry Petrov
2
-9
/
+50
2022-01-13
edid: Added support for 4k@60 Hz monitor
Satyeshwar Singh
1
-0
/
+3
2022-01-13
edid: set default resolution to 1280x800 (WXGA)
Daniel P. Berrangé
3
-6
/
+6
2022-01-13
hw/mips/jazz: Inline vga_mmio_init() and remove it
Philippe Mathieu-Daudé
3
-25
/
+8
2022-01-13
hw/display/vga-mmio: QOM'ify vga_mmio_init() as TYPE_VGA_MMIO
Philippe Mathieu-Daudé
2
-34
/
+88
2022-01-13
hw/display/vga-mmio: Inline vga_mm_init()
Philippe Mathieu-Daudé
1
-16
/
+9
2022-01-13
hw/display: Rename VGA_ISA_MM -> VGA_MMIO
Philippe Mathieu-Daudé
7
-18
/
+16
2022-01-13
uas: add missing return
Gerd Hoffmann
1
-0
/
+1
2022-01-13
ui: fix gtk clipboard clear assertion
Marc-André Lureau
1
-10
/
+11
2022-01-13
ui/dbus: fix buffer-overflow detected by ASAN
Marc-André Lureau
1
-0
/
+1
2022-01-13
hw/audio/intel-hda: fix stream reset
Volker Rümelin
1
-1
/
+1
2022-01-13
dsoundaudio: fix crackling audio recordings
Volker Rümelin
1
-4
/
+3
2022-01-13
jackaudio: use ifdefs to hide unavailable functions
Volker Rümelin
1
-0
/
+4
2022-01-13
ui/vnc.c: Fixed a deadlock bug.
Rao Lei
1
-2
/
+2
2022-01-13
usb: allow max 8192 bytes for desc
zhenwei pi
2
-7
/
+9
2022-01-13
hw/usb/dev-wacom: add missing HID descriptor
Dario Binacchi
1
-1
/
+71
2022-01-12
linux-user: Fix clang warning for nios2-linux-user code
Peter Maydell
1
-1
/
+1
2022-01-11
linux-user: Implement capability prctls
Richard Henderson
1
-0
/
+5
2022-01-11
linux-user: Implement PR_SET_PDEATHSIG
Richard Henderson
1
-0
/
+3
2022-01-11
linux-user: Map signal number in PR_GET_PDEATHSIG
Richard Henderson
1
-1
/
+2
2022-01-11
linux-user: Do not special-case NULL for PR_GET_PDEATHSIG
Richard Henderson
1
-1
/
+1
2022-01-11
linux-user: Move target_struct.h generic definitions to generic/
Richard Henderson
13
-650
/
+70
2022-01-11
linux-user/arm: Move target_oabi_flock64 out of target_structs.h
Richard Henderson
2
-8
/
+8
2022-01-11
linux-user/xtensa: Use force_sig_fault
Richard Henderson
1
-17
/
+9
2022-01-11
linux-user/sparc: Use force_sig_fault
Richard Henderson
1
-12
/
+2
2022-01-11
linux-user/sh4: Use force_sig_fault
Richard Henderson
1
-5
/
+1
2022-01-11
linux-user/s390x: Use force_sig_fault
Richard Henderson
1
-6
/
+1
2022-01-11
linux-user/riscv: Use force_sig_fault
Richard Henderson
1
-26
/
+5
2022-01-11
linux-user/ppc: Use force_sig_fault
Richard Henderson
1
-108
/
+28
2022-01-11
linux-user/openrisc: Use force_sig_fault
Richard Henderson
1
-15
/
+3
2022-01-11
target/mips: Extract trap code into env->error_code
Richard Henderson
4
-48
/
+25
2022-01-11
target/mips: Extract break code into env->error_code
Richard Henderson
5
-69
/
+25
2022-01-11
linux-user/mips: Use force_sig_fault
Richard Henderson
1
-25
/
+13
2022-01-11
linux-user/mips: Improve do_break
Richard Henderson
1
-20
/
+26
2022-01-11
linux-user/microblaze: Fix SIGFPE si_codes
Richard Henderson
1
-5
/
+15
2022-01-11
linux-user/microblaze: Use force_sig_fault
Richard Henderson
1
-36
/
+25
2022-01-11
linux-user/m68k: Use force_sig_fault
Richard Henderson
1
-20
/
+4
2022-01-11
linux-user/i386: Use force_sig, force_sig_fault
Richard Henderson
1
-29
/
+18
2022-01-11
linux-user/i386: Split out maybe_handle_vm86_trap
Richard Henderson
1
-16
/
+15
2022-01-11
linux-user/hppa: Set FPE_CONDTRAP for COND
Richard Henderson
2
-0
/
+3
2022-01-11
linux-user: Remove TARGET_NSIGFPE
Richard Henderson
1
-1
/
+0
2022-01-11
linux-user/hppa: Use the proper si_code for PRIV_OPR, PRIV_REG, OVERFLOW
Richard Henderson
1
-1
/
+7
2022-01-11
linux-user/hppa: Use force_sig_fault
Richard Henderson
1
-15
/
+3
2022-01-11
linux-user/cris: Use force_sig_fault
Richard Henderson
1
-8
/
+4
2022-01-11
linux-user/alpha: Use force_sig_fault
Richard Henderson
1
-42
/
+19
2022-01-11
linux-user/alpha: Set FPE_FLTUNK for gentrap ROPRAND
Richard Henderson
1
-1
/
+1
2022-01-11
linux-user/alpha: Set TRAP_UNK for bugchk and unknown gentrap
Richard Henderson
2
-2
/
+3
2022-01-10
simplebench: Fix Python syntax error (reported by LGTM)
Stefan Weil
1
-1
/
+1
[next]