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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
hw/sparc64/niagara: Map the UART device unconditionally
Philippe Mathieu-Daudé
2020-06-09
1
-4
/
+2
|
*
hw/sparc/leon3: Map the UART device unconditionally
Philippe Mathieu-Daudé
2020-06-09
1
-10
/
+8
|
*
hw/misc/empty_slot: Name the slots when created
Philippe Mathieu-Daudé
2020-06-09
4
-6
/
+10
|
*
hw/misc/empty_slot: Move the 'hw/misc' and cover in MAINTAINERS
Philippe Mathieu-Daudé
2020-06-09
10
-18
/
+35
|
*
hw/misc/empty_slot: Convert debug printf() to trace event
Philippe Mathieu-Daudé
2020-06-09
2
-11
/
+12
|
*
hw/misc/empty_slot: Add a 'name' qdev property
Philippe Mathieu-Daudé
2020-06-09
1
-1
/
+6
|
*
hw/misc/empty_slot: Convert 'size' field as qdev property
Philippe Mathieu-Daudé
2020-06-09
1
-6
/
+9
|
*
hw/misc/empty_slot: Lower address space priority
Philippe Mathieu-Daudé
2020-06-09
1
-1
/
+1
|
*
hw/sparc/sun4m: Use UnimplementedDevice for I/O devices
Philippe Mathieu-Daudé
2020-06-09
2
-4
/
+8
|
/
*
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re...
Peter Maydell
2020-06-08
16
-73
/
+143
|
\
|
*
stubs: Restrict ui/win32-kbd-hook to system-mode
Philippe Mathieu-Daudé
2020-06-05
1
-1
/
+1
|
*
hw/core: Restrict CpuClass::get_crash_info() to system-mode
Philippe Mathieu-Daudé
2020-06-05
2
-1
/
+8
|
*
target/s390x: Restrict CpuClass::get_crash_info() to system-mode
Philippe Mathieu-Daudé
2020-06-05
1
-7
/
+5
|
*
target/i386: Restrict CpuClass::get_crash_info() to system-mode
Philippe Mathieu-Daudé
2020-06-05
1
-1
/
+5
|
*
arch_init: Remove unused 'qapi-commands-misc.h' include
Philippe Mathieu-Daudé
2020-06-05
1
-1
/
+0
|
*
exec: Assert CPU migration is not used on user-only build
Philippe Mathieu-Daudé
2020-06-05
1
-1
/
+3
|
*
target/riscv/cpu: Restrict CPU migration to system-mode
Philippe Mathieu-Daudé
2020-06-05
1
-2
/
+4
|
*
stubs/Makefile: Reduce the user-mode object list
Philippe Mathieu-Daudé
2020-06-05
1
-21
/
+29
|
*
util/Makefile: Reduce the user-mode object list
Philippe Mathieu-Daudé
2020-06-05
1
-21
/
+38
|
*
tests/Makefile: Restrict some softmmu-only tests
Philippe Mathieu-Daudé
2020-06-05
1
-8
/
+8
|
*
tests/Makefile: Only display TCG-related tests when TCG is available
Philippe Mathieu-Daudé
2020-06-05
1
-0
/
+2
|
*
configure: Avoid building TCG when not needed
Philippe Mathieu-Daudé
2020-06-05
1
-0
/
+4
|
*
Makefile: Only build virtiofsd if system-mode is enabled
Philippe Mathieu-Daudé
2020-06-05
1
-1
/
+1
|
*
linux-user: implement OFD locks
Andreas Schwab
2020-06-05
2
-0
/
+10
|
*
linux-user/mmap.c: fix integer underflow in target_mremap
Jonathan Marler
2020-06-05
1
-1
/
+1
|
*
linux-user/strace.list: fix epoll_create{,1} -strace output
Sergei Trofimovich
2020-06-05
1
-2
/
+2
|
*
linux-user: Add support for /proc/cpuinfo on hppa platform
Helge Deller
2020-06-05
1
-2
/
+14
|
*
linux-user: return target error codes for socket() and prctl()
Helge Deller
2020-05-27
1
-2
/
+2
|
*
linux-user, alpha: fix oldumount syscall
Laurent Vivier
2020-05-27
1
-1
/
+6
*
|
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200605'...
Peter Maydell
2020-06-06
28
-915
/
+4263
|
\
\
|
*
|
target/arm: Convert Neon one-register-and-immediate insns to decodetree
Peter Maydell
2020-06-05
3
-99
/
+142
|
*
|
target/arm: Convert VCVT fixed-point ops to decodetree
Peter Maydell
2020-06-05
3
-73
/
+62
|
*
|
target/arm: Convert Neon VSHLL, VMOVL to decodetree
Peter Maydell
2020-06-05
3
-44
/
+99
|
*
|
target/arm: Convert Neon narrowing shifts with op==9 to decodetree
Peter Maydell
2020-06-05
3
-108
/
+37
|
*
|
target/arm: Convert Neon narrowing shifts with op==8 to decodetree
Peter Maydell
2020-06-05
3
-0
/
+195
|
*
|
target/arm: Convert VQSHLU, VQSHL 2-reg-shift insns to decodetree
Peter Maydell
2020-06-05
3
-107
/
+126
|
*
|
target/arm: Convert Neon VSRA, VSRI, VRSHR, VRSRA 2-reg-shift insns to decode...
Peter Maydell
2020-06-05
3
-48
/
+46
|
*
|
target/arm: Convert Neon VSHR 2-reg-shift insns to decodetree
Peter Maydell
2020-06-05
3
-20
/
+67
|
*
|
target/arm: Convert Neon VSHL and VSLI 2-reg-shift insn to decodetree
Peter Maydell
2020-06-05
3
-10
/
+71
|
*
|
raspi2 acceptance test: add test for dwc-hsotg (dwc2) USB host
Paul Zimmerman
2020-06-05
1
-2
/
+7
|
*
|
wire in the dwc-hsotg (dwc2) USB host controller emulation
Paul Zimmerman
2020-06-05
2
-2
/
+22
|
*
|
usb: add short-packet handling to usb-storage driver
Paul Zimmerman
2020-06-05
1
-1
/
+14
|
*
|
dwc-hsotg (dwc2) USB host controller emulation
Paul Zimmerman
2020-06-05
4
-0
/
+1473
|
*
|
dwc-hsotg (dwc2) USB host controller state definitions
Paul Zimmerman
2020-06-05
1
-0
/
+190
|
*
|
dwc-hsotg (dwc2) USB host controller register definitions
Paul Zimmerman
2020-06-05
1
-0
/
+899
|
*
|
raspi: add BCM2835 SOC MPHI emulation
Paul Zimmerman
2020-06-05
5
-0
/
+255
|
*
|
docs/system: Document Aspeed boards
Cédric Le Goater
2020-06-05
2
-0
/
+86
|
*
|
tests/acceptance: Add a boot test for the xlnx-versal-virt machine
Thomas Huth
2020-06-05
1
-0
/
+26
|
*
|
hw/adc/stm32f2xx_adc: Correct memory region size and access size
Philippe Mathieu-Daudé
2020-06-05
1
-1
/
+3
|
*
|
target/arm: Split helper_crypto_sm3tt
Richard Henderson
2020-06-05
3
-23
/
+27
[prev]
[next]