summaryrefslogtreecommitdiff
path: root/redfish-core/lib/hypervisor_system.hpp
AgeCommit message (Expand)AuthorFilesLines
2024-05-21Allow configuring "bmc" and "system"Ed Tanous1-1/+2
2024-04-09Move to Redfish Action specific setProperty callAsmitha Karunanithi1-26/+6
2024-04-07Fix moves/forwardEd Tanous1-1/+1
2024-04-04Clean up hypervisor to use readJsonEd Tanous1-116/+69
2024-04-01hypervisor: Move to setProperty dbus util methodAsmitha Karunanithi1-81/+39
2023-10-24clang-format: copy latest and re-formatPatrick Williams1-41/+40
2023-07-20Replace logging with std::formatEd Tanous1-31/+31
2023-06-28Rename all error_code instances to ecEd Tanous1-4/+4
2023-06-28Refactor setProperty methodGeorge Liu1-63/+45
2023-06-20Refactor getManagedObjects methodGeorge Liu1-4/+4
2023-06-13Make propertyValueFormatError more typesafeEd Tanous1-10/+4
2023-06-13Make propertyValueTypeError more typesafeEd Tanous1-6/+3
2023-06-09Consistently name AsyncResp variablesEd Tanous1-36/+36
2023-06-08ethernet: Bump EthernetInterface schema 1.6.0 -> 1.9.0Jiaqing Zhao1-1/+1
2023-05-17Remove flat_set from EthernetInterfacesEd Tanous1-20/+14
2023-05-16Boost::urls::formatEd Tanous1-6/+5
2023-05-12fix more push vs emplace callsPatrick Williams1-2/+2
2023-05-12use emplace where appropriate per clang-tidyPatrick Williams1-3/+3
2023-05-11clang-format: copy latest and re-formatPatrick Williams1-2/+2
2023-03-11Update hypervisor todoGunnar Mills1-5/+0
2023-03-11Fix hypervisor system GetAsmitha Karunanithi1-24/+0
2023-03-09Move hypervisor system to separate methodGunnar Mills1-41/+43
2023-03-09Move hypervisor ethernet to separate methodsGunnar Mills1-193/+198
2023-03-09Move hypervisor reset to separate methodsGunnar Mills1-120/+127
2023-03-08Remove the redfish hypervisor namespaceEd Tanous1-6/+6
2023-02-24Take boost error_code by referenceEd Tanous1-11/+11
2023-02-23Update most resources to use urlFromPiecesWilly Tu1-3/+5
2023-01-19Add the GetObject method to dbus_utilityGeorge Liu1-16/+12
2023-01-18Fix a boatload of #includesEd Tanous1-6/+7
2023-01-11Refactor GetSubTreePaths methodGeorge Liu1-9/+8
2022-12-21Change variable scopesEd Tanous1-3/+2
2022-09-12Remove nlohmann brace initializationEd Tanous1-5/+6
2022-09-09ethernet: Bump EthernetInterface schema 1.4.1 -> 1.6.0Jiaqing Zhao1-1/+1
2022-09-02Move ipv4VerifyIpAndGetBitcount into ip_utilsEd Tanous1-3/+6
2022-06-15Expose AsyncResp shared_ptr when handling responseCarson Labrado1-6/+6
2022-06-01Try to fix the lambda formatting issueEd Tanous1-459/+438
2022-05-13Remove brace initialization of json objectsEd Tanous1-65/+75
2022-04-15ethernet: Fix naming conventionsJiaqing Zhao1-10/+10
2022-04-06Add setUpRedfishRoute to all nodes in redfishEd Tanous1-27/+53
2022-03-22Consitently use dbus::utility typesEd Tanous1-2/+2
2022-02-25json_utils: Add support jsonRead Patch/ActionWilly Tu1-6/+6
2022-02-11Add readability-redundant-* checksEd Tanous1-1/+1
2022-02-09Enable readability-avoid-const-params-in-declsEd Tanous1-3/+3
2022-01-28Enable readability-container-size-empty testsEd Tanous1-1/+1
2022-01-12Enable clang-tidy forward reference checksEd Tanous1-1/+2
2022-01-10Consistently use ManagedObjectTypeEd Tanous1-4/+5
2021-12-28Using sdbusplus::asio::getPropertyJonathan Doman1-34/+26
2021-12-28Move to common variantEd Tanous1-12/+13
2021-12-05Enhance logs for networkd, hypervisor networkd appAsmitha Karunanithi1-0/+6
2021-11-19Update clang-formatGeorge Liu1-93/+93