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
2023-10-03
accel: Declare AccelClass::cpu_common_[un]realize() handlers
Philippe Mathieu-Daudé
2
-2
/
+21
2023-10-03
accel: Introduce accel_cpu_common_unrealize() stub
Philippe Mathieu-Daudé
3
-1
/
+13
2023-10-03
accel: Rename accel_cpu_realize() -> accel_cpu_common_realize()
Philippe Mathieu-Daudé
4
-5
/
+5
2023-10-03
accel: Rename AccelCPUClass::cpu_realizefn() -> cpu_target_realize()
Philippe Mathieu-Daudé
5
-6
/
+6
2023-10-03
accel: Rename accel_cpu_realizefn() -> accel_cpu_realize()
Philippe Mathieu-Daudé
4
-5
/
+5
2023-10-03
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
76
-958
/
+515
2023-10-03
audio: forbid default audiodev backend with -nodefaults
Paolo Bonzini
1
-0
/
+16
2023-10-03
audio: propagate Error * out of audio_init
Martin Kletzander
18
-49
/
+74
2023-10-03
vt82c686 machines: Support machine-default audiodev with fallback
Paolo Bonzini
2
-5
/
+22
2023-10-03
hw/ppc: Support machine-default audiodev with fallback
Martin Kletzander
1
-0
/
+7
2023-10-03
hw/arm: Support machine-default audiodev with fallback
Martin Kletzander
12
-9
/
+92
2023-10-03
Introduce machine property "audiodev"
Martin Kletzander
2
-0
/
+42
2023-10-03
audio: remove QEMU_AUDIO_* and -audio-help support
Paolo Bonzini
21
-711
/
+65
2023-10-03
audio: simplify flow in audio_init
Paolo Bonzini
1
-32
/
+32
2023-10-03
audio: commonize voice initialization
Paolo Bonzini
2
-18
/
+10
2023-10-03
audio: return Error ** from audio_state_by_name
Paolo Bonzini
6
-20
/
+13
2023-10-03
audio: allow returning an error from the driver init
Paolo Bonzini
15
-27
/
+48
2023-10-03
audio: Require AudioState in AUD_add_capture
Martin Kletzander
1
-4
/
+2
2023-10-03
ui/vnc: Require audiodev= to enable audio
Paolo Bonzini
4
-6
/
+21
2023-10-03
crypto: only include tls-cipher-suites in emulators
Paolo Bonzini
2
-6
/
+3
2023-10-03
scsi-disk: ensure that FORMAT UNIT commands are terminated
Mark Cave-Ayland
1
-0
/
+4
2023-10-03
esp: restrict non-DMA transfer length to that of available data
Mark Cave-Ayland
1
-1
/
+2
2023-10-03
esp: use correct type for esp_dma_enable() in sysbus_esp_gpio_demux()
Mark Cave-Ayland
1
-1
/
+1
2023-10-02
Merge tag 'migration-20231002-pull-request' of https://gitlab.com/juan.quinte...
Stefan Hajnoczi
10
-115
/
+107
2023-10-02
Merge tag 'pull-shadow-2023-09-29' of https://repo.or.cz/qemu/armbru into sta...
Stefan Hajnoczi
74
-332
/
+327
2023-10-02
Merge tag 'pull-tricore-20230929' of https://github.com/bkoppelmann/qemu into...
Stefan Hajnoczi
15
-175
/
+376
2023-10-02
Merge tag 'pull-tcg-20230928' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
5
-42
/
+41
2023-10-02
Merge tag 'tracing-pull-request' of https://gitlab.com/stefanha/qemu into sta...
Stefan Hajnoczi
3
-144
/
+246
2023-10-02
Makefile: build plugins before running TCG tests
Paolo Bonzini
3
-11
/
+14
2023-09-29
migration/rdma: Simplify the function that saves a page
Juan Quintela
4
-37
/
+18
2023-09-29
migration: Remove unused qemu_file_credit_transfer()
Juan Quintela
2
-13
/
+0
2023-09-29
migration/rdma: Don't use imaginary transfers
Juan Quintela
2
-5
/
+1
2023-09-29
migration/rdma: Remove QEMUFile parameter when not used
Juan Quintela
1
-12
/
+11
2023-09-29
migration/RDMA: It is accounting for zero/normal pages in two places
Juan Quintela
1
-7
/
+0
2023-09-29
migration: Don't abuse qemu_file transferred for RDMA
Juan Quintela
4
-5
/
+28
2023-09-29
migration: Use qemu_file_transferred_noflush() for block migration.
Juan Quintela
1
-2
/
+2
2023-09-29
migration: Refactor repeated call of yank_unregister_instance
Tejus GK
1
-4
/
+0
2023-09-29
migration-test: simplify shmem_opts handling
Juan Quintela
1
-5
/
+2
2023-09-29
migration-test: dirtylimit checks for x86_64 arch before
Juan Quintela
1
-4
/
+1
2023-09-29
migration-test: Add bootfile_create/delete() functions
Juan Quintela
1
-14
/
+36
2023-09-29
migration-test: bootpath is the same for all tests and for all archs
Juan Quintela
1
-11
/
+9
2023-09-29
migration-test: Create kvm_opts
Juan Quintela
1
-4
/
+7
2023-09-29
disas/m68k: clean up local variable shadowing
Laurent Vivier
1
-4
/
+4
2023-09-29
hw/nvme: Clean up local variable shadowing in nvme_ns_init()
Klaus Jensen
1
-2
/
+2
2023-09-29
softmmu/device_tree: Fixup local variables shadowing
Alistair Francis
1
-3
/
+3
2023-09-29
target/riscv: vector_helper: Fixup local variables shadowing
Alistair Francis
1
-3
/
+4
2023-09-29
target/riscv: cpu: Fixup local variables shadowing
Alistair Francis
1
-2
/
+2
2023-09-29
hw/riscv: opentitan: Fixup local variables shadowing
Alistair Francis
1
-1
/
+1
2023-09-29
qemu-nbd: changes towards enabling -Wshadow=local
Eric Blake
1
-5
/
+4
2023-09-29
seccomp: avoid shadowing of 'action' variable
Daniel P. Berrangé
1
-2
/
+2
[next]