Do not -EINVAL on loading/execing an image if kexec type is
KEXEC_TYPE_LIVE_UPDATE.
Signed-off-by: Varad Gautam
CC: David Woodhouse
---
xen/common/kimage.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/xen/common/kimage.c b/xen/common/kimage.c
index 86d2797..599aa74 100644
--- a/xen
ontinue if a shared pirq has already been unbound from this guest. The
PIRQ will be cleaned up from the domain's pirq_tree during the destruction
in complete_domain_destroy anyways.
Signed-off-by: Varad Gautam
Reviewed-by: Paul Durrant
CC: Jan Beulich
CC: Julien Grall
CC: Roger Pau Monné
CC: An
ontinue if a shared pirq has already been unbound from this guest. The
PIRQ will be cleaned up from the domain's pirq_tree during the destruction
in complete_domain_destroy anyways.
Signed-off-by: Varad Gautam
CC: Jan Beulich
CC: Roger Pau Monné
CC: Andrew Cooper
v2: Split the check on act
d up from the domain's pirq_tree during the destruction in
complete_domain_destroy.
Signed-off-by: Varad Gautam
---
To apply stable-4.11 onwards.
xen/arch/x86/irq.c | 10 +-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/xen/arch/x86/irq.c b/xen/arch/x86/irq.c
inde
xl susceptible to getting OOM-killed on guest creation.
Convert the p2m_host table lookups to an arch-specific function that
returns the mapping on-the-fly for x86 HVM guests to avoid this
allocation, bringing down xl's memory usage from > 8GiB to < 70Mib for
such launches.
Signed
Commit 19fb14622e941 "x86/pmtimer: move ACPI registers from PMTState to
hvm_domain" misconfigures pm1a_sts for hvm_acpi_sleep_button with
PWRBTN_STS instead of SLPBTN_STS, which leads to
XEN_DOMCTL_SENDTRIGGER_SLEEP causing guest powerdowns. Fix this.
Signed-off-by: Varad Gautam
CC: