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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2022-01-07
hw/i386: expose a "smbios-entry-point-type" PC machine property
Eduardo Habkost
4
-2
/
+32
2022-01-07
hw/smbios: Use qapi for SmbiosEntryPointType
Eduardo Habkost
2
-8
/
+14
2022-01-07
smbios: Rename SMBIOS_ENTRY_POINT_* enums
Eduardo Habkost
5
-9
/
+9
2022-01-07
pcie_aer: Don't trigger a LSI if none are defined
Frederic Barrat
1
-1
/
+3
2022-01-07
pci: Export the pci_intx() function
Frederic Barrat
2
-5
/
+5
2022-01-07
vhost-user-blk: propagate error return from generic vhost
Roman Kagan
1
-1
/
+1
2022-01-07
vhost: stick to -errno error return convention
Roman Kagan
1
-54
/
+46
2022-01-07
vhost-user: stick to -errno error return convention
Roman Kagan
1
-178
/
+223
2022-01-07
vhost-vdpa: stick to -errno error return convention
Roman Kagan
1
-14
/
+23
2022-01-07
vhost-backend: stick to -errno error return convention
Roman Kagan
1
-1
/
+1
2022-01-07
vhost-backend: avoid overflow on memslots_limit
Roman Kagan
1
-1
/
+1
2022-01-07
chardev/char-socket: tcp_chr_sync_read: don't clobber errno
Roman Kagan
1
-0
/
+3
2022-01-07
chardev/char-socket: tcp_chr_recv: don't clobber errno
Roman Kagan
1
-7
/
+7
2022-01-07
vhost-user-blk: reconnect on any error during realize
Roman Kagan
1
-1
/
+1
2022-01-07
trace-events,pci: unify trace events format
Laurent Vivier
3
-8
/
+10
2022-01-07
virtio-pci: add support for configure interrupt
Cindy Lu
2
-13
/
+83
2022-01-07
virtio-mmio: add support for configure interrupt
Cindy Lu
1
-0
/
+27
2022-01-07
virtio-net: add support for configure interrupt
Cindy Lu
4
-2
/
+22
2022-01-06
vhost: add support for configure interrupt
Cindy Lu
2
-0
/
+80
2022-01-06
virtio: add support for configure interrupt
Cindy Lu
2
-0
/
+33
2022-01-06
vhost-vdpa: add support for config interrupt
Cindy Lu
2
-0
/
+8
2022-01-06
vhost: introduce new VhostOps vhost_set_config_call
Cindy Lu
1
-0
/
+3
2022-01-06
virtio-pci: decouple the single vector from the interrupt process
Cindy Lu
1
-58
/
+73
2022-01-06
virtio-pci: decouple notifier from interrupt process
Cindy Lu
1
-31
/
+57
2022-01-06
virtio: introduce macro IRTIO_CONFIG_IRQ_IDX
Cindy Lu
6
-2
/
+35
2022-01-06
acpi: validate hotplug selector on access
Michael S. Tsirkin
1
-0
/
+3
2022-01-06
virtio-mem: Don't skip alignment checks when warning about block size
David Hildenbrand
1
-1
/
+2
2022-01-05
Merge tag 'pull-request-2022-01-05' of https://gitlab.com/thuth/qemu into sta...
Richard Henderson
19
-84
/
+151
2022-01-05
docs/tools/qemu-trace-stap.rst: Do not hard-code the QEMU binary name
Thomas Huth
1
-12
/
+12
2022-01-05
gitlab-ci: Enable docs in the centos job
Thomas Huth
1
-1
/
+1
2022-01-05
docs/sphinx: fix compatibility with sphinx < 1.8
Marc-André Lureau
1
-2
/
+2
2022-01-05
qemu-options: Remove the deprecated -no-quit option
Thomas Huth
4
-21
/
+8
2022-01-05
tests/unit/test-util-sockets: Use g_file_open_tmp() to create temp file
Philippe Mathieu-Daudé
1
-2
/
+4
2022-01-05
tests/qtest/hd-geo-test: Check for the lsi53c895a controller before using it
Thomas Huth
1
-3
/
+5
2022-01-05
tests/qtest/test-x86-cpuid-compat: Check for machines before using them
Thomas Huth
1
-37
/
+48
2022-01-05
hw: Add compat machines for 7.0
Cornelia Huck
9
-6
/
+71
2022-01-04
common-user: Really fix i386 calls to safe_syscall_set_errno_tail
Richard Henderson
1
-1
/
+1
2022-01-04
Merge tag 'pull-tcg-20220104' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
6
-15
/
+42
2022-01-04
common-user: Fix tail calls to safe_syscall_set_errno_tail
Richard Henderson
3
-0
/
+3
2022-01-04
sysemu: Cleanup qemu_run_machine_init_done_notifiers()
Xiaoyao Li
1
-1
/
+0
2022-01-04
linux-user: Fix trivial build error on loongarch64 hosts
Philippe Mathieu-Daudé
1
-3
/
+1
2022-01-04
tcg/optimize: Fix folding of vector ops
Richard Henderson
1
-11
/
+38
2022-01-04
Merge tag 'pull-ppc-20220104' of https://github.com/legoater/qemu into staging
Richard Henderson
30
-446
/
+604
2022-01-04
target/ppc: do not call hreg_compute_hflags() in helper_store_mmcr0()
Daniel Henrique Barboza
1
-1
/
+6
2022-01-04
target/ppc: Use env->pnc_cyc_cnt
Richard Henderson
1
-98
/
+9
2022-01-04
target/ppc: Rewrite pmu_increment_insns
Richard Henderson
1
-29
/
+49
2022-01-04
target/ppc: Cache per-pmc insn and cycle count settings
Richard Henderson
6
-20
/
+58
2022-01-04
target/ppc: powerpc_excp: Stop passing excp_model around
Fabiano Rosas
1
-22
/
+21
2022-01-04
target/ppc: powerpc_excp: Move system call vectored code together
Fabiano Rosas
1
-8
/
+5
2022-01-04
target/ppc: powerpc_excp: Set vector earlier
Fabiano Rosas
1
-8
/
+8
[next]