search for: domain_t

Displaying 2 results from an estimated 2 matches for "domain_t".

Did you mean: domain_a
2011 Dec 12
0
[PATCH 1/4] ACPI: eliminate duplicate MADT parsing and unused SBF definitions
...nt8_t aml[8 + 11 * MAX_VIRT_CPUS]; struct acpi_table_madt madt; - struct acpi_table_lsapic lsapic[MAX_VIRT_CPUS]; + struct acpi_madt_local_sapic lsapic[MAX_VIRT_CPUS]; uint8_t pm1a_event_block[4]; uint8_t pm1a_control_block[1]; uint8_t pm_timer_block[4]; @@ -365,7 +365,7 @@ dom_fw_fake_acpi(domain_t *d, struct fak struct acpi_table_facs *facs = &tables->facs; struct acpi_table_header *dsdt = &tables->dsdt; struct acpi_table_madt *madt = &tables->madt; - struct acpi_table_lsapic *lsapic = tables->lsapic; + struct acpi_madt_local_sapic *lsapic = tables->lsapic;...
2018 Nov 09
0
Wine release 3.20
...message_id. webservices: Implement WsRequestReply. webservices: Don't use MSG_PEEK. msi: Avoid duplicate product codes in FindRelatedProducts. wshom: Split the command line before passing it to ShellExecuteEx. winhttp: Get rid of cookie_t. winhttp: Get rid of domain_t. winhttp: Get rid of task_header_t. winhttp: Get rid of header_t. winhttp: Get rid of send_request_t. winhttp: Simplify build_request_string. winhttp: Properly handle request paths with Unicode characters. webservices: Use the search index to look up the union fi...