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-09-23
audio: remove qemu_spice_audio_init()
Gerd Hoffmann
4
-7
/
+16
2020-09-23
audio: run downstream playback queue unconditionally
Volker Rümelin
1
-0
/
+3
2020-09-23
audio: align audio_generic_write with audio_pcm_hw_run_out
Volker Rümelin
1
-5
/
+27
2020-09-23
audio: remove unnecessary calls to put_buffer_in
Volker Rümelin
1
-2
/
+0
2020-09-23
audio: align audio_generic_read with audio_pcm_hw_run_in
Volker Rümelin
1
-4
/
+15
2020-09-23
audio/spiceaudio: always rate limit playback stream
Volker Rümelin
2
-7
/
+6
2020-09-23
audio/audio: fix video playback slowdown with spiceaudio
Volker Rümelin
1
-2
/
+5
2020-09-23
audio: handle buf == NULL in put_buffer_out()
Volker Rümelin
1
-5
/
+8
2020-09-22
Merge remote-tracking branch 'remotes/kraxel/tags/input-20200921-pull-request...
Peter Maydell
2
-9
/
+7
2020-09-22
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200921-pull-request' ...
Peter Maydell
2
-4
/
+28
2020-09-22
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
69
-179
/
+163
2020-09-21
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
651
-2595
/
+2079
2020-09-21
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...
Peter Maydell
5
-172
/
+68
2020-09-21
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/acceptance-next-2020...
Peter Maydell
2
-0
/
+14
2020-09-21
Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...
Peter Maydell
2
-1
/
+172
2020-09-21
hw/input/tsc2xxx: Reduce MouseTransformInfo structure exposure
Philippe Mathieu-Daudé
2
-9
/
+7
2020-09-21
hw: usb: hcd-ohci: check for processed TD before retire
Prasad J Pandit
1
-0
/
+4
2020-09-21
hw: usb: hcd-ohci: check len and frame_number variables
Prasad J Pandit
1
-2
/
+22
2020-09-21
usb: fix u2f build
Gerd Hoffmann
1
-2
/
+2
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
505
-1795
/
+609
2020-09-18
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
69
-255
/
+69
2020-09-18
qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros
Eduardo Habkost
74
-77
/
+75
2020-09-18
qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPE
Eduardo Habkost
20
-30
/
+19
2020-09-18
scripts/codeconverter: Update to latest version
Eduardo Habkost
6
-245
/
+1057
2020-09-18
analyze-migration.py: fix read_migration_debug_json() return type
Alexey Kirillov
1
-1
/
+2
2020-09-18
scripts/simplebench: compare write request performance
Andrey Shinkevich
1
-0
/
+170
2020-09-18
target/s390x: Set instance_align on S390CPU TypeInfo
Richard Henderson
1
-0
/
+1
2020-09-18
target/riscv: Set instance_align on RISCVCPU TypeInfo
Richard Henderson
1
-0
/
+1
2020-09-18
target/ppc: Set instance_align on PowerPCCPU TypeInfo
Richard Henderson
1
-0
/
+1
2020-09-18
target/arm: Set instance_align on CPUARM TypeInfo
Richard Henderson
1
-0
/
+2
2020-09-18
qom: Allow objects to be allocated with increased alignment
Richard Henderson
2
-3
/
+38
2020-09-18
i386: Simplify CPUID_8000_001E for AMD
Babu Moger
1
-150
/
+45
2020-09-18
i386: Simplify CPUID_8000_001d for AMD
Babu Moger
1
-15
/
+16
2020-09-18
hw/i386/vmport: Drop superfluous parenthesis around function typedef
Philippe Mathieu-Daudé
1
-1
/
+1
2020-09-18
i386/kvm: correct the meaning of '0xffffffff' value for hv-spinlocks
Vitaly Kuznetsov
4
-6
/
+6
2020-09-18
qom: Correct error values in two contracts
Markus Armbruster
1
-2
/
+2
2020-09-18
qom: Clean up object_property_get_enum()'s error value
Markus Armbruster
3
-6
/
+8
2020-09-18
qom: Correct object_class_dynamic_cast_assert() documentation
Eduardo Habkost
1
-1
/
+1
2020-09-18
sifive: Use DECLARE_*CHECKER* macros
Eduardo Habkost
7
-13
/
+14
2020-09-18
sifive: Move QOM typedefs and add missing includes
Eduardo Habkost
7
-14
/
+28
2020-09-18
sifive_u: Rename memmap enum constants
Eduardo Habkost
2
-95
/
+95
2020-09-18
sifive_e: Rename memmap enum constants
Eduardo Habkost
2
-60
/
+60
2020-09-18
tests/acceptance: Skip slow quanta-gsj U-boot+Linux test
Philippe Mathieu-Daudé
1
-0
/
+1
2020-09-18
tests/acceptance: Disable tests dependent of unreliable apt.armbian.com
Philippe Mathieu-Daudé
2
-0
/
+13
2020-09-18
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200918' int...
Peter Maydell
1
-1
/
+1
2020-09-18
hw/nvram/fw_cfg: fix FWCfgDataGeneratorClass::get_data() consumption
Laszlo Ersek
1
-1
/
+1
2020-09-18
Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20200918' int...
Peter Maydell
5
-13
/
+73
2020-09-18
docker.py: always use --rm
Paolo Bonzini
2
-3
/
+2
2020-09-18
misc: aspeed_scu: Update AST2600 silicon id register
Joel Stanley
1
-1
/
+6
2020-09-18
hw/arm/aspeed: Add machine properties to define the flash models
Cédric Le Goater
2
-2
/
+61
[next]