aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-28pcihp: drop pcihp_bridge_en dependency when composing PCNT methodIgor Mammedov1-26/+21
2023-01-28tests: acpi: whitelist DSDT before refactoring acpi based PCI hotplug machineryIgor Mammedov1-0/+1
2023-01-28tests: acpi: add reboot cycle to bridge testIgor Mammedov1-1/+15
2023-01-28tests: boot_sector_test(): make it multi-shotIgor Mammedov1-0/+2
2023-01-28tests: acpi: extend bridge tests with hotplugged bridgesIgor Mammedov1-8/+40
2023-01-28tests: boot_sector_test: avoid crashing if status is not available yetIgor Mammedov1-1/+3
2023-01-28x86: pcihp: fix invalid AML PCNT calls to hotplugged bridgesIgor Mammedov1-1/+2
2023-01-28pci: acpihp: assign BSEL only to coldplugged bridgesIgor Mammedov1-13/+22
2023-01-28pcihp: piix4: do not call acpi_pcihp_reset() when ACPI PCI hotplug is disabledIgor Mammedov1-1/+3
2023-01-28pci: acpi hotplug: rename x-native-hotplug to x-do-not-expose-native-hotplug-capIgor Mammedov5-8/+16
2023-01-28x86: acpi: pcihp: clean up duplicate bridge_in_acpi assignmentIgor Mammedov1-1/+0
2023-01-28pci_bridge: remove whitespaceIgor Mammedov1-1/+0
2023-01-28tests: acpi: cleanup use_uefi argument usageIgor Mammedov1-20/+15
2023-01-28tests: acpi: update expected blobsIgor Mammedov4-4/+0
2023-01-28tests: acpi: extend pcihp with nested bridgesIgor Mammedov1-4/+13
2023-01-28tests: acpi: whitelist DSDT blobs for tests that use pci-bridgesIgor Mammedov1-0/+4
2023-01-28tests: acpi: cleanup arguments to make them more readableIgor Mammedov1-10/+7
2023-01-28tests: qtest: print device_add error before failing testIgor Mammedov1-0/+4
2023-01-28x86: don't let decompressed kernel image clobber setup_dataJason A. Donenfeld5-31/+59
2023-01-27intel-iommu: Document iova_treePeter Xu2-1/+63
2023-01-27virtio-rng-pci: fix migration compat for vectorsDr. David Alan Gilbert1-0/+1
2023-01-27hw/pci-host: Use register definitions from PCI standardPhilippe Mathieu-Daudé3-26/+15
2023-01-27vhost-user: Correct a reference of TARGET_AARCH64Akihiko Odaki1-1/+1
2023-01-27hw/acpi/acpi_dev_interface: Remove unused parameter from AcpiDeviceIfClass::m...Bernhard Beschow5-15/+9
2023-01-27hw/acpi/piix4: No need to #include "hw/southbridge/piix.h"Bernhard Beschow1-1/+0
2023-01-27hw/isa/isa-bus: Turn isa_build_aml() into qbus_build_aml()Bernhard Beschow8-24/+18
2023-01-27hw/i386/acpi-build: Remove unused attributesBernhard Beschow1-2/+0
2023-01-27shpc: disallow unplug when power indicator is blinkingVladimir Sementsov-Ogievskiy1-0/+7
2023-01-26tests/qtest/boot-serial-test: Constify tests[] arrayPhilippe Mathieu-Daudé1-1/+1
2023-01-26tests/qtest/vnc-display-test: Disable on DarwinPhilippe Mathieu-Daudé1-1/+4
2023-01-26tests/qtest/vnc-display-test: Use the 'none' machinePhilippe Mathieu-Daudé1-1/+1
2023-01-26tests/qtest/vnc-display-test: Suppress build warnings on WindowsPhilippe Mathieu-Daudé1-0/+4
2023-01-26tests/tcg: Do not build/run TCG tests if TCG is disabledFabiano Rosas1-1/+5
2023-01-26docs/about/deprecated: Mark HAXM in QEMU as deprecatedThomas Huth2-0/+9
2023-01-26MAINTAINERS: Abort HAXM maintenanceWenchao Wang1-4/+1
2023-01-26qemu/bswap: Use compiler __builtin_bswap() on NetBSDPhilippe Mathieu-Daudé2-15/+0
2023-01-26qemu/bswap: Use compiler __builtin_bswap() on FreeBSDPhilippe Mathieu-Daudé1-2/+0
2023-01-26qemu/bswap: Use compiler __builtin_bswap() on HaikuPhilippe Mathieu-Daudé1-2/+0
2023-01-26qemu/bswap: Remove <byteswap.h> dependencyPhilippe Mathieu-Daudé2-23/+0
2023-01-26qemu/bswap: Replace bswapXXs() by compiler __builtin_bswap()Philippe Mathieu-Daudé1-7/+9
2023-01-26qemu/bswap: Replace bswapXX() by compiler __builtin_bswap()Philippe Mathieu-Daudé1-25/+6
2023-01-26tests/docker/dockerfiles: Add libfdt to the i386 and to the riscv64 containerThomas Huth2-0/+2
2023-01-26travis.yml: Remove the generic addons sectionThomas Huth1-37/+0
2023-01-26travis.yml: Use the libfdt from the distro instead of the submoduleThomas Huth1-7/+15
2023-01-26configs/targets/nios2-softmmu: Add TARGET_NEED_FDT=y to the nios2 configThomas Huth1-0/+1
2023-01-26hw/misc/sifive_u_otp: Remove the deprecated OTP config with '-drive if=none'Thomas Huth3-13/+7
2023-01-26tests/qtest/bios-tables-test: Make the test less verbose by defaultThomas Huth1-5/+12
2023-01-26tests/qtest/qom-test: Stop spamming the test logThomas Huth1-5/+7
2023-01-26tests/qtest: netdev: test stream and dgram backendsLaurent Vivier2-0/+450
2023-01-24python/qemu/machine: use socketpair() for QMP by defaultMarc-André Lureau1-8/+17