aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-07gdbstub: Adjust gdb_do_syscall to only use uint32_t and uint64_tRichard Henderson
2023-03-07gdbstub: Remove gdb_do_syscallvRichard Henderson
2023-03-07gdbstub: split out softmmu/user specifics for syscall handlingAlex Bennée
2023-03-07include: split target_long definition from cpu-defsAlex Bennée
2023-03-07testing: probe gdb for supported architectures ahead of timeAlex Bennée
2023-03-07gdbstub: only compile gdbstub twice for whole buildAlex Bennée
2023-03-07gdbstub: move syscall handling to new fileAlex Bennée
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée
2023-03-07gdbstub: don't use target_ulong while handling registersAlex Bennée
2023-03-07gdbstub: fix address type of gdb_set_cpu_pcAlex Bennée
2023-03-07gdbstub: specialise stub_can_reverseAlex Bennée
2023-03-07gdbstub: introduce gdb_get_max_cpusAlex Bennée
2023-03-07gdbstub: specialise target_memory_rw_debugAlex Bennée
2023-03-07gdbstub: specialise handle_query_attachedAlex Bennée
2023-03-07gdbstub: abstract target specific details from gdb_put_packet_binaryAlex Bennée
2023-03-07gdbstub: rationalise signal mapping in softmmuAlex Bennée
2023-03-07gdbstub: move chunks of user code into own filesAlex Bennée
2023-03-07vfio: Fix vfio_get_dev_region() trace eventCédric Le Goater
2023-03-07vfio/migration: Rename entry pointsAlex Williamson
2023-03-07hw/mem/cxl_type3: Add CXL RAS Error Injection Support.Jonathan Cameron
2023-03-07hw/pci/aer: Make PCIE AER error injection facility available for other emulat...Jonathan Cameron
2023-03-07hw/cxl: Fix endian issues in CXL RAS capability defaults / masksJonathan Cameron
2023-03-07hw/mem/cxl-type3: Add AER extended capabilityJonathan Cameron
2023-03-07hw/pci-bridge/cxl_root_port: Wire up MSIJonathan Cameron
2023-03-07hw/pci-bridge/cxl_root_port: Wire up AERJonathan Cameron
2023-03-07hw/pci/aer: Add missing routing for AER errorsJonathan Cameron
2023-03-07hw/pci/aer: Implement PCI_ERR_UNCOR_MASK registerJonathan Cameron
2023-03-07pcihp: add ACPI PCI hotplug specific is_hotpluggable_bus() callbackIgor Mammedov
2023-03-07pcihp: move fields enabling hotplug into AcpiPciHpStateIgor Mammedov
2023-03-07acpi: pci: move out ACPI PCI hotplug generator from generic slot generator bu...Igor Mammedov
2023-03-07acpi: pci: move BSEL into build_append_pcihp_slots()Igor Mammedov
2023-03-07acpi: pci: drop BSEL usage when deciding that device isn't hotpluggableIgor Mammedov
2023-03-07pci: move acpi-index uniqueness check to generic PCI device codeIgor Mammedov
2023-03-07tests: acpi: update expected blobsIgor Mammedov
2023-03-07tests: acpi: add non zero function device with acpi-index on non-hotpluggble busIgor Mammedov
2023-03-07tests: acpi: whitelist DSDT before adding non-0 function device with acpi-ind...Igor Mammedov
2023-03-07tests: acpi: update expected blobsIgor Mammedov
2023-03-07acpi: pci: describe all functions on populated slotsIgor Mammedov
2023-03-07tests: acpi: whitelist DSDT before exposing non zero functionsIgor Mammedov
2023-03-07tests: acpi: update expected blobsIgor Mammedov
2023-03-07acpi: pci: support acpi-index for non-hotpluggable devicesIgor Mammedov
2023-03-07tests: acpi: add device with acpi-index on non-hotpluggble busIgor Mammedov
2023-03-07tests: acpi: whitelist DSDT before adding device with acpi-index to testcasesIgor Mammedov
2023-03-07tests: acpi: update expected blobsIgor Mammedov
2023-03-07acpi: pci: add EDSM method to DSDTIgor Mammedov
2023-03-07tests: acpi: whitelist DSDT before adding EDSM methodIgor Mammedov
2023-03-07tests: acpi: update expected blobsIgor Mammedov
2023-03-07pcihp: move PCI _DSM function 0 prolog into separate functionIgor Mammedov
2023-03-07tests: acpi: whitelist DSDT blobs before isolating PCI _DSM func 0 prologIgor Mammedov
2023-03-07pci: fix 'hotplugglable' property behaviorIgor Mammedov