aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-25block: make BlockBackend->quiesce_counter atomicStefan Hajnoczi1-7/+7
2023-04-25Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson48-325/+457
2023-04-25Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson5-12/+15
2023-04-24hw/pci-bridge: Make PCIe and CXL PXB Devices inherit from TYPE_PXB_DEVJonathan Cameron5-57/+49
2023-04-24hw/pci-bridge: pci_expander_bridge fix type in pxb_cxl_dev_reset()Jonathan Cameron1-1/+1
2023-04-24docs/specs: Convert pci-testdev.txt to rstPeter Maydell4-32/+41
2023-04-24docs/specs: Convert pci-serial.txt to rstPeter Maydell6-39/+43
2023-04-24docs/specs/pci-ids: Convert from txt to rSTPeter Maydell3-70/+99
2023-04-24acpi: pcihp: allow repeating hot-unplug requestsIgor Mammedov1-0/+10
2023-04-24virtio: i2c: Check notifier helpers for VIRTIO_CONFIG_IRQ_IDXViresh Kumar1-0/+16
2023-04-24docs: Remove obsolete descriptions of SR-IOV supportAkihiko Odaki1-4/+1
2023-04-24intel_iommu: refine iotlb hash calculationJason Wang2-7/+8
2023-04-24docs/cxl: Fix sentenceStefan Weil1-1/+1
2023-04-24MAINTAINERS: Add Eugenio Pérez as vhost-shadow-virtqueue reviewerEugenio Pérez1-0/+4
2023-04-24tests: bios-tables-test: replace memset with initializerPaolo Bonzini1-80/+43
2023-04-24hw/acpi: limit warning on acpi table size to pc machines older than version 2.3Ani Sinha4-2/+9
2023-04-24Add my old and new work email mapping and use work email to support acpiAni Sinha1-1/+1
2023-04-24tracetool: use relative paths for '#line' preprocessor directivesThomas De Schampheleire3-3/+9
2023-04-24block/dmg: Declare a type definition for DMG uncompress functionPhilippe Mathieu-Daudé2-9/+6
2023-04-24Merge tag 'migration-20230424-pull-request' of https://gitlab.com/juan.quinte...Richard Henderson23-832/+971
2023-04-24qapi: Require boxed for conditional command and event argumentsMarkus Armbruster16-22/+48
2023-04-24qapi: Fix code generated for optional conditional struct memberMarkus Armbruster1-0/+2
2023-04-24tests/qapi-schema: Cover optional conditional struct memberMarkus Armbruster2-1/+4
2023-04-24tests/qapi-schema: Clean up positive test for conditionalsMarkus Armbruster2-8/+6
2023-04-24tests/qapi-schema: Rename a few conditionalsMarkus Armbruster2-12/+12
2023-04-24tests/qapi-schema: Improve union discriminator coverageMarkus Armbruster2-3/+3
2023-04-24qapi: Fix to reject 'data': 'mumble' in structMarkus Armbruster5-9/+20
2023-04-24qapi: Fix error message when type name or array is expectedMarkus Armbruster5-12/+11
2023-04-24qapi: Simplify code a bit after previous commitsMarkus Armbruster1-11/+3
2023-04-24qapi: Improve error message for unexpected array typesMarkus Armbruster3-8/+2
2023-04-24qapi: Split up check_type()Markus Armbruster1-46/+64
2023-04-24qapi: Clean up after removal of simple unionsMarkus Armbruster1-1/+1
2023-04-24qapi/schema: Use super()Markus Armbruster1-1/+1
2023-04-24qapi: Fix error message format regressionMarkus Armbruster1-1/+1
2023-04-24migration: Create migrate_max_bandwidth() functionJuan Quintela3-69/+81
2023-04-24migration: Move migrate_postcopy() to options.cJuan Quintela4-7/+17
2023-04-24migration: Create migrate_cpu_throttle_tailslow() functionJuan Quintela3-2/+11
2023-04-24migration: Create migrate_cpu_throttle_increment() functionJuan Quintela3-1/+11
2023-04-24migration: Create migrate_cpu_throttle_initial() to option.cJuan Quintela3-1/+11
2023-04-24migration: Move migrate_announce_params() to option.cJuan Quintela2-14/+17
2023-04-24migration: Create migrate_max_cpu_throttle()Juan Quintela4-3/+11
2023-04-24migration: Create migrate_checkpoint_delay()Juan Quintela3-3/+12
2023-04-24migration: Create migrate_throttle_trigger_threshold()Juan Quintela3-2/+11
2023-04-24migration: Move migrate_use_block_incremental() to option.cJuan Quintela5-12/+12
2023-04-24migration: Use migrate_max_postcopy_bandwidth()Juan Quintela1-1/+1
2023-04-24migration: Move parameters functions to option.cJuan Quintela6-102/+108
2023-04-24migration: Move migrate_cap_set() to options.cJuan Quintela3-20/+22
2023-04-24migration: Move qmp_migrate_set_capabilities() to options.cJuan Quintela2-26/+26
2023-04-24migration: Move qmp_query_migrate_capabilities() to options.cJuan Quintela2-22/+23
2023-04-24migration: Move migrate_caps_check() to options.cJuan Quintela3-190/+196