aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-29x86: acpi: introduce AcpiPmInfo::smi_on_cpuhpIgor Mammedov1-0/+6
2020-09-29x86: ich9: expose "smi_negotiated_features" as a QOM propertyIgor Mammedov2-0/+5
2020-09-29tests: acpi: mark to be changed tables in bios-tables-test-allowed-diffIgor Mammedov1-0/+19
2020-09-29acpi: add aml_land() and aml_break() primitivesIgor Mammedov2-0/+18
2020-09-29x86: cpuhp: refuse cpu hot-unplug request earlier if not supportedIgor Mammedov1-0/+12
2020-09-29x86: cpuhp: prevent guest crash on CPU hotplug when broadcast SMI is in useIgor Mammedov2-1/+22
2020-09-29x86: lpc9: let firmware negotiate 'CPU hotplug with SMI' featuresIgor Mammedov3-1/+18
2020-09-29virtio: update MemoryRegionCaches when guest set bad featuresLi Qiang1-9/+8
2020-09-29vhost-vsock-ccw: force virtio version 1Stefano Garzarella1-0/+12
2020-09-29vhost-user-vsock-pci: force virtio version 1Stefano Garzarella1-1/+3
2020-09-29vhost-vsock-pci: force virtio version 1Stefano Garzarella1-1/+9
2020-09-29virtio: skip legacy support check on machine types less than 5.1Stefano Garzarella5-5/+34
2020-09-29configure: Fix build dependencies with vhost-vdpa.Laurent Vivier3-1/+7
2020-09-29vhost-vdpa: add trace-eventsLaurent Vivier2-5/+118
2020-09-29util/hexdump: introduce qemu_hexdump_line()Laurent Vivier2-20/+42
2020-09-29virtio-pmem-pci: force virtio version 1Pankaj Gupta1-0/+1
2020-09-29virtio-iommu-pci: force virtio version 1Eric Auger1-1/+1
2020-09-29virtio-iommu: Check gtrees are non null before destroying themEric Auger1-2/+6
2020-09-29cphp: remove deprecated cpu-add command(s)Igor Mammedov13-211/+21
2020-09-29tests/qtest/vhost-user-test: prepare the tests for adding new dev classDima Stepanov1-29/+76
2020-09-29vhost: check queue state in the vhost_dev_set_log routineDima Stepanov1-0/+12
2020-09-29vhost: recheck dev state in the vhost_migration_log routineDima Stepanov3-6/+50
2020-09-29pc: fix auto_enable_numa_with_memhp/auto_enable_numa_with_memdev for the 5.0 ...David Hildenbrand1-1/+1
2020-09-29virtio-mem: detach the element from the virtqueue when error occursLi Qiang1-0/+3
2020-09-29vhost-vdpa: batch updating IOTLB mappingsJason Wang2-0/+67
2020-09-29vhost: switch to use IOTLB v2 formatJason Wang4-16/+83
2020-09-29linux headers: sync to 5.9-rc4Jason Wang26-41/+308
2020-09-28Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200928-pull-request' ...Peter Maydell10-258/+563
2020-09-28Merge remote-tracking branch 'remotes/alistair/tags/pull-register-20200927' i...Peter Maydell17-75/+54
2020-09-28Revert "migration: Properly destroy variables on incoming side"Dr. David Alan Gilbert1-5/+2
2020-09-28Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell6-33/+26
2020-09-28hw/usb: Use lock guard macrosAmey Narkhede1-27/+27
2020-09-28usb: hcd-xhci-sysbus: Attach xhci to sysbus deviceSai Pavan Boddu5-0/+148
2020-09-28usb/hcd-xhci: Split pci wrapper for xhci base modelSai Pavan Boddu5-193/+303
2020-09-28usb/hcd-xhci: Move qemu-xhci device to hcd-xhci-pci.cSai Pavan Boddu5-31/+79
2020-09-28usb/hcd-xhci: Make dma read/writes hooks pci freeSai Pavan Boddu2-13/+12
2020-09-25core/register: Specify instance_size in the TypeInfoAlistair Francis1-18/+13
2020-09-25load_elf: Remove unused address variables from callersBALATON Zoltan16-57/+41
2020-09-25Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200925a'...Peter Maydell22-106/+797
2020-09-25virtiofsd: Add -o allow_direct_io|no_allow_direct_io optionsJiachen Zhang2-6/+18
2020-09-25virtiofsd: Used glib "shared" thread poolVivek Goyal2-1/+3
2020-09-25virtiofsd: document cache=auto defaultHarry G. Coin1-0/+1
2020-09-25monitor: Use LOCK_GUARD macrosDr. David Alan Gilbert1-30/+14
2020-09-25migration/tls: add trace points for multifd-tlsChuan Zheng2-1/+13
2020-09-25migration/tls: add support for multifd tls-handshakeChuan Zheng1-2/+75
2020-09-25migration/tls: extract cleanup function for common-useChuan Zheng1-12/+22
2020-09-25migration/tls: add tls_hostname into MultiFDSendParamsChuan Zheng2-0/+7
2020-09-25migration/tls: extract migration_tls_client_create for common-useChuan Zheng2-8/+24
2020-09-25migration/tls: save hostname into MigrationStateChuan Zheng4-0/+9
2020-09-25migration: increase max-bandwidth to 128 MiB/s (1 Gib/s)Laurent Vivier1-1/+1