aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-08include/hw/cxl: Include hw/cxl/*.h where neededMarkus Armbruster
2023-01-08include/hw/cxl: Move typedef PXBDev to cxl.h, and put it to useMarkus Armbruster
2023-01-08include/hw/pci: Break inclusion loop pci_bridge.h and cxl.hMarkus Armbruster
2023-01-08hw/virtio: Extract QMP QOM-specific functions to virtio-qmp.cPhilippe Mathieu-Daudé
2023-01-08hw/virtio: Rename virtio_device_find() -> qmp_find_virtio_device()Philippe Mathieu-Daudé
2023-01-08virtio-pci: add support for configure interruptCindy Lu
2023-01-08virtio-mmio: add support for configure interruptCindy Lu
2023-01-08virtio-net: add support for configure interruptCindy Lu
2023-01-08vhost: add support for configure interruptCindy Lu
2023-01-08virtio: add support for configure interruptCindy Lu
2023-01-08vhost-vdpa: add support for config interruptCindy Lu
2023-01-08vhost: introduce new VhostOps vhost_set_config_callCindy Lu
2023-01-08virtio-pci: decouple the single vector from the interrupt processCindy Lu
2023-01-08virtio-pci: decouple notifier from interrupt processCindy Lu
2023-01-08virtio: introduce macro VIRTIO_CONFIG_IRQ_IDXCindy Lu
2023-01-08vhost-user: Fix the virtio features negotiation flawHyman Huang(黄勇)
2023-01-08vhost-user: Refactor the chr_closed_bhHyman Huang(黄勇)
2023-01-08vhost-user: Refactor vhost acked features savingHyman Huang(黄勇)
2023-01-08hw/ppc/Kconfig: Remove unused dependencies from PEGASOS2Bernhard Beschow
2023-01-08i386, mips: Resolve redundant ACPI and APM dependenciesBernhard Beschow
2023-01-08hw/isa/Kconfig: Add missing dependency to VT82C686Bernhard Beschow
2023-01-08hw/acpi/Kconfig: Add missing dependencies to ACPI_PIIX4Bernhard Beschow
2023-01-08hw/acpi/Kconfig: Do not needlessly build TYPE_PIIX4_PM in non-PC/Malta machinesBernhard Beschow
2023-01-08hw/acpi/Kconfig: Add missing dependencies to ACPI_ICH9Bernhard Beschow
2023-01-08hw/acpi/Kconfig: Rename ACPI_X86_ICH to ACPI_ICH9Bernhard Beschow
2023-01-08vdpa: do not handle VIRTIO_NET_F_GUEST_ANNOUNCE in vhost-vdpaEugenio Pérez
2023-01-08vdpa: handle VIRTIO_NET_CTRL_ANNOUNCE in vhost_vdpa_net_handle_ctrl_availEugenio Pérez
2023-01-08virtio_net: copy VIRTIO_NET_S_ANNOUNCE if device model has itEugenio Pérez
2023-01-08virtio_net: Modify virtio_net_get_config to early returnEugenio Pérez
2023-01-07Merge tag 'pull-loongarch-20230106' of https://gitlab.com/gaosong/qemu into s...Peter Maydell
2023-01-06tcg/s390x: Avoid the constant pool in tcg_out_moviRichard Henderson
2023-01-06tcg/s390x: Cleanup tcg_out_moviRichard Henderson
2023-01-06tcg/s390x: Tighten constraints for 64-bit compareRichard Henderson
2023-01-06tcg/s390x: Implement ctpop operationRichard Henderson
2023-01-06tcg/s390x: Use tgen_movcond_int in tgen_clzRichard Henderson
2023-01-06tcg/s390x: Support SELGR instruction in movcondRichard Henderson
2023-01-06tcg/s390x: Generalize movcond implementationRichard Henderson
2023-01-06tcg/s390x: Create tgen_cmp2 to simplify movcondRichard Henderson
2023-01-06tcg/s390x: Support MIE3 logical operationsRichard Henderson
2023-01-06tcg/s390x: Tighten constraints for and_i64Richard Henderson
2023-01-06tcg/s390x: Tighten constraints for or_i64 and xor_i64Richard Henderson
2023-01-06tcg/s390x: Issue XILF directly for xor_i32Richard Henderson
2023-01-06tcg/s390x: Support MIE2 MGRK instructionRichard Henderson
2023-01-06tcg/s390x: Support MIE2 multiply single instructionsRichard Henderson
2023-01-06tcg/s390x: Distinguish RIE formatsRichard Henderson
2023-01-06tcg/s390x: Distinguish RRF-a and RRF-c formatsRichard Henderson
2023-01-06tcg/s390x: Use LARL+AGHI for odd addressesRichard Henderson
2023-01-06tcg/s390x: Remove DISTINCT_OPERANDS facility checkRichard Henderson
2023-01-06tcg/s390x: Remove FAST_BCR_SER facility checkRichard Henderson
2023-01-06tcg/s390x: Check for load-on-condition facility at startupRichard Henderson