aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-07util/oslib-posix: Let touch_all_pages() return an errorDavid Hildenbrand1-12/+16
2022-01-07hw/vhost-user-blk: turn on VIRTIO_BLK_F_SIZE_MAX feature for virtio blk deviceAndy Pei1-0/+1
2022-01-07hw/i386: expose a "smbios-entry-point-type" PC machine propertyEduardo Habkost4-2/+32
2022-01-07hw/smbios: Use qapi for SmbiosEntryPointTypeEduardo Habkost2-8/+14
2022-01-07smbios: Rename SMBIOS_ENTRY_POINT_* enumsEduardo Habkost5-9/+9
2022-01-07pcie_aer: Don't trigger a LSI if none are definedFrederic Barrat1-1/+3
2022-01-07pci: Export the pci_intx() functionFrederic Barrat2-5/+5
2022-01-07vhost-user-blk: propagate error return from generic vhostRoman Kagan1-1/+1
2022-01-07vhost: stick to -errno error return conventionRoman Kagan1-54/+46
2022-01-07vhost-user: stick to -errno error return conventionRoman Kagan1-178/+223
2022-01-07vhost-vdpa: stick to -errno error return conventionRoman Kagan1-14/+23
2022-01-07vhost-backend: stick to -errno error return conventionRoman Kagan1-1/+1
2022-01-07vhost-backend: avoid overflow on memslots_limitRoman Kagan1-1/+1
2022-01-07chardev/char-socket: tcp_chr_sync_read: don't clobber errnoRoman Kagan1-0/+3
2022-01-07chardev/char-socket: tcp_chr_recv: don't clobber errnoRoman Kagan1-7/+7
2022-01-07vhost-user-blk: reconnect on any error during realizeRoman Kagan1-1/+1
2022-01-07trace-events,pci: unify trace events formatLaurent Vivier3-8/+10
2022-01-07virtio-pci: add support for configure interruptCindy Lu2-13/+83
2022-01-07virtio-mmio: add support for configure interruptCindy Lu1-0/+27
2022-01-07virtio-net: add support for configure interruptCindy Lu4-2/+22
2022-01-06vhost: add support for configure interruptCindy Lu2-0/+80
2022-01-06virtio: add support for configure interruptCindy Lu2-0/+33
2022-01-06vhost-vdpa: add support for config interruptCindy Lu2-0/+8
2022-01-06vhost: introduce new VhostOps vhost_set_config_callCindy Lu1-0/+3
2022-01-06virtio-pci: decouple the single vector from the interrupt processCindy Lu1-58/+73
2022-01-06virtio-pci: decouple notifier from interrupt processCindy Lu1-31/+57
2022-01-06virtio: introduce macro IRTIO_CONFIG_IRQ_IDXCindy Lu6-2/+35
2022-01-06acpi: validate hotplug selector on accessMichael S. Tsirkin1-0/+3
2022-01-06virtio-mem: Don't skip alignment checks when warning about block sizeDavid Hildenbrand1-1/+2
2022-01-05Merge tag 'pull-request-2022-01-05' of https://gitlab.com/thuth/qemu into sta...Richard Henderson19-84/+151
2022-01-05docs/tools/qemu-trace-stap.rst: Do not hard-code the QEMU binary nameThomas Huth1-12/+12
2022-01-05gitlab-ci: Enable docs in the centos jobThomas Huth1-1/+1
2022-01-05docs/sphinx: fix compatibility with sphinx < 1.8Marc-André Lureau1-2/+2
2022-01-05qemu-options: Remove the deprecated -no-quit optionThomas Huth4-21/+8
2022-01-05tests/unit/test-util-sockets: Use g_file_open_tmp() to create temp filePhilippe Mathieu-Daudé1-2/+4
2022-01-05tests/qtest/hd-geo-test: Check for the lsi53c895a controller before using itThomas Huth1-3/+5
2022-01-05tests/qtest/test-x86-cpuid-compat: Check for machines before using themThomas Huth1-37/+48
2022-01-05hw: Add compat machines for 7.0Cornelia Huck9-6/+71
2022-01-04common-user: Really fix i386 calls to safe_syscall_set_errno_tailRichard Henderson1-1/+1
2022-01-04Merge tag 'pull-tcg-20220104' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson6-15/+42
2022-01-04common-user: Fix tail calls to safe_syscall_set_errno_tailRichard Henderson3-0/+3
2022-01-04sysemu: Cleanup qemu_run_machine_init_done_notifiers()Xiaoyao Li1-1/+0
2022-01-04linux-user: Fix trivial build error on loongarch64 hostsPhilippe Mathieu-Daudé1-3/+1
2022-01-04tcg/optimize: Fix folding of vector opsRichard Henderson1-11/+38
2022-01-04Merge tag 'pull-ppc-20220104' of https://github.com/legoater/qemu into stagingRichard Henderson30-446/+604
2022-01-04target/ppc: do not call hreg_compute_hflags() in helper_store_mmcr0()Daniel Henrique Barboza1-1/+6
2022-01-04target/ppc: Use env->pnc_cyc_cntRichard Henderson1-98/+9
2022-01-04target/ppc: Rewrite pmu_increment_insnsRichard Henderson1-29/+49
2022-01-04target/ppc: Cache per-pmc insn and cycle count settingsRichard Henderson6-20/+58
2022-01-04target/ppc: powerpc_excp: Stop passing excp_model aroundFabiano Rosas1-22/+21