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
2020-05-28
sm501: Shorten long variable names in sm501_2d_operation
BALATON Zoltan
1
-23
/
+22
2020-05-28
sm501: Convert printf + abort to qemu_log_mask
BALATON Zoltan
1
-30
/
+27
2020-05-28
hw/display/pxa2xx_lcd: Replace printf() call by qemu_log_mask()
Philippe Mathieu-Daudé
1
-12
/
+14
2020-05-28
hw/display/omap_dss: Replace fprintf() call by qemu_log_mask(LOG_UNIMP)
Philippe Mathieu-Daudé
1
-1
/
+1
2020-05-28
hw/display/exynos4210_fimd: Use qemu_log_mask(GUEST_ERROR)
Philippe Mathieu-Daudé
1
-17
/
+29
2020-05-28
hw/display/vmware_vga: Let the PCI device own its I/O MemoryRegion
Philippe Mathieu-Daudé
1
-1
/
+1
2020-05-28
hw/display/vmware_vga: Replace printf() calls by qemu_log_mask(ERROR)
Philippe Mathieu-Daudé
1
-5
/
+11
2020-05-28
hw/display/xlnx_dp: Replace disabled DPRINTF() by error_report()
Philippe Mathieu-Daudé
1
-6
/
+8
2020-05-28
hw/display/dpcd: Convert debug printf()s to trace events
Philippe Mathieu-Daudé
2
-13
/
+7
2020-05-28
hw/display/dpcd: Fix memory region size
Philippe Mathieu-Daudé
1
-2
/
+2
2020-05-28
hw/display/cirrus_vga: Convert debug printf() to trace event
Philippe Mathieu-Daudé
2
-14
/
+11
2020-05-28
hw/display/cirrus_vga: Use qemu_log_mask(ERROR) instead of debug printf
Philippe Mathieu-Daudé
1
-44
/
+33
2020-05-28
hw/display/cirrus_vga: Use qemu_log_mask(UNIMP) instead of debug printf
Philippe Mathieu-Daudé
1
-6
/
+8
2020-05-28
hw/display/cirrus_vga: Convert debug printf() to trace event
Philippe Mathieu-Daudé
2
-3
/
+2
2020-05-28
hw/display/cg3: Convert debug printf()s to trace events
Philippe Mathieu-Daudé
2
-10
/
+8
2020-05-28
hw/display/edid: Add missing 'qdev-properties.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2020-05-26
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-hw-next-2020052...
Peter Maydell
18
-79
/
+141
2020-05-26
Merge remote-tracking branch 'remotes/gkurz/tags/9p-next-2020-05-26' into sta...
Peter Maydell
4
-46
/
+49
2020-05-26
MAINTAINERS: Change Aleksandar Rikalo's email address
Aleksandar Markovic
2
-7
/
+8
2020-05-26
hw/mips/mips_int: De-duplicate KVM interrupt delivery
Philippe Mathieu-Daudé
1
-8
/
+3
2020-05-26
hw/mips/malta: Add some logging for bad register offset cases
Aleksandar Markovic
1
-8
/
+6
2020-05-26
hw/mips: Rename malta/mipssim/r4k/jazz files
Aleksandar Markovic
6
-8
/
+8
2020-05-26
hw/mips/fuloong2e: Fix typo in Fuloong machine name
Philippe Mathieu-Daudé
10
-32
/
+38
2020-05-26
hw/mips/fuloong2e: Move code and update a comment
Philippe Mathieu-Daudé
1
-3
/
+2
2020-05-26
hw/pci-host/bonito: Set the Config register reset value with FIELD_DP32
Philippe Mathieu-Daudé
1
-1
/
+20
2020-05-26
hw/pci-host/bonito: Better describe the I/O CS regions
Philippe Mathieu-Daudé
1
-2
/
+11
2020-05-26
hw/pci-host/bonito: Map the different PCI ranges more detailed
Philippe Mathieu-Daudé
1
-4
/
+28
2020-05-26
hw/pci-host/bonito: Map all the Bonito64 I/O range
Philippe Mathieu-Daudé
2
-0
/
+4
2020-05-26
hw/pci-host/bonito: Map peripheral using physical address
Philippe Mathieu-Daudé
1
-2
/
+2
2020-05-26
hw/pci-host/bonito: Fix DPRINTF() format strings
Philippe Mathieu-Daudé
1
-3
/
+3
2020-05-26
hw/pci-host: Use CONFIG_PCI_BONITO to select the Bonito North Bridge
Philippe Mathieu-Daudé
3
-1
/
+6
2020-05-26
MAINTAINERS: Add Huacai Chen as fuloong2e co-maintainer
Huacai Chen
1
-0
/
+2
2020-05-26
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200526-pull-request...
Peter Maydell
13
-22
/
+763
2020-05-26
hw/mips/mips_fulong2e: Remove unused 'audio/audio.h' include
Philippe Mathieu-Daudé
1
-1
/
+0
2020-05-26
audio: Let capture_callback handler use const buffer argument
Philippe Mathieu-Daudé
3
-3
/
+3
2020-05-26
audio: Let audio_sample_to_uint64() use const samples argument
Philippe Mathieu-Daudé
2
-3
/
+3
2020-05-26
audio: fix wavcapture segfault
Bruce Rogers
1
-2
/
+2
2020-05-26
audio/mixeng: fix clang 10+ warning
Volker Rümelin
1
-2
/
+3
2020-05-25
xen/9pfs: increase max ring order to 9
Stefano Stabellini
1
-1
/
+1
2020-05-25
xen/9pfs: yield when there isn't enough room on the ring
Stefano Stabellini
1
-6
/
+25
2020-05-25
Revert "9p: init_in_iov_from_pdu can truncate the size"
Stefano Stabellini
4
-39
/
+22
2020-05-25
audio/jack: add JACK client audiodev
Geoffrey McRae
6
-2
/
+746
2020-05-25
hw/audio/gus: Use AUDIO_HOST_ENDIANNESS definition from 'audio/audio.h'
Philippe Mathieu-Daudé
1
-7
/
+1
2020-05-25
es1370: check total frame count against current frame
Prasad J Pandit
1
-2
/
+5
2020-05-25
9p: Lock directory streams with a CoMutex
Greg Kurz
1
-4
/
+4
2020-05-25
9pfs: include linux/limits.h for XATTR_SIZE_MAX
Dan Robertson
1
-0
/
+1
2020-05-22
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/pflash-next-20200522...
Peter Maydell
2
-37
/
+42
2020-05-22
hw/block/pflash: Check return value of blk_pwrite()
Mansour Ahmadi
2
-2
/
+14
2020-05-22
hw/block/pflash_cfi01: Rename 'reset_flash' label as 'mode_read_array'
Philippe Mathieu-Daudé
1
-15
/
+15
2020-05-22
hw/block/pflash_cfi01: Document use of non-CFI compliant command '0x00'
Philippe Mathieu-Daudé
1
-5
/
+13
[next]