aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-08virtio-pci: decouple the single vector from the interrupt processCindy Lu1-58/+73
2023-01-08virtio-pci: decouple notifier from interrupt processCindy Lu1-31/+57
2023-01-08virtio: introduce macro VIRTIO_CONFIG_IRQ_IDXCindy Lu7-2/+105
2023-01-08vhost-user: Fix the virtio features negotiation flawHyman Huang(黄勇)4-0/+22
2023-01-08vhost-user: Refactor the chr_closed_bhHyman Huang(黄勇)1-5/+1
2023-01-08vhost-user: Refactor vhost acked features savingHyman Huang(黄勇)2-6/+16
2023-01-08hw/ppc/Kconfig: Remove unused dependencies from PEGASOS2Bernhard Beschow1-2/+0
2023-01-08i386, mips: Resolve redundant ACPI and APM dependenciesBernhard Beschow2-5/+0
2023-01-08hw/isa/Kconfig: Add missing dependency to VT82C686Bernhard Beschow1-0/+1
2023-01-08hw/acpi/Kconfig: Add missing dependencies to ACPI_PIIX4Bernhard Beschow1-1/+3
2023-01-08hw/acpi/Kconfig: Do not needlessly build TYPE_PIIX4_PM in non-PC/Malta machinesBernhard Beschow2-1/+1
2023-01-08hw/acpi/Kconfig: Add missing dependencies to ACPI_ICH9Bernhard Beschow2-1/+2
2023-01-08hw/acpi/Kconfig: Rename ACPI_X86_ICH to ACPI_ICH9Bernhard Beschow4-4/+4
2023-01-08vdpa: do not handle VIRTIO_NET_F_GUEST_ANNOUNCE in vhost-vdpaEugenio Pérez1-1/+0
2023-01-08vdpa: handle VIRTIO_NET_CTRL_ANNOUNCE in vhost_vdpa_net_handle_ctrl_availEugenio Pérez1-3/+12
2023-01-08virtio_net: copy VIRTIO_NET_S_ANNOUNCE if device model has itEugenio Pérez1-0/+2
2023-01-08virtio_net: Modify virtio_net_get_config to early returnEugenio Pérez1-13/+15
2023-01-07Merge tag 'pull-loongarch-20230106' of https://gitlab.com/gaosong/qemu into s...Peter Maydell6-23/+77
2023-01-06tcg/s390x: Avoid the constant pool in tcg_out_moviRichard Henderson1-6/+17
2023-01-06tcg/s390x: Cleanup tcg_out_moviRichard Henderson1-36/+16
2023-01-06tcg/s390x: Tighten constraints for 64-bit compareRichard Henderson2-13/+17
2023-01-06tcg/s390x: Implement ctpop operationRichard Henderson2-2/+38
2023-01-06tcg/s390x: Use tgen_movcond_int in tgen_clzRichard Henderson2-9/+12
2023-01-06tcg/s390x: Support SELGR instruction in movcondRichard Henderson1-0/+15
2023-01-06tcg/s390x: Generalize movcond implementationRichard Henderson2-14/+41
2023-01-06tcg/s390x: Create tgen_cmp2 to simplify movcondRichard Henderson1-3/+16
2023-01-06tcg/s390x: Support MIE3 logical operationsRichard Henderson3-12/+118
2023-01-06tcg/s390x: Tighten constraints for and_i64Richard Henderson3-56/+61
2023-01-06tcg/s390x: Tighten constraints for or_i64 and xor_i64Richard Henderson3-60/+56
2023-01-06tcg/s390x: Issue XILF directly for xor_i32Richard Henderson1-1/+1
2023-01-06tcg/s390x: Support MIE2 MGRK instructionRichard Henderson3-1/+10
2023-01-06tcg/s390x: Support MIE2 multiply single instructionsRichard Henderson3-10/+26
2023-01-06tcg/s390x: Distinguish RIE formatsRichard Henderson1-21/+26
2023-01-06tcg/s390x: Distinguish RRF-a and RRF-c formatsRichard Henderson1-25/+32
2023-01-06tcg/s390x: Use LARL+AGHI for odd addressesRichard Henderson1-7/+8
2023-01-06tcg/s390x: Remove DISTINCT_OPERANDS facility checkRichard Henderson2-15/+2
2023-01-06tcg/s390x: Remove FAST_BCR_SER facility checkRichard Henderson2-2/+2
2023-01-06tcg/s390x: Check for load-on-condition facility at startupRichard Henderson2-51/+27
2023-01-06tcg/s390x: Check for general-instruction-extension facility at startupRichard Henderson2-61/+49
2023-01-06tcg/s390x: Check for extended-immediate facility at startupRichard Henderson2-163/+72
2023-01-06tcg/s390x: Check for long-displacement facility at startupRichard Henderson2-2/+19
2023-01-06tcg/s390x: Remove USE_LONG_BRANCHESRichard Henderson1-9/+0
2023-01-06tcg/s390x: Always set TCG_TARGET_HAS_direct_jumpRichard Henderson2-40/+10
2023-01-06tcg/s390x: Remove TCG_REG_TBRichard Henderson1-91/+6
2023-01-06tcg/s390x: Use register pair allocation for div and mulu2Richard Henderson3-20/+35
2023-01-06Merge tag 'pull-riscv-to-apply-20230106' of https://github.com/alistair23/qem...Peter Maydell41-254/+1225
2023-01-06Merge tag 'pull-tcg-20230105' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell50-1756/+2628
2023-01-06Merge tag 'pull-hex-20230105' of https://github.com/quic/qemu into stagingPeter Maydell13-31/+321
2023-01-06hw/intc/loongarch_pch: Change default irq number of pch irq controllerTianrui Zhao5-6/+7
2023-01-06hw/intc/loongarch_pch_pic: add irq number propertyTianrui Zhao3-10/+37